tox-envfile 0.0.7__tar.gz → 0.0.8__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 (40) hide show
  1. tox_envfile-0.0.8/.cookiecutter/includes/pyproject.toml/dependencies +1 -0
  2. tox_envfile-0.0.8/.cookiecutter/includes/pyproject.toml/tail +2 -0
  3. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.gitignore +1 -1
  4. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/PKG-INFO +3 -3
  5. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/pyproject.toml +29 -2
  6. tox_envfile-0.0.8/setup.cfg +15 -0
  7. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/src/tox_envfile.egg-info/PKG-INFO +3 -3
  8. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/src/tox_envfile.egg-info/SOURCES.txt +2 -2
  9. tox_envfile-0.0.7/.cookiecutter/includes/setuptools/entry_points +0 -2
  10. tox_envfile-0.0.7/.cookiecutter/includes/setuptools/install_requires +0 -1
  11. tox_envfile-0.0.7/setup.cfg +0 -44
  12. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.cookiecutter/cookiecutter.json +0 -0
  13. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.cookiecutter/includes/README/head.md +0 -0
  14. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.cookiecutter/includes/README/tail.md +0 -0
  15. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.cookiecutter/includes/tox/deps +0 -0
  16. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.github/dependabot.yml +0 -0
  17. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.github/workflows/ci.yml +0 -0
  18. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.github/workflows/keepalive.yml +0 -0
  19. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.github/workflows/pypi.yml +0 -0
  20. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.github/workflows/slack.yml +0 -0
  21. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/.python-version +0 -0
  22. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/LICENSE +0 -0
  23. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/Makefile +0 -0
  24. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/README.md +0 -0
  25. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/bin/make_python +0 -0
  26. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/bin/make_template +0 -0
  27. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/src/tox_envfile/__init__.py +0 -0
  28. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/src/tox_envfile/plugin.py +0 -0
  29. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/src/tox_envfile.egg-info/dependency_links.txt +0 -0
  30. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/src/tox_envfile.egg-info/entry_points.txt +0 -0
  31. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/src/tox_envfile.egg-info/requires.txt +0 -0
  32. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/src/tox_envfile.egg-info/top_level.txt +0 -0
  33. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/tests/__init__.py +0 -0
  34. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/tests/functional/__init__.py +0 -0
  35. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/tests/functional/sanity_test.py +0 -0
  36. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/tests/pyproject.toml +0 -0
  37. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/tests/unit/__init__.py +0 -0
  38. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/tests/unit/tox_envfile/__init__.py +0 -0
  39. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/tests/unit/tox_envfile/plugin_test.py +0 -0
  40. {tox_envfile-0.0.7 → tox_envfile-0.0.8}/tox.ini +0 -0
@@ -0,0 +1,2 @@
1
+ [project.entry-points.tox]
2
+ tox-envfile = "tox_envfile"
@@ -1,4 +1,4 @@
1
- build
1
+ /build
2
2
  coverage
3
3
  node_modules
4
4
  yarn-error.log
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tox-envfile
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: Load env files in your tox envs.
5
- Home-page: https://github.com/hypothesis/tox-envfile
6
- Project-URL: Bug Tracker, https://github.com/hypothesis/tox-envfile/issues
5
+ Project-URL: Repository, https://github.com/hypothesis/tox-envfile
6
+ Project-URL: Issues, https://github.com/hypothesis/tox-envfile/issues
7
7
  Project-URL: Changelog, https://github.com/hypothesis/tox-envfile/releases
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: BSD License
@@ -2,8 +2,31 @@
2
2
  requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
+ [project]
6
+ dynamic = ["version"]
7
+ name = "tox-envfile"
8
+ description = "Load env files in your tox envs."
9
+ readme = "README.md"
10
+ classifiers = [
11
+ "Programming Language :: Python :: 3",
12
+ "License :: OSI Approved :: BSD License",
13
+ "Intended Audience :: Developers",
14
+ ]
15
+ requires-python = ">=3.9"
16
+ dependencies = [
17
+ "python-dotenv",
18
+ ]
19
+
20
+ [project.urls]
21
+ Repository = "https://github.com/hypothesis/tox-envfile"
22
+ Issues = "https://github.com/hypothesis/tox-envfile/issues"
23
+ Changelog = "https://github.com/hypothesis/tox-envfile/releases"
5
24
  [tool.setuptools_scm]
6
25
 
26
+
27
+ [project.entry-points.tox]
28
+ tox-envfile = "tox_envfile"
29
+
7
30
  [tool.pytest.ini_options]
8
31
  addopts = "-q"
9
32
  filterwarnings = [
@@ -60,6 +83,10 @@ show_missing = true
60
83
  precision = 2
61
84
  fail_under = 100.00
62
85
  skip_covered = true
86
+ exclude_also = [
87
+ # `if TYPE_CHECKING:` blocks are only executed while running mypy.
88
+ "if TYPE_CHECKING:",
89
+ ]
63
90
 
64
91
  [tool.isort]
65
92
  multi_line_output = 3
@@ -154,8 +181,8 @@ disable_error_code = [
154
181
  ]
155
182
 
156
183
  [[tool.mypy.overrides]]
157
- module= [
158
- # Don't try to typecheck the tests for now
184
+ module = [
185
+ # Don't try to typecheck the tests for now.
159
186
  "tests.*",
160
187
  ]
161
188
  ignore_errors = true
@@ -0,0 +1,15 @@
1
+ [pycodestyle]
2
+ ignore =
3
+ E203, # Whitespace before ':',
4
+ E231, # Missing whitespace after ',',
5
+ E501, # Line too long,
6
+ W503, # Line break before binary operator,
7
+
8
+ E711,
9
+
10
+ E722,
11
+
12
+ [egg_info]
13
+ tag_build =
14
+ tag_date = 0
15
+
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tox-envfile
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: Load env files in your tox envs.
5
- Home-page: https://github.com/hypothesis/tox-envfile
6
- Project-URL: Bug Tracker, https://github.com/hypothesis/tox-envfile/issues
5
+ Project-URL: Repository, https://github.com/hypothesis/tox-envfile
6
+ Project-URL: Issues, https://github.com/hypothesis/tox-envfile/issues
7
7
  Project-URL: Changelog, https://github.com/hypothesis/tox-envfile/releases
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: BSD License
@@ -9,8 +9,8 @@ tox.ini
9
9
  .cookiecutter/cookiecutter.json
10
10
  .cookiecutter/includes/README/head.md
11
11
  .cookiecutter/includes/README/tail.md
12
- .cookiecutter/includes/setuptools/entry_points
13
- .cookiecutter/includes/setuptools/install_requires
12
+ .cookiecutter/includes/pyproject.toml/dependencies
13
+ .cookiecutter/includes/pyproject.toml/tail
14
14
  .cookiecutter/includes/tox/deps
15
15
  .github/dependabot.yml
16
16
  .github/workflows/ci.yml
@@ -1,2 +0,0 @@
1
- tox =
2
- tox-envfile = tox_envfile
@@ -1,44 +0,0 @@
1
- [metadata]
2
- name = tox-envfile
3
- description = Load env files in your tox envs.
4
- long_description = file: README.md
5
- long_description_content_type = text/markdown
6
- url = https://github.com/hypothesis/tox-envfile
7
- project_urls =
8
- Bug Tracker = https://github.com/hypothesis/tox-envfile/issues
9
- Changelog = https://github.com/hypothesis/tox-envfile/releases
10
- classifiers =
11
- Programming Language :: Python :: 3
12
- License :: OSI Approved :: BSD License
13
- Intended Audience :: Developers
14
-
15
- [options]
16
- package_dir =
17
- = src
18
- packages = find:
19
- python_requires = >=3.9
20
- install_requires =
21
- python-dotenv
22
-
23
- [options.packages.find]
24
- where = src
25
-
26
- [options.entry_points]
27
- tox =
28
- tox-envfile = tox_envfile
29
-
30
- [pycodestyle]
31
- ignore =
32
- E203, # Whitespace before ':',
33
- E231, # Missing whitespace after ',',
34
- E501, # Line too long,
35
- W503, # Line break before binary operator,
36
-
37
- E711,
38
-
39
- E722,
40
-
41
- [egg_info]
42
- tag_build =
43
- tag_date = 0
44
-
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes