Skip to content

Commit 64bc812

Browse files
committed
- Doc update
1 parent cfdac44 commit 64bc812

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ please [file an issue] along with a detailed description.
6969

7070
## Credits
7171

72+
Special thanks to the peeps from [openapi-schema-pydantic](https://github.com/kuimono/openapi-schema-pydantic),
73+
which already did a lot of the legwork by providing a pydantic schema for the OpenAPI 3.0.0+ specification.
74+
7275
This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.
7376

7477
[@cjolowicz]: https://github.com/cjolowicz

docs/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Usage
22

3+
After installing the package, you can use the `openapi-python-generator` command line tool to generate Python code from an OpenAPI 3.0.0 specification.
4+
35
```{eval-rst}
46
.. click:: openapi_python_generator.__main__:main
57
:prog: openapi-python-generator

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Pygments = ">=2.10.0"
3030
black = ">=21.10b0"
3131
coverage = {extras = ["toml"], version = "^6.4.1"}
3232
darglint = ">=1.8.1"
33-
flake8 = ">=4.0.1"
33+
flake8 = ">=3.0.1"
3434
flake8-bandit = ">=2.1.2"
3535
flake8-bugbear = ">=21.9.2"
3636
flake8-docstrings = ">=1.6.0"
3737
flake8-rst-docstrings = ">=0.2.5"
3838
furo = ">=2021.11.12"
3939
isort = ">=5.10.1"
4040
mypy = ">=0.930"
41-
pep8-naming = ">=0.12.1"
41+
pep8-naming = ">=0.10.1"
4242
pre-commit = ">=2.16.0"
4343
pre-commit-hooks = ">=4.1.0"
4444
pytest = ">=6.2.5"

0 commit comments

Comments
 (0)