boilersync 1.2.19__tar.gz → 1.2.20__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 (62) hide show
  1. {boilersync-1.2.19 → boilersync-1.2.20}/PKG-INFO +1 -1
  2. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/_version.py +2 -2
  3. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/commands/pull_proposal.py +1 -0
  4. {boilersync-1.2.19 → boilersync-1.2.20}/.cursor/rules/adding-commands.mdc +0 -0
  5. {boilersync-1.2.19 → boilersync-1.2.20}/.cursor/rules/project-description.mdc +0 -0
  6. {boilersync-1.2.19 → boilersync-1.2.20}/.cursor/rules/python-conventions.mdc +0 -0
  7. {boilersync-1.2.19 → boilersync-1.2.20}/.github/workflows/auto-tag.yml +0 -0
  8. {boilersync-1.2.19 → boilersync-1.2.20}/.github/workflows/deploy-docs.yml +0 -0
  9. {boilersync-1.2.19 → boilersync-1.2.20}/.gitignore +0 -0
  10. {boilersync-1.2.19 → boilersync-1.2.20}/.vscode/launch.json +0 -0
  11. {boilersync-1.2.19 → boilersync-1.2.20}/.vscode/settings.json +0 -0
  12. {boilersync-1.2.19 → boilersync-1.2.20}/.vscode/tasks.json +0 -0
  13. {boilersync-1.2.19 → boilersync-1.2.20}/PROBLEMS.md +0 -0
  14. {boilersync-1.2.19 → boilersync-1.2.20}/README.md +0 -0
  15. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/__init__.py +0 -0
  16. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/__main__.py +0 -0
  17. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/cli.py +0 -0
  18. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/cli_helpers.py +0 -0
  19. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/commands/__init__.py +0 -0
  20. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/commands/check_pull.py +0 -0
  21. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/commands/diff.py +0 -0
  22. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/commands/init.py +0 -0
  23. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/commands/pull.py +0 -0
  24. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/commands/push.py +0 -0
  25. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/commands/templates.py +0 -0
  26. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/comparison.py +0 -0
  27. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/errors.py +0 -0
  28. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/file_ignores.py +0 -0
  29. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/interpolation_context.py +0 -0
  30. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/logging.py +0 -0
  31. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/names.py +0 -0
  32. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/paths.py +0 -0
  33. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/project_context.py +0 -0
  34. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/project_metadata.py +0 -0
  35. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/template_ownership.py +0 -0
  36. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/template_processor.py +0 -0
  37. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/template_sources.py +0 -0
  38. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/template_workspace.py +0 -0
  39. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/utils.py +0 -0
  40. {boilersync-1.2.19 → boilersync-1.2.20}/boilersync/variable_collector.py +0 -0
  41. {boilersync-1.2.19 → boilersync-1.2.20}/docs/ensemble.md +0 -0
  42. {boilersync-1.2.19 → boilersync-1.2.20}/docs/index.md +0 -0
  43. {boilersync-1.2.19 → boilersync-1.2.20}/docs/project-metadata.md +0 -0
  44. {boilersync-1.2.19 → boilersync-1.2.20}/docs/template-metadata.md +0 -0
  45. {boilersync-1.2.19 → boilersync-1.2.20}/mkdocs.yml +0 -0
  46. {boilersync-1.2.19 → boilersync-1.2.20}/pyproject.toml +0 -0
  47. {boilersync-1.2.19 → boilersync-1.2.20}/scripts/build.sh +0 -0
  48. {boilersync-1.2.19 → boilersync-1.2.20}/tests/__init__.py +0 -0
  49. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_check_pull.py +0 -0
  50. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_diff.py +0 -0
  51. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_filename_interpolation.py +0 -0
  52. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_init_runtime_features.py +0 -0
  53. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_interpolation_context.py +0 -0
  54. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_paths.py +0 -0
  55. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_pull_proposal.py +0 -0
  56. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_push_inheritance.py +0 -0
  57. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_template_inheritance.py +0 -0
  58. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_template_sources.py +0 -0
  59. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_templates_commands.py +0 -0
  60. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_templates_init.py +0 -0
  61. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_variable_collection.py +0 -0
  62. {boilersync-1.2.19 → boilersync-1.2.20}/tests/test_variable_type_conversion.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boilersync
3
- Version: 1.2.19
3
+ Version: 1.2.20
4
4
  Summary: BoilerSync
5
5
  Project-URL: Repository, https://github.com/gabemontague/boilersync
6
6
  Project-URL: Issues, https://github.com/gabemontague/boilersync/issues
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '1.2.19'
22
- __version_tuple__ = version_tuple = (1, 2, 19)
21
+ __version__ = version = '1.2.20'
22
+ __version_tuple__ = version_tuple = (1, 2, 20)
23
23
 
24
24
  __commit_id__ = commit_id = None
@@ -1,4 +1,5 @@
1
1
  import hashlib
2
+ import json
2
3
  import os
3
4
  import shutil
4
5
  import subprocess
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes