PyProd 0.2.0__tar.gz → 0.2.0.post1__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.
Files changed (50) hide show
  1. {pyprod-0.2.0 → pyprod-0.2.0.post1}/.github/workflows/publish.yml +1 -0
  2. {pyprod-0.2.0 → pyprod-0.2.0.post1}/PKG-INFO +2 -2
  3. {pyprod-0.2.0 → pyprod-0.2.0.post1}/README.rst +1 -1
  4. {pyprod-0.2.0 → pyprod-0.2.0.post1}/pyproject.toml +1 -1
  5. {pyprod-0.2.0 → pyprod-0.2.0.post1}/.github/workflows/test.yml +0 -0
  6. {pyprod-0.2.0 → pyprod-0.2.0.post1}/.gitignore +0 -0
  7. {pyprod-0.2.0 → pyprod-0.2.0.post1}/.python-version +0 -0
  8. {pyprod-0.2.0 → pyprod-0.2.0.post1}/.readthedocs.yaml +0 -0
  9. {pyprod-0.2.0 → pyprod-0.2.0.post1}/LICENSE +0 -0
  10. {pyprod-0.2.0 → pyprod-0.2.0.post1}/docs/Makefile +0 -0
  11. {pyprod-0.2.0 → pyprod-0.2.0.post1}/docs/commandline.rst +0 -0
  12. {pyprod-0.2.0 → pyprod-0.2.0.post1}/docs/conf.py +0 -0
  13. {pyprod-0.2.0 → pyprod-0.2.0.post1}/docs/index.rst +0 -0
  14. {pyprod-0.2.0 → pyprod-0.2.0.post1}/docs/make.bat +0 -0
  15. {pyprod-0.2.0 → pyprod-0.2.0.post1}/docs/prodfile.rst +0 -0
  16. {pyprod-0.2.0 → pyprod-0.2.0.post1}/docs/pyprod2.png +0 -0
  17. {pyprod-0.2.0 → pyprod-0.2.0.post1}/docs/quickstart.rst +0 -0
  18. {pyprod-0.2.0 → pyprod-0.2.0.post1}/docs/requirements.txt +0 -0
  19. {pyprod-0.2.0 → pyprod-0.2.0.post1}/pyprod.webp +0 -0
  20. {pyprod-0.2.0 → pyprod-0.2.0.post1}/pyprod2.png +0 -0
  21. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/build-c/Makefile +0 -0
  22. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/build-c/PRODFILE.py +0 -0
  23. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/build-c/hello.c +0 -0
  24. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/build-c/hello.h +0 -0
  25. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/build-c/main.c +0 -0
  26. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/generate-doc/.gitignore +0 -0
  27. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/generate-doc/PRODFILE.py +0 -0
  28. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/generate-doc/a.txt +0 -0
  29. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/generate-doc/b.txt +0 -0
  30. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/generate-doc/c.txt +0 -0
  31. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/generate-doc/inc1.txt +0 -0
  32. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/generate-doc/inc2.txt +0 -0
  33. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/md-to-pdf/Prodfile.py +0 -0
  34. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/md-to-pdf/doc.md +0 -0
  35. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/md-to-pdf/md_to_html.py +0 -0
  36. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/md-to-pdf/template.html +0 -0
  37. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/s3files/PRODFILE.py +0 -0
  38. {pyprod-0.2.0 → pyprod-0.2.0.post1}/sample/s3files/S3TEST.txt +0 -0
  39. {pyprod-0.2.0 → pyprod-0.2.0.post1}/src/pyprod/__init__.py +0 -0
  40. {pyprod-0.2.0 → pyprod-0.2.0.post1}/src/pyprod/__main__.py +0 -0
  41. {pyprod-0.2.0 → pyprod-0.2.0.post1}/src/pyprod/main.py +0 -0
  42. {pyprod-0.2.0 → pyprod-0.2.0.post1}/src/pyprod/prod.py +0 -0
  43. {pyprod-0.2.0 → pyprod-0.2.0.post1}/src/pyprod/utils.py +0 -0
  44. {pyprod-0.2.0 → pyprod-0.2.0.post1}/src/pyprod/venv.py +0 -0
  45. {pyprod-0.2.0 → pyprod-0.2.0.post1}/tests/__init__.py +0 -0
  46. {pyprod-0.2.0 → pyprod-0.2.0.post1}/tests/conftest.py +0 -0
  47. {pyprod-0.2.0 → pyprod-0.2.0.post1}/tests/test_prod.py +0 -0
  48. {pyprod-0.2.0 → pyprod-0.2.0.post1}/tests/test_prodfuncs.py +0 -0
  49. {pyprod-0.2.0 → pyprod-0.2.0.post1}/tests/test_rule.py +0 -0
  50. {pyprod-0.2.0 → pyprod-0.2.0.post1}/uv.lock +0 -0
@@ -5,6 +5,7 @@ on:
5
5
  push:
6
6
  tags:
7
7
  - "[0-9]+.[0-9]+.[0-9]+"
8
+ - "[0-9]+.[0-9]+.[0-9]+.post[0-9]+"
8
9
 
9
10
  concurrency:
10
11
  group: pyprod-deploy
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyProd
3
- Version: 0.2.0
3
+ Version: 0.2.0.post1
4
4
  Summary: PyProd: More Makeable than Make
5
5
  Project-URL: Homepage, https://github.com/atsuoishimoto/pyprod
6
6
  Project-URL: Documentation, https://pyprod.readthedocs.io/en/latest/
@@ -17,7 +17,7 @@ Description-Content-Type: text/x-rst
17
17
  PyProd - More Makeable than Make
18
18
  =================================
19
19
 
20
- PyProd is a Python script that can be used as an alternative to Makefile. By leveraging Python's versatility, it enables you to define build rules and dependencies programmatically, allowing for dynamic configurations, integration with existing Python libraries, and custom build logic not easily achievable with traditional Makefiles. For detailed documentation, please refer to the `official documentation <https://example.com/pyprod-docs>`_.
20
+ PyProd is a Python script that can be used as an alternative to Makefile. By leveraging Python's versatility, it enables you to define build rules and dependencies programmatically, allowing for dynamic configurations, integration with existing Python libraries, and custom build logic not easily achievable with traditional Makefiles. For detailed documentation, please refer to the `official documentation <https://pyprod.readthedocs.io/en/latest/>`_.
21
21
 
22
22
 
23
23
  Features
@@ -1,7 +1,7 @@
1
1
  PyProd - More Makeable than Make
2
2
  =================================
3
3
 
4
- PyProd is a Python script that can be used as an alternative to Makefile. By leveraging Python's versatility, it enables you to define build rules and dependencies programmatically, allowing for dynamic configurations, integration with existing Python libraries, and custom build logic not easily achievable with traditional Makefiles. For detailed documentation, please refer to the `official documentation <https://example.com/pyprod-docs>`_.
4
+ PyProd is a Python script that can be used as an alternative to Makefile. By leveraging Python's versatility, it enables you to define build rules and dependencies programmatically, allowing for dynamic configurations, integration with existing Python libraries, and custom build logic not easily achievable with traditional Makefiles. For detailed documentation, please refer to the `official documentation <https://pyprod.readthedocs.io/en/latest/>`_.
5
5
 
6
6
 
7
7
  Features
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "PyProd"
3
- version = "0.2.0"
3
+ version = "0.2.0.post1"
4
4
  description = "PyProd: More Makeable than Make"
5
5
  readme = "README.rst"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes