plesty-sdk 0.0.2.dev2__tar.gz → 0.0.2.dev4__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 (24) hide show
  1. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/PKG-INFO +2 -1
  2. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/README.md +1 -0
  3. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/.gitignore +0 -0
  4. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/.gitlab-ci.yml +0 -0
  5. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/COPYING +0 -0
  6. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/COPYING.LESSER +0 -0
  7. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/LICENSE +0 -0
  8. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/docs/index.md +0 -0
  9. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/docs/toc.yaml +0 -0
  10. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/docs/usage/index.md +0 -0
  11. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/__init__.py +0 -0
  12. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/assets/docs-build-gitlab-ci.yml +0 -0
  13. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/assets/logos/plesty_icon.png +0 -0
  14. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/assets/logos/plesty_logo.png +0 -0
  15. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/assets/ruff.toml +0 -0
  16. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/cache.py +0 -0
  17. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/cli.py +0 -0
  18. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/commands/check.py +0 -0
  19. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/commands/docs/__init__.py +0 -0
  20. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/commands/docs/deploy.py +0 -0
  21. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/commands/docs/serve.py +0 -0
  22. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/commands/docs/sphinx_builder.py +0 -0
  23. {plesty_sdk-0.0.2.dev2/plestysdk → plesty_sdk-0.0.2.dev4/plesty_sdk}/context.py +0 -0
  24. {plesty_sdk-0.0.2.dev2 → plesty_sdk-0.0.2.dev4}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plesty-sdk
3
- Version: 0.0.2.dev2
3
+ Version: 0.0.2.dev4
4
4
  Summary: Command-line application for developing Python modules compliant with the Plesty standard.
5
5
  Author: Plesty Development Team
6
6
  License-File: COPYING
@@ -55,5 +55,6 @@ The suggested levels of plesty standards are:
55
55
 
56
56
 
57
57
  ## LICENSE
58
+
58
59
  Plesty is licensed under the GNU Lesser General Public License v3.0 or later
59
60
  (LGPL-3.0-or-later). See the LICENSE file.
@@ -32,5 +32,6 @@ The suggested levels of plesty standards are:
32
32
 
33
33
 
34
34
  ## LICENSE
35
+
35
36
  Plesty is licensed under the GNU Lesser General Public License v3.0 or later
36
37
  (LGPL-3.0-or-later). See the LICENSE file.
File without changes
File without changes