bare-script 3.3.1__tar.gz → 3.3.2__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 (35) hide show
  1. {bare_script-3.3.1/src/bare_script.egg-info → bare_script-3.3.2}/PKG-INFO +2 -1
  2. {bare_script-3.3.1 → bare_script-3.3.2}/setup.cfg +2 -1
  3. {bare_script-3.3.1 → bare_script-3.3.2/src/bare_script.egg-info}/PKG-INFO +2 -1
  4. {bare_script-3.3.1 → bare_script-3.3.2}/LICENSE +0 -0
  5. {bare_script-3.3.1 → bare_script-3.3.2}/README.md +0 -0
  6. {bare_script-3.3.1 → bare_script-3.3.2}/pyproject.toml +0 -0
  7. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/__init__.py +0 -0
  8. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/__main__.py +0 -0
  9. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/bare.py +0 -0
  10. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/baredoc.py +0 -0
  11. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/data.py +0 -0
  12. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/__init__.py +0 -0
  13. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/args.bare +0 -0
  14. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/args.mds +0 -0
  15. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/diff.bare +0 -0
  16. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/forms.bare +0 -0
  17. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/forms.mds +0 -0
  18. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/markdownUp.bare +0 -0
  19. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/pager.bare +0 -0
  20. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/pager.mds +0 -0
  21. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/unittest.bare +0 -0
  22. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/unittest.mds +0 -0
  23. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/unittestMock.bare +0 -0
  24. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/include/unittestMock.mds +0 -0
  25. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/library.py +0 -0
  26. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/model.py +0 -0
  27. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/options.py +0 -0
  28. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/parser.py +0 -0
  29. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/runtime.py +0 -0
  30. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script/value.py +0 -0
  31. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script.egg-info/SOURCES.txt +0 -0
  32. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script.egg-info/dependency_links.txt +0 -0
  33. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script.egg-info/entry_points.txt +0 -0
  34. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script.egg-info/requires.txt +0 -0
  35. {bare_script-3.3.1 → bare_script-3.3.2}/src/bare_script.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bare-script
3
- Version: 3.3.1
3
+ Version: 3.3.2
4
4
  Summary: bare-script
5
5
  Home-page: https://github.com/craigahobbs/bare-script
6
6
  Author: Craig A. Hobbs
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
15
15
  Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
17
  Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Programming Language :: Python :: 3.14
18
19
  Classifier: Topic :: Software Development :: Interpreters
19
20
  Classifier: Topic :: Utilities
20
21
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = bare-script
3
- version = 3.3.1
3
+ version = 3.3.2
4
4
  url = https://github.com/craigahobbs/bare-script
5
5
  author = Craig A. Hobbs
6
6
  author_email = craigahobbs@gmail.com
@@ -18,6 +18,7 @@ classifiers =
18
18
  Programming Language :: Python :: 3.11
19
19
  Programming Language :: Python :: 3.12
20
20
  Programming Language :: Python :: 3.13
21
+ Programming Language :: Python :: 3.14
21
22
  Topic :: Software Development :: Interpreters
22
23
  Topic :: Utilities
23
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bare-script
3
- Version: 3.3.1
3
+ Version: 3.3.2
4
4
  Summary: bare-script
5
5
  Home-page: https://github.com/craigahobbs/bare-script
6
6
  Author: Craig A. Hobbs
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
15
15
  Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
17
  Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Programming Language :: Python :: 3.14
18
19
  Classifier: Topic :: Software Development :: Interpreters
19
20
  Classifier: Topic :: Utilities
20
21
  Description-Content-Type: text/markdown
File without changes
File without changes
File without changes