pfsmgraph 0.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: pfsmgraph
3
+ Version: 0.0.0
4
+ Summary: Namespace placeholder for the pfsmgraph ecosystem.
5
+ Author-email: Panayotis Mavromatis <panos.mavromatis@nyu.edu>
6
+ License: MIT
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+
10
+ <!-- README.md -->
11
+ # pfsmgraph
12
+
13
+ Namespace placeholder. This name is reserved for the pfsmgraph ecosystem
14
+ of probabilistic hierarchical finite-state sequence modeling tools.
15
+ No functional code is included in this release.
@@ -0,0 +1,6 @@
1
+ <!-- README.md -->
2
+ # pfsmgraph
3
+
4
+ Namespace placeholder. This name is reserved for the pfsmgraph ecosystem
5
+ of probabilistic hierarchical finite-state sequence modeling tools.
6
+ No functional code is included in this release.
@@ -0,0 +1,16 @@
1
+ # pyproject.toml
2
+ [build-system]
3
+ requires = ["hatchling"]
4
+ build-backend = "hatchling.build"
5
+
6
+ [project]
7
+ name = "pfsmgraph"
8
+ version = "0.0.0"
9
+ description = "Namespace placeholder for the pfsmgraph ecosystem."
10
+ readme = "README.md"
11
+ requires-python = ">=3.10"
12
+ authors = [{ name = "Panayotis Mavromatis", email = "panos.mavromatis@nyu.edu" }]
13
+ license = { text = "MIT" }
14
+
15
+ [tool.hatch.build.targets.wheel]
16
+ bypass-selection = true