forums 0.1.0__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.
forums/__init__.py ADDED
@@ -0,0 +1,4 @@
1
+ """forums package."""
2
+
3
+ __all__ = ["__version__"]
4
+ __version__ = "0.1.0"
forums/py.typed ADDED
File without changes
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.3
2
+ Name: forums
3
+ Version: 0.1.0
4
+ Summary: Add your description here
5
+ Requires-Python: >=3.11
6
+ Description-Content-Type: text/markdown
7
+
8
+ # forums
9
+
10
+ Initial PyPI package scaffold for `forums`, using `uv` for build and publish.
11
+
12
+ ## Local workflow
13
+
14
+ ```bash
15
+ uv build
16
+ uv publish
17
+ ```
18
+
19
+ `uv publish` reads `UV_PUBLISH_TOKEN` automatically.
20
+
21
+ If your token is stored as `PYPI_TOKEN`, run:
22
+
23
+ ```bash
24
+ export UV_PUBLISH_TOKEN="$PYPI_TOKEN"
25
+ uv publish
26
+ ```
27
+
28
+ ## TestPyPI
29
+
30
+ ```bash
31
+ uv publish --publish-url https://test.pypi.org/legacy/
32
+ ```
@@ -0,0 +1,5 @@
1
+ forums/__init__.py,sha256=du4zzY2emMMmoNXZdZTIsSHb6xDTuV6ku9wDiPnPiSw,71
2
+ forums/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ forums-0.1.0.dist-info/WHEEL,sha256=ePp19eyRASTHUPCpRsqjeFjsybXoCLYnd2O6QHdRRAY,79
4
+ forums-0.1.0.dist-info/METADATA,sha256=Dr-KvqVw8YTb8sJjI5r5P6upsQyJAUAeBg7MBdPJU08,534
5
+ forums-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: uv 0.9.14
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any