pico-boot 0.1.0.post0__tar.gz → 0.1.1.dev0__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 (43) hide show
  1. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/PKG-INFO +2 -2
  2. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/README.md +1 -1
  3. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/requirements.txt +1 -0
  4. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/pyproject.toml +1 -1
  5. pico_boot-0.1.1.dev0/src/pico_boot/_version.py +1 -0
  6. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/src/pico_boot.egg-info/PKG-INFO +2 -2
  7. pico_boot-0.1.0.post0/src/pico_boot/_version.py +0 -1
  8. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/.coveragerc +0 -0
  9. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/.github/workflows/ci.yml +0 -0
  10. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/.github/workflows/docs.yml +0 -0
  11. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/.github/workflows/publish-to-pypi.yml +0 -0
  12. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/CHANGELOG.md +0 -0
  13. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/LICENSE +0 -0
  14. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/MANIFEST.in +0 -0
  15. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/README.md +0 -0
  16. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/api-reference.md +0 -0
  17. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/architecture.md +0 -0
  18. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/configuration.md +0 -0
  19. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/creating-plugins.md +0 -0
  20. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/ecosystem.md +0 -0
  21. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/faq.md +0 -0
  22. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/getting-started.md +0 -0
  23. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/javascripts/extra.js +0 -0
  24. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/plugins.md +0 -0
  25. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/stylesheets/extra.css +0 -0
  26. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/docs/troubleshooting.md +0 -0
  27. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/manage.sh +0 -0
  28. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/mkdocs.yml +0 -0
  29. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/setup.cfg +0 -0
  30. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/src/pico_boot/__init__.py +0 -0
  31. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/src/pico_boot.egg-info/SOURCES.txt +0 -0
  32. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/src/pico_boot.egg-info/dependency_links.txt +0 -0
  33. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/src/pico_boot.egg-info/requires.txt +0 -0
  34. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/src/pico_boot.egg-info/top_level.txt +0 -0
  35. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/tests/__init__.py +0 -0
  36. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/tests/conftest.py +0 -0
  37. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/tests/test_boot_integration.py +0 -0
  38. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/tests/test_exports.py +0 -0
  39. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/tests/test_init.py +0 -0
  40. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/tests/test_integration.py +0 -0
  41. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/tests/test_module_utils.py +0 -0
  42. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/tests/test_plugin_discovery.py +0 -0
  43. {pico_boot-0.1.0.post0 → pico_boot-0.1.1.dev0}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pico-boot
3
- Version: 0.1.0.post0
3
+ Version: 0.1.1.dev0
4
4
  Summary: Pico-IOC integration layer for ecosystem modules. Auto-discovers DI modules via entry points.
5
5
  Author-email: David Perez Cabrera <dperezcabrera@gmail.com>
6
6
  License: MIT License
@@ -57,7 +57,7 @@ Dynamic: license-file
57
57
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
58
58
  ![CI (tox matrix)](https://github.com/dperezcabrera/pico-boot/actions/workflows/ci.yml/badge.svg)
59
59
  [![codecov](https://codecov.io/gh/dperezcabrera/pico-boot/branch/main/graph/badge.svg)](https://codecov.io/gh/dperezcabrera/pico-boot)
60
- [![Docs](https://img.shields.io/badge/Docs-pico--stack-blue?style=flat&logo=readthedocs&logoColor=white)](https://dperezcabrera.github.io/pico-boot/)
60
+ [![Docs](https://img.shields.io/badge/Docs-pico--boot-blue?style=flat&logo=readthedocs&logoColor=white)](https://dperezcabrera.github.io/pico-boot/)
61
61
 
62
62
  **Zero-configuration bootstrap for the Pico ecosystem.**
63
63
 
@@ -4,7 +4,7 @@
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
5
  ![CI (tox matrix)](https://github.com/dperezcabrera/pico-boot/actions/workflows/ci.yml/badge.svg)
6
6
  [![codecov](https://codecov.io/gh/dperezcabrera/pico-boot/branch/main/graph/badge.svg)](https://codecov.io/gh/dperezcabrera/pico-boot)
7
- [![Docs](https://img.shields.io/badge/Docs-pico--stack-blue?style=flat&logo=readthedocs&logoColor=white)](https://dperezcabrera.github.io/pico-boot/)
7
+ [![Docs](https://img.shields.io/badge/Docs-pico--boot-blue?style=flat&logo=readthedocs&logoColor=white)](https://dperezcabrera.github.io/pico-boot/)
8
8
 
9
9
  **Zero-configuration bootstrap for the Pico ecosystem.**
10
10
 
@@ -1,4 +1,5 @@
1
1
  mkdocs>=1.5
2
2
  mkdocs-material>=9.5
3
3
  mkdocs-minify-plugin>=0.8
4
+ mkdocs-git-revision-date-localized-plugin>=1.2
4
5
  pymdown-extensions>=10.7
@@ -64,7 +64,7 @@ where = ["src"]
64
64
  include = ["pico_boot*"]
65
65
 
66
66
  [tool.setuptools_scm]
67
- version_scheme = "post-release"
67
+ version_scheme = "guess-next-dev"
68
68
  local_scheme = "no-local-version"
69
69
  fallback_version = "0.1.0"
70
70
  write_to = "src/pico_boot/_version.py"
@@ -0,0 +1 @@
1
+ __version__ = '0.1.1.dev0'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pico-boot
3
- Version: 0.1.0.post0
3
+ Version: 0.1.1.dev0
4
4
  Summary: Pico-IOC integration layer for ecosystem modules. Auto-discovers DI modules via entry points.
5
5
  Author-email: David Perez Cabrera <dperezcabrera@gmail.com>
6
6
  License: MIT License
@@ -57,7 +57,7 @@ Dynamic: license-file
57
57
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
58
58
  ![CI (tox matrix)](https://github.com/dperezcabrera/pico-boot/actions/workflows/ci.yml/badge.svg)
59
59
  [![codecov](https://codecov.io/gh/dperezcabrera/pico-boot/branch/main/graph/badge.svg)](https://codecov.io/gh/dperezcabrera/pico-boot)
60
- [![Docs](https://img.shields.io/badge/Docs-pico--stack-blue?style=flat&logo=readthedocs&logoColor=white)](https://dperezcabrera.github.io/pico-boot/)
60
+ [![Docs](https://img.shields.io/badge/Docs-pico--boot-blue?style=flat&logo=readthedocs&logoColor=white)](https://dperezcabrera.github.io/pico-boot/)
61
61
 
62
62
  **Zero-configuration bootstrap for the Pico ecosystem.**
63
63
 
@@ -1 +0,0 @@
1
- __version__ = '0.1.0.post0'
File without changes
File without changes