robust-python-demo 0.21.0__tar.gz → 0.23.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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robust-python-demo
3
- Version: 0.21.0
3
+ Version: 0.23.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](https://robust-python-demo.readthedocs.io/)**.
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](https://github.com/56kyle/cookiecutter-robust-python).**
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](https://robust-python-demo.readthedocs.io/)**.
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](https://github.com/56kyle/cookiecutter-robust-python).**
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/
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "robust-python-demo"
3
- version = "0.21.0"
3
+ version = "0.23.0"
4
4
  description = "robust-python-demo"
5
5
  authors = [
6
6
  { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robust-python-demo
3
- Version: 0.21.0
3
+ Version: 0.23.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](https://robust-python-demo.readthedocs.io/)**.
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](https://github.com/56kyle/cookiecutter-robust-python).**
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/