robust-python-demo 0.21.0__tar.gz → 0.22.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.21.0/src/robust_python_demo.egg-info → robust_python_demo-0.22.0}/PKG-INFO +8 -3
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/README.md +7 -2
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/pyproject.toml +1 -1
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0/src/robust_python_demo.egg-info}/PKG-INFO +8 -3
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/LICENSE +0 -0
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/setup.cfg +0 -0
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/src/robust_python_demo/__init__.py +0 -0
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/src/robust_python_demo/__main__.py +0 -0
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/src/robust_python_demo/py.typed +0 -0
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/src/robust_python_demo.egg-info/SOURCES.txt +0 -0
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/src/robust_python_demo.egg-info/dependency_links.txt +0 -0
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/src/robust_python_demo.egg-info/requires.txt +0 -0
- {robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/src/robust_python_demo.egg-info/top_level.txt +0 -0
{robust_python_demo-0.21.0/src/robust_python_demo.egg-info → robust_python_demo-0.22.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.22.0
|
|
4
4
|
Summary: robust-python-demo
|
|
5
5
|
Author-email: Kyle Oliver <56kyleoliver+cookiecutter-robust-python@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -79,7 +79,7 @@ If your project defines command-line entry points in `pyproject.toml`:
|
|
|
79
79
|
# robust-python-demo do-something --input file.txt
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
For detailed API documentation and CLI command references, see the **[Documentation]
|
|
82
|
+
For detailed API documentation and CLI command references, see the **[Documentation][documentation]**.
|
|
83
83
|
|
|
84
84
|
## Development Workflow
|
|
85
85
|
|
|
@@ -107,4 +107,9 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d
|
|
|
107
107
|
|
|
108
108
|
---
|
|
109
109
|
|
|
110
|
-
**This project was generated from the [cookiecutter-robust-python template]
|
|
110
|
+
**This project was generated from the [cookiecutter-robust-python template][cookiecutter-robust-python].**
|
|
111
|
+
|
|
112
|
+
<!-- Reference Links -->
|
|
113
|
+
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
|
|
114
|
+
|
|
115
|
+
[documentation]: https://robust-python-demo.readthedocs.io/
|
|
@@ -59,7 +59,7 @@ If your project defines command-line entry points in `pyproject.toml`:
|
|
|
59
59
|
# robust-python-demo do-something --input file.txt
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
For detailed API documentation and CLI command references, see the **[Documentation]
|
|
62
|
+
For detailed API documentation and CLI command references, see the **[Documentation][documentation]**.
|
|
63
63
|
|
|
64
64
|
## Development Workflow
|
|
65
65
|
|
|
@@ -87,4 +87,9 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d
|
|
|
87
87
|
|
|
88
88
|
---
|
|
89
89
|
|
|
90
|
-
**This project was generated from the [cookiecutter-robust-python template]
|
|
90
|
+
**This project was generated from the [cookiecutter-robust-python template][cookiecutter-robust-python].**
|
|
91
|
+
|
|
92
|
+
<!-- Reference Links -->
|
|
93
|
+
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
|
|
94
|
+
|
|
95
|
+
[documentation]: https://robust-python-demo.readthedocs.io/
|
{robust_python_demo-0.21.0 → robust_python_demo-0.22.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.22.0
|
|
4
4
|
Summary: robust-python-demo
|
|
5
5
|
Author-email: Kyle Oliver <56kyleoliver+cookiecutter-robust-python@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -79,7 +79,7 @@ If your project defines command-line entry points in `pyproject.toml`:
|
|
|
79
79
|
# robust-python-demo do-something --input file.txt
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
For detailed API documentation and CLI command references, see the **[Documentation]
|
|
82
|
+
For detailed API documentation and CLI command references, see the **[Documentation][documentation]**.
|
|
83
83
|
|
|
84
84
|
## Development Workflow
|
|
85
85
|
|
|
@@ -107,4 +107,9 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d
|
|
|
107
107
|
|
|
108
108
|
---
|
|
109
109
|
|
|
110
|
-
**This project was generated from the [cookiecutter-robust-python template]
|
|
110
|
+
**This project was generated from the [cookiecutter-robust-python template][cookiecutter-robust-python].**
|
|
111
|
+
|
|
112
|
+
<!-- Reference Links -->
|
|
113
|
+
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
|
|
114
|
+
|
|
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.21.0 → robust_python_demo-0.22.0}/src/robust_python_demo.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{robust_python_demo-0.21.0 → robust_python_demo-0.22.0}/src/robust_python_demo.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|