fraxinus 0.0.1__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,17 @@
1
+ __pycache__
2
+ .ipynb_checkpoints
3
+ node_modules
4
+ package-lock.json
5
+ target
6
+ **/*.rs.bk
7
+ Cargo.lock
8
+ *.bin
9
+ *.so
10
+ *.swp
11
+ .coverage
12
+ /public
13
+ /python/venv
14
+ /python/.venv
15
+ *.deb
16
+ *.egg-info
17
+ uv.lock
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: fraxinus
3
+ Version: 0.0.1
4
+ Summary: ...
5
+ Author-email: Hans Gremmen <hans@leptonix.net>
6
+ License: MIT
7
+ Requires-Python: >=3.11
@@ -0,0 +1,14 @@
1
+ [build-system]
2
+ requires = ["hatchling>=1.21"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "fraxinus"
7
+ version = "0.0.1"
8
+ description = "..."
9
+ license = { text = "MIT" }
10
+ authors = [{name = "Hans Gremmen", email = "hans@leptonix.net"}]
11
+ requires-python = ">=3.11"
12
+
13
+ dependencies = [
14
+ ]
File without changes