example-package-gradientgrove 0.0.1__py3-none-any.whl

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.
__init__.py ADDED
File without changes
example.py ADDED
@@ -0,0 +1,2 @@
1
+ def add_one(number):
2
+ return number + 1
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: example_package_gradientgrove
3
+ Version: 0.0.1
4
+ Summary: A small example package
5
+ Author-email: Example Author <author@example.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/pypa/sampleproject
8
+ Project-URL: Issues, https://github.com/pypa/sampleproject/issues
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Dynamic: license-file
15
+
16
+ # Example Package
17
+
18
+ [Python Packaging User Guide](https://packaging.python.org/en/latest/tutorials/packaging-projects/)
19
+
20
+ 1. Directory structure
21
+ 2. `pyproject.toml`
22
+ 3. License
23
+ 4. Generate distribution archives
24
+
25
+ In the directory containing `pyproject.toml` run
26
+ ```
27
+ python3 -m pip install --upgrade build
28
+ python3 -m build
29
+ ```
@@ -0,0 +1,7 @@
1
+ __init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ example.py,sha256=X4bE2aofVJAbmacOI_Ny0Oc7m2Ru4ShxUscmJqVps1Q,43
3
+ example_package_gradientgrove-0.0.1.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ example_package_gradientgrove-0.0.1.dist-info/METADATA,sha256=4QigEJwNNXwcJ_8UMVOccy4iaZgl8BI4-jZETLPoX1Y,882
5
+ example_package_gradientgrove-0.0.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
6
+ example_package_gradientgrove-0.0.1.dist-info/top_level.txt,sha256=iM__TtkJuWJHCJUaencT_E3ytUPxvayAxzXFyZgLZbI,17
7
+ example_package_gradientgrove-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (83.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ __init__
2
+ example