wexample-filestate-python 0.0.11__tar.gz → 0.0.12__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 (19) hide show
  1. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/PKG-INFO +5 -5
  2. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/pyproject.toml +5 -5
  3. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python.egg-info/PKG-INFO +5 -5
  4. wexample_filestate_python-0.0.12/wexample_filestate_python.egg-info/requires.txt +7 -0
  5. wexample_filestate_python-0.0.11/wexample_filestate_python.egg-info/requires.txt +0 -7
  6. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/README.md +0 -0
  7. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/setup.cfg +0 -0
  8. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python/__init__.py +0 -0
  9. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python/const/__init__.py +0 -0
  10. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python/const/name_pattern.py +0 -0
  11. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python/helpers/__init__.py +0 -0
  12. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python/helpers/package.py +0 -0
  13. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python/workdir/__init__.py +0 -0
  14. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python/workdir/python_package_workdir.py +0 -0
  15. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python/workdir/python_packages_suite_workdir.py +0 -0
  16. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python/workdir/python_workdir.py +0 -0
  17. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python.egg-info/SOURCES.txt +0 -0
  18. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python.egg-info/dependency_links.txt +0 -0
  19. {wexample_filestate_python-0.0.11 → wexample_filestate_python-0.0.12}/wexample_filestate_python.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: wexample-filestate-python
3
- Version: 0.0.11
3
+ Version: 0.0.12
4
4
  Summary: Helpers for Python.
5
5
  Author-email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -11,9 +11,9 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
13
  Requires-Dist: pip-tools
14
- Requires-Dist: python-dotenv
15
14
  Requires-Dist: pydantic
16
15
  Requires-Dist: pytest
17
- Requires-Dist: wexample-filestate
18
- Requires-Dist: wexample-filestate-git
19
- Requires-Dist: wexample-app
16
+ Requires-Dist: python-dotenv
17
+ Requires-Dist: wexample-app==0.0.17
18
+ Requires-Dist: wexample-filestate-git==0.0.12
19
+ Requires-Dist: wexample-filestate==0.0.20
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
 
8
8
  [project]
9
9
  name = "wexample-filestate-python"
10
- version = "0.0.11"
10
+ version = "0.0.12"
11
11
  description = "Helpers for Python."
12
12
  authors = [
13
13
  { name = "weeger", email = "contact@wexample.com" },
@@ -20,12 +20,12 @@ classifiers = [
20
20
  ]
21
21
  dependencies = [
22
22
  "pip-tools",
23
- "python-dotenv",
24
23
  "pydantic",
25
24
  "pytest",
26
- "wexample-filestate",
27
- "wexample-filestate-git",
28
- "wexample-app",
25
+ "python-dotenv",
26
+ "wexample-app==0.0.17",
27
+ "wexample-filestate-git==0.0.12",
28
+ "wexample-filestate==0.0.20",
29
29
  ]
30
30
 
31
31
  [project.readme]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: wexample-filestate-python
3
- Version: 0.0.11
3
+ Version: 0.0.12
4
4
  Summary: Helpers for Python.
5
5
  Author-email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -11,9 +11,9 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
13
  Requires-Dist: pip-tools
14
- Requires-Dist: python-dotenv
15
14
  Requires-Dist: pydantic
16
15
  Requires-Dist: pytest
17
- Requires-Dist: wexample-filestate
18
- Requires-Dist: wexample-filestate-git
19
- Requires-Dist: wexample-app
16
+ Requires-Dist: python-dotenv
17
+ Requires-Dist: wexample-app==0.0.17
18
+ Requires-Dist: wexample-filestate-git==0.0.12
19
+ Requires-Dist: wexample-filestate==0.0.20
@@ -0,0 +1,7 @@
1
+ pip-tools
2
+ pydantic
3
+ pytest
4
+ python-dotenv
5
+ wexample-app==0.0.17
6
+ wexample-filestate-git==0.0.12
7
+ wexample-filestate==0.0.20
@@ -1,7 +0,0 @@
1
- pip-tools
2
- python-dotenv
3
- pydantic
4
- pytest
5
- wexample-filestate
6
- wexample-filestate-git
7
- wexample-app