robust-python-demo 0.22.0__tar.gz → 0.24.0__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.
Potentially problematic release.
This version of robust-python-demo might be problematic. Click here for more details.
- {robust_python_demo-0.22.0/src/robust_python_demo.egg-info → robust_python_demo-0.24.0}/PKG-INFO +8 -8
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/README.md +7 -7
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/pyproject.toml +1 -1
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0/src/robust_python_demo.egg-info}/PKG-INFO +8 -8
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/LICENSE +0 -0
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/setup.cfg +0 -0
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/src/robust_python_demo/__init__.py +0 -0
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/src/robust_python_demo/__main__.py +0 -0
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/src/robust_python_demo/py.typed +0 -0
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/src/robust_python_demo.egg-info/SOURCES.txt +0 -0
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/src/robust_python_demo.egg-info/dependency_links.txt +0 -0
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/src/robust_python_demo.egg-info/requires.txt +0 -0
- {robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/src/robust_python_demo.egg-info/top_level.txt +0 -0
{robust_python_demo-0.22.0/src/robust_python_demo.egg-info → robust_python_demo-0.24.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robust-python-demo
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.24.0
|
|
4
4
|
Summary: robust-python-demo
|
|
5
5
|
Author-email: Kyle Oliver <56kyleoliver+cookiecutter-robust-python@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -85,17 +85,17 @@ For detailed API documentation and CLI command references, see the **[Documentat
|
|
|
85
85
|
|
|
86
86
|
This project uses a robust set of tools for development, testing, and quality assurance. All significant automated tasks are run via [:term:`Nox`](nox-documentation), orchestrated by the central `noxfile.py`.
|
|
87
87
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
88
|
+
- **Run all checks (lint, typecheck, security):** `uvx nox -s check`
|
|
89
|
+
- **Run test suite with coverage:** `uvx nox -s test`
|
|
90
|
+
- **Build documentation:** `uvx nox -s docs`
|
|
91
|
+
- **Build package:** `uvx nox -s build`
|
|
92
|
+
- **See all available tasks:** `uvx nox -l`
|
|
93
93
|
|
|
94
94
|
Explore the `noxfile.py` and the project documentation for detailed information on the automated workflow.
|
|
95
95
|
|
|
96
96
|
## Contributing
|
|
97
97
|
|
|
98
|
-
(This section should guide contributions
|
|
98
|
+
(This section should guide contributions _to this specific generated project_, not the template. It should refer to the project's `CODE_OF_CONDUCT.md` and link to a `CONTRIBUTING.md` specific to the project, if you choose to generate one.)
|
|
99
99
|
|
|
100
100
|
Report bugs or suggest features via the [issue tracker](https://github.com/56kyle/robust-python-demo/issues).
|
|
101
101
|
|
|
@@ -110,6 +110,6 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d
|
|
|
110
110
|
**This project was generated from the [cookiecutter-robust-python template][cookiecutter-robust-python].**
|
|
111
111
|
|
|
112
112
|
<!-- Reference Links -->
|
|
113
|
-
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
|
|
114
113
|
|
|
114
|
+
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
|
|
115
115
|
[documentation]: https://robust-python-demo.readthedocs.io/
|
|
@@ -65,17 +65,17 @@ For detailed API documentation and CLI command references, see the **[Documentat
|
|
|
65
65
|
|
|
66
66
|
This project uses a robust set of tools for development, testing, and quality assurance. All significant automated tasks are run via [:term:`Nox`](nox-documentation), orchestrated by the central `noxfile.py`.
|
|
67
67
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
68
|
+
- **Run all checks (lint, typecheck, security):** `uvx nox -s check`
|
|
69
|
+
- **Run test suite with coverage:** `uvx nox -s test`
|
|
70
|
+
- **Build documentation:** `uvx nox -s docs`
|
|
71
|
+
- **Build package:** `uvx nox -s build`
|
|
72
|
+
- **See all available tasks:** `uvx nox -l`
|
|
73
73
|
|
|
74
74
|
Explore the `noxfile.py` and the project documentation for detailed information on the automated workflow.
|
|
75
75
|
|
|
76
76
|
## Contributing
|
|
77
77
|
|
|
78
|
-
(This section should guide contributions
|
|
78
|
+
(This section should guide contributions _to this specific generated project_, not the template. It should refer to the project's `CODE_OF_CONDUCT.md` and link to a `CONTRIBUTING.md` specific to the project, if you choose to generate one.)
|
|
79
79
|
|
|
80
80
|
Report bugs or suggest features via the [issue tracker](https://github.com/56kyle/robust-python-demo/issues).
|
|
81
81
|
|
|
@@ -90,6 +90,6 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d
|
|
|
90
90
|
**This project was generated from the [cookiecutter-robust-python template][cookiecutter-robust-python].**
|
|
91
91
|
|
|
92
92
|
<!-- Reference Links -->
|
|
93
|
-
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
|
|
94
93
|
|
|
94
|
+
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
|
|
95
95
|
[documentation]: https://robust-python-demo.readthedocs.io/
|
{robust_python_demo-0.22.0 → robust_python_demo-0.24.0/src/robust_python_demo.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robust-python-demo
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.24.0
|
|
4
4
|
Summary: robust-python-demo
|
|
5
5
|
Author-email: Kyle Oliver <56kyleoliver+cookiecutter-robust-python@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -85,17 +85,17 @@ For detailed API documentation and CLI command references, see the **[Documentat
|
|
|
85
85
|
|
|
86
86
|
This project uses a robust set of tools for development, testing, and quality assurance. All significant automated tasks are run via [:term:`Nox`](nox-documentation), orchestrated by the central `noxfile.py`.
|
|
87
87
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
88
|
+
- **Run all checks (lint, typecheck, security):** `uvx nox -s check`
|
|
89
|
+
- **Run test suite with coverage:** `uvx nox -s test`
|
|
90
|
+
- **Build documentation:** `uvx nox -s docs`
|
|
91
|
+
- **Build package:** `uvx nox -s build`
|
|
92
|
+
- **See all available tasks:** `uvx nox -l`
|
|
93
93
|
|
|
94
94
|
Explore the `noxfile.py` and the project documentation for detailed information on the automated workflow.
|
|
95
95
|
|
|
96
96
|
## Contributing
|
|
97
97
|
|
|
98
|
-
(This section should guide contributions
|
|
98
|
+
(This section should guide contributions _to this specific generated project_, not the template. It should refer to the project's `CODE_OF_CONDUCT.md` and link to a `CONTRIBUTING.md` specific to the project, if you choose to generate one.)
|
|
99
99
|
|
|
100
100
|
Report bugs or suggest features via the [issue tracker](https://github.com/56kyle/robust-python-demo/issues).
|
|
101
101
|
|
|
@@ -110,6 +110,6 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d
|
|
|
110
110
|
**This project was generated from the [cookiecutter-robust-python template][cookiecutter-robust-python].**
|
|
111
111
|
|
|
112
112
|
<!-- Reference Links -->
|
|
113
|
-
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
|
|
114
113
|
|
|
114
|
+
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
|
|
115
115
|
[documentation]: https://robust-python-demo.readthedocs.io/
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/src/robust_python_demo.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{robust_python_demo-0.22.0 → robust_python_demo-0.24.0}/src/robust_python_demo.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|