authub 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.
authub/__init__.py ADDED
@@ -0,0 +1,9 @@
1
+ """Authub package."""
2
+
3
+ __all__ = ["__version__", "get_version"]
4
+
5
+ __version__ = "0.0.1"
6
+
7
+
8
+ def get_version() -> str:
9
+ return __version__
@@ -0,0 +1,34 @@
1
+ Metadata-Version: 2.4
2
+ Name: authub
3
+ Version: 0.0.1
4
+ Summary: Minimal Authub package scaffolded with uv.
5
+ Project-URL: Homepage, https://pypi.org/project/authub/
6
+ Author: Nir Adler
7
+ Keywords: authub
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Requires-Python: >=3.11
16
+ Description-Content-Type: text/markdown
17
+
18
+ # authub
19
+
20
+ Minimal Python package scaffolded for a first PyPI release with `uv`.
21
+
22
+ ## Development
23
+
24
+ ```powershell
25
+ uv sync --dev
26
+ uv run pytest
27
+ uv build
28
+ ```
29
+
30
+ ## Publish
31
+
32
+ ```powershell
33
+ uv publish
34
+ ```
@@ -0,0 +1,4 @@
1
+ authub/__init__.py,sha256=wzl0gf9ue_tcWNqvBEc8Ks-4e89ZvHKp1T2siEfGtkA,145
2
+ authub-0.0.1.dist-info/METADATA,sha256=0EsHqj8Y9pq3Pa2kpof25DNqueNvNkms1U61TCjbo6s,795
3
+ authub-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ authub-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any