python-codex 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.
pycodex/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """Placeholder package for the initial pycodex release."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,30 @@
1
+ Metadata-Version: 2.4
2
+ Name: python-codex
3
+ Version: 0.0.1
4
+ Summary: Placeholder initial release for python-codex.
5
+ Project-URL: Homepage, https://github.com/Randomizez/pycodex
6
+ Project-URL: Issues, https://github.com/Randomizez/pycodex/issues
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+
10
+ # python-codex
11
+
12
+ This repository is intentionally starting with a minimal placeholder release for
13
+ the `python-codex` package and a GitHub Actions-based PyPI publishing pipeline.
14
+
15
+ ## What is included
16
+
17
+ - a minimal importable package: `pycodex`
18
+ - a GitHub Actions workflow at `.github/workflows/publish.yml`
19
+ - Trusted Publishing-ready jobs for both TestPyPI and PyPI
20
+
21
+ ## Release flow
22
+
23
+ - `workflow_dispatch` with `repository=testpypi` publishes to TestPyPI
24
+ - `workflow_dispatch` with `repository=pypi` publishes to PyPI
25
+ - publishing a GitHub Release triggers the PyPI publish job
26
+
27
+ ## Before the first publish
28
+
29
+ Configure Trusted Publishing on TestPyPI/PyPI for this GitHub repository and
30
+ workflow.
@@ -0,0 +1,4 @@
1
+ pycodex/__init__.py,sha256=Gi_sxZl78Sep-OvI4SF_FG4JIQvYccPOSvzg-edcDCE,82
2
+ python_codex-0.0.1.dist-info/METADATA,sha256=Tic6sz1Pihp9ZxGdxJrHrTWuwqHQN08VKFSQKnsRhao,995
3
+ python_codex-0.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ python_codex-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any