drf-to-mkdoc 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl
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 drf-to-mkdoc might be problematic. Click here for more details.
- {drf_to_mkdoc-0.1.2.dist-info → drf_to_mkdoc-0.1.3.dist-info}/METADATA +6 -6
- {drf_to_mkdoc-0.1.2.dist-info → drf_to_mkdoc-0.1.3.dist-info}/RECORD +5 -5
- {drf_to_mkdoc-0.1.2.dist-info → drf_to_mkdoc-0.1.3.dist-info}/WHEEL +0 -0
- {drf_to_mkdoc-0.1.2.dist-info → drf_to_mkdoc-0.1.3.dist-info}/licenses/LICENSE +0 -0
- {drf_to_mkdoc-0.1.2.dist-info → drf_to_mkdoc-0.1.3.dist-info}/top_level.txt +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: drf-to-mkdoc
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Generate Markdown API docs from Django/DRF OpenAPI schema for MkDocs
|
|
5
5
|
Author-email: Hossein Shayesteh <shayestehhs1@gmail.com>
|
|
6
6
|
Maintainer-email: Hossein Shayesteh <shayestehhs1@gmail.com>
|
|
7
7
|
License: MIT
|
|
8
|
-
Project-URL: Homepage, https://github.com/
|
|
9
|
-
Project-URL: Repository, https://github.com/
|
|
10
|
-
Project-URL: Documentation, https://github.com/
|
|
11
|
-
Project-URL: Bug Tracker, https://github.com/
|
|
8
|
+
Project-URL: Homepage, https://github.com/shayestehhs/drf-to-mkdoc
|
|
9
|
+
Project-URL: Repository, https://github.com/shayestehhs/drf-to-mkdoc
|
|
10
|
+
Project-URL: Documentation, https://github.com/shayestehhs/drf-to-mkdoc#readme
|
|
11
|
+
Project-URL: Bug Tracker, https://github.com/shayestehhs/drf-to-mkdoc/issues
|
|
12
12
|
Keywords: django,django-rest-framework,documentation,mkdocs,api
|
|
13
13
|
Classifier: Development Status :: 4 - Beta
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
@@ -160,7 +160,7 @@ Under the hood, drf-to-mkdoc introspects your models and reads your DRF OpenAPI
|
|
|
160
160
|
### Setup Development Environment
|
|
161
161
|
|
|
162
162
|
```bash
|
|
163
|
-
git clone https://github.com/
|
|
163
|
+
git clone https://github.com/Shayestehhs/drf-to-mkdoc.git
|
|
164
164
|
cd drf-to-mkdoc
|
|
165
165
|
pip install -e ".[dev]"
|
|
166
166
|
```
|
|
@@ -18,8 +18,8 @@ drf_to_mkdoc/utils/extractors/__init__.py,sha256=BvC8gKOPVI9gU1Piw0jRhKQ2ER5s1mo
|
|
|
18
18
|
drf_to_mkdoc/utils/extractors/query_parameter_extractors.py,sha256=e7WW0MeLUfBAfksEKFxowDjz9uUvit_EDxYASfnbdc4,8400
|
|
19
19
|
drf_to_mkdoc/utils/md_generators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
20
|
drf_to_mkdoc/utils/md_generators/query_parameters_generators.py,sha256=N-XqZ_FUODSR5V4xM9oEA3aaIiNGNmNwpvrWbQTx6RI,2566
|
|
21
|
-
drf_to_mkdoc-0.1.
|
|
22
|
-
drf_to_mkdoc-0.1.
|
|
23
|
-
drf_to_mkdoc-0.1.
|
|
24
|
-
drf_to_mkdoc-0.1.
|
|
25
|
-
drf_to_mkdoc-0.1.
|
|
21
|
+
drf_to_mkdoc-0.1.3.dist-info/licenses/LICENSE,sha256=3n9_ckIREsH8ogCxWW6dFsw_WfGcluG2mHcgl9i_UU0,1068
|
|
22
|
+
drf_to_mkdoc-0.1.3.dist-info/METADATA,sha256=nJp66j2aDd35LeEJ6gjhdDgIYmfW02ywgrYpNKp4Rk4,7304
|
|
23
|
+
drf_to_mkdoc-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
24
|
+
drf_to_mkdoc-0.1.3.dist-info/top_level.txt,sha256=ZzJecR6j_tvLZiubUBEgawHflozC4DQy9ooNf1yDJ3Q,13
|
|
25
|
+
drf_to_mkdoc-0.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|