open-api-framework 0.1.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.
@@ -0,0 +1,7 @@
1
+ Copyright 2024 Maykin Media
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,8 @@
1
+ include *.rst
2
+ include LICENSE
3
+ include open_api_framework/py.typed
4
+ recursive-include open_api_framework *.html
5
+ recursive-include open_api_framework *.txt
6
+ recursive-include open_api_framework *.po
7
+ global-exclude __pycache__
8
+ global-exclude *.py[co]
@@ -0,0 +1,168 @@
1
+ Metadata-Version: 2.1
2
+ Name: open_api_framework
3
+ Version: 0.1.0
4
+ Summary: TODO
5
+ Author-email: Maykin Media <support@maykinmedia.nl>
6
+ License: Copyright 2024 Maykin Media
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
+
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13
+
14
+ Project-URL: Homepage, https://github.com/maykinmedia/open_api_framework
15
+ Project-URL: Documentation, http://open_api_framework.readthedocs.io/en/latest/
16
+ Project-URL: Bug Tracker, https://github.com/maykinmedia/open_api_framework/issues
17
+ Project-URL: Source Code, https://github.com/maykinmedia/open_api_framework
18
+ Keywords: TODO
19
+ Classifier: Development Status :: 3 - Alpha
20
+ Classifier: Framework :: Django
21
+ Classifier: Framework :: Django :: 3.2
22
+ Classifier: Framework :: Django :: 4.2
23
+ Classifier: Intended Audience :: Developers
24
+ Classifier: Operating System :: Unix
25
+ Classifier: Operating System :: MacOS
26
+ Classifier: Operating System :: Microsoft :: Windows
27
+ Classifier: Programming Language :: Python :: 3.9
28
+ Classifier: Programming Language :: Python :: 3.11
29
+ Classifier: Programming Language :: Python :: 3.12
30
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
+ Requires-Python: >=3.9
32
+ Description-Content-Type: text/x-rst
33
+ License-File: LICENSE
34
+ Requires-Dist: django>=3.2.23
35
+ Requires-Dist: django-axes>=6.3.0
36
+ Requires-Dist: django-cors-headers>=4.3.1
37
+ Requires-Dist: django-markup>=1.8.1
38
+ Requires-Dist: django-jsonform>=2.21.4
39
+ Requires-Dist: django-admin-index>=3.1.0
40
+ Requires-Dist: django-redis>=5.4.0
41
+ Requires-Dist: djangorestframework>=3.12.4
42
+ Requires-Dist: djangorestframework-gis>=1.0
43
+ Requires-Dist: django-filter>=23.2
44
+ Requires-Dist: drf-spectacular>=0.27.0
45
+ Requires-Dist: djangorestframework-inclusions>=1.2.0
46
+ Requires-Dist: commonground-api-common>=1.12.1
47
+ Requires-Dist: mozilla-django-oidc-db>=0.14.1
48
+ Requires-Dist: zgw-consumers>=0.27.0
49
+ Requires-Dist: psycopg2>=2.9.9
50
+ Requires-Dist: bleach>=6.1.0
51
+ Requires-Dist: python-dotenv>=1.0.0
52
+ Requires-Dist: python-decouple>=3.8
53
+ Requires-Dist: requests>=2.31.0
54
+ Requires-Dist: uwsgi>=2.0.23
55
+ Requires-Dist: sentry-sdk>=1.39.2
56
+ Requires-Dist: elastic-apm>=6.20.0
57
+ Requires-Dist: celery>=5.2.7
58
+ Requires-Dist: flower>=2.0.1
59
+ Provides-Extra: tests
60
+ Requires-Dist: pytest; extra == "tests"
61
+ Requires-Dist: pytest-django; extra == "tests"
62
+ Requires-Dist: tox; extra == "tests"
63
+ Requires-Dist: isort; extra == "tests"
64
+ Requires-Dist: black; extra == "tests"
65
+ Requires-Dist: flake8; extra == "tests"
66
+ Provides-Extra: coverage
67
+ Requires-Dist: pytest-cov; extra == "coverage"
68
+ Provides-Extra: docs
69
+ Requires-Dist: sphinx; extra == "docs"
70
+ Requires-Dist: sphinx-rtd-theme; extra == "docs"
71
+ Provides-Extra: release
72
+ Requires-Dist: bump-my-version; extra == "release"
73
+ Requires-Dist: twine; extra == "release"
74
+
75
+
76
+
77
+ Welcome to open_api_framework's documentation!
78
+ =================================================
79
+
80
+ :Version: 0.1.0
81
+ :Source: https://github.com/maykinmedia/open_api_framework
82
+ :Keywords: ``<keywords>``
83
+ :PythonVersion: 3.11
84
+
85
+ |build-status| |code-quality| |black| |coverage| |docs|
86
+
87
+ |python-versions| |django-versions| |pypi-version|
88
+
89
+ <One liner describing the project>
90
+
91
+ .. contents::
92
+
93
+ .. section-numbering::
94
+
95
+ Features
96
+ ========
97
+
98
+ * ...
99
+ * ...
100
+
101
+ Installation
102
+ ============
103
+
104
+ Requirements
105
+ ------------
106
+
107
+ * Python 3.9/3.11 or above
108
+ * Django 3.2/4.2 or newer
109
+
110
+
111
+ Install
112
+ -------
113
+
114
+ .. code-block:: bash
115
+
116
+ pip install open_api_framework
117
+
118
+
119
+ Usage
120
+ =====
121
+
122
+ <document or refer to docs>
123
+
124
+ Local development
125
+ =================
126
+
127
+ To install and develop the library locally, use::
128
+
129
+ .. code-block:: bash
130
+
131
+ pip install -e .[tests,coverage,docs,release]
132
+
133
+ When running management commands via ``django-admin``, make sure to add the root
134
+ directory to the python path (or use ``python -m django <command>``):
135
+
136
+ .. code-block:: bash
137
+
138
+ export PYTHONPATH=. DJANGO_SETTINGS_MODULE=testapp.settings
139
+ django-admin check
140
+ # or other commands like:
141
+ # django-admin makemessages -l nl
142
+
143
+
144
+ .. |build-status| image:: https://github.com/maykinmedia/open_api_framework/workflows/Run%20CI/badge.svg
145
+ :alt: Build status
146
+ :target: https://github.com/maykinmedia/open_api_framework/actions?query=workflow%3A%22Run+CI%22
147
+
148
+ .. |code-quality| image:: https://github.com/maykinmedia/open_api_framework/workflows/Code%20quality%20checks/badge.svg
149
+ :alt: Code quality checks
150
+ :target: https://github.com/maykinmedia/open_api_framework/actions?query=workflow%3A%22Code+quality+checks%22
151
+
152
+ .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
153
+ :target: https://github.com/psf/black
154
+
155
+ .. |coverage| image:: https://codecov.io/gh/maykinmedia/open_api_framework/branch/main/graph/badge.svg
156
+ :target: https://codecov.io/gh/maykinmedia/open_api_framework
157
+ :alt: Coverage status
158
+
159
+ .. |docs| image:: https://readthedocs.org/projects/open_api_framework/badge/?version=latest
160
+ :target: https://open_api_framework.readthedocs.io/en/latest/?badge=latest
161
+ :alt: Documentation Status
162
+
163
+ .. |python-versions| image:: https://img.shields.io/pypi/pyversions/open_api_framework.svg
164
+
165
+ .. |django-versions| image:: https://img.shields.io/pypi/djversions/open_api_framework.svg
166
+
167
+ .. |pypi-version| image:: https://img.shields.io/pypi/v/open_api_framework.svg
168
+ :target: https://pypi.org/project/open_api_framework/
@@ -0,0 +1,94 @@
1
+
2
+
3
+ Welcome to open_api_framework's documentation!
4
+ =================================================
5
+
6
+ :Version: 0.1.0
7
+ :Source: https://github.com/maykinmedia/open_api_framework
8
+ :Keywords: ``<keywords>``
9
+ :PythonVersion: 3.11
10
+
11
+ |build-status| |code-quality| |black| |coverage| |docs|
12
+
13
+ |python-versions| |django-versions| |pypi-version|
14
+
15
+ <One liner describing the project>
16
+
17
+ .. contents::
18
+
19
+ .. section-numbering::
20
+
21
+ Features
22
+ ========
23
+
24
+ * ...
25
+ * ...
26
+
27
+ Installation
28
+ ============
29
+
30
+ Requirements
31
+ ------------
32
+
33
+ * Python 3.9/3.11 or above
34
+ * Django 3.2/4.2 or newer
35
+
36
+
37
+ Install
38
+ -------
39
+
40
+ .. code-block:: bash
41
+
42
+ pip install open_api_framework
43
+
44
+
45
+ Usage
46
+ =====
47
+
48
+ <document or refer to docs>
49
+
50
+ Local development
51
+ =================
52
+
53
+ To install and develop the library locally, use::
54
+
55
+ .. code-block:: bash
56
+
57
+ pip install -e .[tests,coverage,docs,release]
58
+
59
+ When running management commands via ``django-admin``, make sure to add the root
60
+ directory to the python path (or use ``python -m django <command>``):
61
+
62
+ .. code-block:: bash
63
+
64
+ export PYTHONPATH=. DJANGO_SETTINGS_MODULE=testapp.settings
65
+ django-admin check
66
+ # or other commands like:
67
+ # django-admin makemessages -l nl
68
+
69
+
70
+ .. |build-status| image:: https://github.com/maykinmedia/open_api_framework/workflows/Run%20CI/badge.svg
71
+ :alt: Build status
72
+ :target: https://github.com/maykinmedia/open_api_framework/actions?query=workflow%3A%22Run+CI%22
73
+
74
+ .. |code-quality| image:: https://github.com/maykinmedia/open_api_framework/workflows/Code%20quality%20checks/badge.svg
75
+ :alt: Code quality checks
76
+ :target: https://github.com/maykinmedia/open_api_framework/actions?query=workflow%3A%22Code+quality+checks%22
77
+
78
+ .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
79
+ :target: https://github.com/psf/black
80
+
81
+ .. |coverage| image:: https://codecov.io/gh/maykinmedia/open_api_framework/branch/main/graph/badge.svg
82
+ :target: https://codecov.io/gh/maykinmedia/open_api_framework
83
+ :alt: Coverage status
84
+
85
+ .. |docs| image:: https://readthedocs.org/projects/open_api_framework/badge/?version=latest
86
+ :target: https://open_api_framework.readthedocs.io/en/latest/?badge=latest
87
+ :alt: Documentation Status
88
+
89
+ .. |python-versions| image:: https://img.shields.io/pypi/pyversions/open_api_framework.svg
90
+
91
+ .. |django-versions| image:: https://img.shields.io/pypi/djversions/open_api_framework.svg
92
+
93
+ .. |pypi-version| image:: https://img.shields.io/pypi/v/open_api_framework.svg
94
+ :target: https://pypi.org/project/open_api_framework/
@@ -0,0 +1,5 @@
1
+ from django.apps import AppConfig
2
+
3
+
4
+ class OpenApiFrameworkConfig(AppConfig):
5
+ name = "open_api_framework"
File without changes
@@ -0,0 +1,168 @@
1
+ Metadata-Version: 2.1
2
+ Name: open_api_framework
3
+ Version: 0.1.0
4
+ Summary: TODO
5
+ Author-email: Maykin Media <support@maykinmedia.nl>
6
+ License: Copyright 2024 Maykin Media
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
+
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13
+
14
+ Project-URL: Homepage, https://github.com/maykinmedia/open_api_framework
15
+ Project-URL: Documentation, http://open_api_framework.readthedocs.io/en/latest/
16
+ Project-URL: Bug Tracker, https://github.com/maykinmedia/open_api_framework/issues
17
+ Project-URL: Source Code, https://github.com/maykinmedia/open_api_framework
18
+ Keywords: TODO
19
+ Classifier: Development Status :: 3 - Alpha
20
+ Classifier: Framework :: Django
21
+ Classifier: Framework :: Django :: 3.2
22
+ Classifier: Framework :: Django :: 4.2
23
+ Classifier: Intended Audience :: Developers
24
+ Classifier: Operating System :: Unix
25
+ Classifier: Operating System :: MacOS
26
+ Classifier: Operating System :: Microsoft :: Windows
27
+ Classifier: Programming Language :: Python :: 3.9
28
+ Classifier: Programming Language :: Python :: 3.11
29
+ Classifier: Programming Language :: Python :: 3.12
30
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
+ Requires-Python: >=3.9
32
+ Description-Content-Type: text/x-rst
33
+ License-File: LICENSE
34
+ Requires-Dist: django>=3.2.23
35
+ Requires-Dist: django-axes>=6.3.0
36
+ Requires-Dist: django-cors-headers>=4.3.1
37
+ Requires-Dist: django-markup>=1.8.1
38
+ Requires-Dist: django-jsonform>=2.21.4
39
+ Requires-Dist: django-admin-index>=3.1.0
40
+ Requires-Dist: django-redis>=5.4.0
41
+ Requires-Dist: djangorestframework>=3.12.4
42
+ Requires-Dist: djangorestframework-gis>=1.0
43
+ Requires-Dist: django-filter>=23.2
44
+ Requires-Dist: drf-spectacular>=0.27.0
45
+ Requires-Dist: djangorestframework-inclusions>=1.2.0
46
+ Requires-Dist: commonground-api-common>=1.12.1
47
+ Requires-Dist: mozilla-django-oidc-db>=0.14.1
48
+ Requires-Dist: zgw-consumers>=0.27.0
49
+ Requires-Dist: psycopg2>=2.9.9
50
+ Requires-Dist: bleach>=6.1.0
51
+ Requires-Dist: python-dotenv>=1.0.0
52
+ Requires-Dist: python-decouple>=3.8
53
+ Requires-Dist: requests>=2.31.0
54
+ Requires-Dist: uwsgi>=2.0.23
55
+ Requires-Dist: sentry-sdk>=1.39.2
56
+ Requires-Dist: elastic-apm>=6.20.0
57
+ Requires-Dist: celery>=5.2.7
58
+ Requires-Dist: flower>=2.0.1
59
+ Provides-Extra: tests
60
+ Requires-Dist: pytest; extra == "tests"
61
+ Requires-Dist: pytest-django; extra == "tests"
62
+ Requires-Dist: tox; extra == "tests"
63
+ Requires-Dist: isort; extra == "tests"
64
+ Requires-Dist: black; extra == "tests"
65
+ Requires-Dist: flake8; extra == "tests"
66
+ Provides-Extra: coverage
67
+ Requires-Dist: pytest-cov; extra == "coverage"
68
+ Provides-Extra: docs
69
+ Requires-Dist: sphinx; extra == "docs"
70
+ Requires-Dist: sphinx-rtd-theme; extra == "docs"
71
+ Provides-Extra: release
72
+ Requires-Dist: bump-my-version; extra == "release"
73
+ Requires-Dist: twine; extra == "release"
74
+
75
+
76
+
77
+ Welcome to open_api_framework's documentation!
78
+ =================================================
79
+
80
+ :Version: 0.1.0
81
+ :Source: https://github.com/maykinmedia/open_api_framework
82
+ :Keywords: ``<keywords>``
83
+ :PythonVersion: 3.11
84
+
85
+ |build-status| |code-quality| |black| |coverage| |docs|
86
+
87
+ |python-versions| |django-versions| |pypi-version|
88
+
89
+ <One liner describing the project>
90
+
91
+ .. contents::
92
+
93
+ .. section-numbering::
94
+
95
+ Features
96
+ ========
97
+
98
+ * ...
99
+ * ...
100
+
101
+ Installation
102
+ ============
103
+
104
+ Requirements
105
+ ------------
106
+
107
+ * Python 3.9/3.11 or above
108
+ * Django 3.2/4.2 or newer
109
+
110
+
111
+ Install
112
+ -------
113
+
114
+ .. code-block:: bash
115
+
116
+ pip install open_api_framework
117
+
118
+
119
+ Usage
120
+ =====
121
+
122
+ <document or refer to docs>
123
+
124
+ Local development
125
+ =================
126
+
127
+ To install and develop the library locally, use::
128
+
129
+ .. code-block:: bash
130
+
131
+ pip install -e .[tests,coverage,docs,release]
132
+
133
+ When running management commands via ``django-admin``, make sure to add the root
134
+ directory to the python path (or use ``python -m django <command>``):
135
+
136
+ .. code-block:: bash
137
+
138
+ export PYTHONPATH=. DJANGO_SETTINGS_MODULE=testapp.settings
139
+ django-admin check
140
+ # or other commands like:
141
+ # django-admin makemessages -l nl
142
+
143
+
144
+ .. |build-status| image:: https://github.com/maykinmedia/open_api_framework/workflows/Run%20CI/badge.svg
145
+ :alt: Build status
146
+ :target: https://github.com/maykinmedia/open_api_framework/actions?query=workflow%3A%22Run+CI%22
147
+
148
+ .. |code-quality| image:: https://github.com/maykinmedia/open_api_framework/workflows/Code%20quality%20checks/badge.svg
149
+ :alt: Code quality checks
150
+ :target: https://github.com/maykinmedia/open_api_framework/actions?query=workflow%3A%22Code+quality+checks%22
151
+
152
+ .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
153
+ :target: https://github.com/psf/black
154
+
155
+ .. |coverage| image:: https://codecov.io/gh/maykinmedia/open_api_framework/branch/main/graph/badge.svg
156
+ :target: https://codecov.io/gh/maykinmedia/open_api_framework
157
+ :alt: Coverage status
158
+
159
+ .. |docs| image:: https://readthedocs.org/projects/open_api_framework/badge/?version=latest
160
+ :target: https://open_api_framework.readthedocs.io/en/latest/?badge=latest
161
+ :alt: Documentation Status
162
+
163
+ .. |python-versions| image:: https://img.shields.io/pypi/pyversions/open_api_framework.svg
164
+
165
+ .. |django-versions| image:: https://img.shields.io/pypi/djversions/open_api_framework.svg
166
+
167
+ .. |pypi-version| image:: https://img.shields.io/pypi/v/open_api_framework.svg
168
+ :target: https://pypi.org/project/open_api_framework/
@@ -0,0 +1,14 @@
1
+ LICENSE
2
+ MANIFEST.in
3
+ README.rst
4
+ pyproject.toml
5
+ setup.cfg
6
+ open_api_framework/__init__.py
7
+ open_api_framework/apps.py
8
+ open_api_framework/py.typed
9
+ open_api_framework.egg-info/PKG-INFO
10
+ open_api_framework.egg-info/SOURCES.txt
11
+ open_api_framework.egg-info/dependency_links.txt
12
+ open_api_framework.egg-info/requires.txt
13
+ open_api_framework.egg-info/top_level.txt
14
+ tests/test_dummy.py
@@ -0,0 +1,44 @@
1
+ django>=3.2.23
2
+ django-axes>=6.3.0
3
+ django-cors-headers>=4.3.1
4
+ django-markup>=1.8.1
5
+ django-jsonform>=2.21.4
6
+ django-admin-index>=3.1.0
7
+ django-redis>=5.4.0
8
+ djangorestframework>=3.12.4
9
+ djangorestframework-gis>=1.0
10
+ django-filter>=23.2
11
+ drf-spectacular>=0.27.0
12
+ djangorestframework-inclusions>=1.2.0
13
+ commonground-api-common>=1.12.1
14
+ mozilla-django-oidc-db>=0.14.1
15
+ zgw-consumers>=0.27.0
16
+ psycopg2>=2.9.9
17
+ bleach>=6.1.0
18
+ python-dotenv>=1.0.0
19
+ python-decouple>=3.8
20
+ requests>=2.31.0
21
+ uwsgi>=2.0.23
22
+ sentry-sdk>=1.39.2
23
+ elastic-apm>=6.20.0
24
+ celery>=5.2.7
25
+ flower>=2.0.1
26
+
27
+ [coverage]
28
+ pytest-cov
29
+
30
+ [docs]
31
+ sphinx
32
+ sphinx-rtd-theme
33
+
34
+ [release]
35
+ bump-my-version
36
+ twine
37
+
38
+ [tests]
39
+ pytest
40
+ pytest-django
41
+ tox
42
+ isort
43
+ black
44
+ flake8
@@ -0,0 +1 @@
1
+ open_api_framework
@@ -0,0 +1,117 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "open_api_framework"
7
+ version = "0.1.0"
8
+ description = "TODO"
9
+ authors = [
10
+ {name = "Maykin Media", email = "support@maykinmedia.nl"}
11
+ ]
12
+ readme = "README.rst"
13
+ license = {file = "LICENSE"}
14
+ keywords = ["TODO"]
15
+ classifiers = [
16
+ "Development Status :: 3 - Alpha",
17
+ "Framework :: Django",
18
+ "Framework :: Django :: 3.2",
19
+ "Framework :: Django :: 4.2",
20
+ "Intended Audience :: Developers",
21
+ "Operating System :: Unix",
22
+ "Operating System :: MacOS",
23
+ "Operating System :: Microsoft :: Windows",
24
+ "Programming Language :: Python :: 3.9",
25
+ "Programming Language :: Python :: 3.11",
26
+ "Programming Language :: Python :: 3.12",
27
+ "Topic :: Software Development :: Libraries :: Python Modules",
28
+ ]
29
+ requires-python = ">=3.9"
30
+ dependencies = [
31
+ "django>=3.2.23",
32
+ "django-axes>=6.3.0",
33
+ "django-cors-headers>=4.3.1",
34
+ "django-markup>=1.8.1",
35
+ "django-jsonform>=2.21.4",
36
+ "django-admin-index>=3.1.0",
37
+ "django-redis>=5.4.0",
38
+ "djangorestframework>=3.12.4",
39
+ "djangorestframework-gis>=1.0",
40
+ "django-filter>=23.2",
41
+ "drf-spectacular>=0.27.0",
42
+ "djangorestframework-inclusions>=1.2.0",
43
+ "commonground-api-common>=1.12.1",
44
+ "mozilla-django-oidc-db>=0.14.1",
45
+ "zgw-consumers>=0.27.0",
46
+ "psycopg2>=2.9.9",
47
+ "bleach>=6.1.0",
48
+ "python-dotenv>=1.0.0",
49
+ "python-decouple>=3.8",
50
+ "requests>=2.31.0",
51
+ "uwsgi>=2.0.23",
52
+ "sentry-sdk>=1.39.2",
53
+ "elastic-apm>=6.20.0",
54
+ "celery>=5.2.7",
55
+ "flower>=2.0.1",
56
+ ]
57
+
58
+ [project.urls]
59
+ Homepage = "https://github.com/maykinmedia/open_api_framework"
60
+ Documentation = "http://open_api_framework.readthedocs.io/en/latest/"
61
+ "Bug Tracker" = "https://github.com/maykinmedia/open_api_framework/issues"
62
+ "Source Code" = "https://github.com/maykinmedia/open_api_framework"
63
+
64
+ [project.optional-dependencies]
65
+ tests = [
66
+ "pytest",
67
+ "pytest-django",
68
+ "tox",
69
+ "isort",
70
+ "black",
71
+ "flake8",
72
+ ]
73
+ coverage = [
74
+ "pytest-cov",
75
+ ]
76
+ docs = [
77
+ "sphinx",
78
+ "sphinx-rtd-theme",
79
+ ]
80
+ release = [
81
+ "bump-my-version",
82
+ "twine",
83
+ ]
84
+
85
+ [tool.setuptools.packages.find]
86
+ include = ["open_api_framework*"]
87
+ namespaces = false
88
+
89
+ [tool.isort]
90
+ profile = "black"
91
+ combine_as_imports = true
92
+ known_django = "django"
93
+ known_first_party="open_api_framework"
94
+ sections=["FUTURE", "STDLIB", "DJANGO", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
95
+
96
+ [tool.pytest.ini_options]
97
+ testpaths = ["tests"]
98
+ DJANGO_SETTINGS_MODULE = "testapp.settings"
99
+
100
+ [tool.bumpversion]
101
+ current_version = "0.1.0"
102
+ files = [
103
+ {filename = "pyproject.toml"},
104
+ {filename = "README.rst"},
105
+ {filename = "docs/conf.py"},
106
+ ]
107
+
108
+ [tool.coverage.report]
109
+ exclude_also = [
110
+ "if (typing\\.)?TYPE_CHECKING:",
111
+ "@(typing\\.)?overload",
112
+ "class .*\\(.*Protocol.*\\):",
113
+ "@(abc\\.)?abstractmethod",
114
+ "raise NotImplementedError",
115
+ "\\.\\.\\.",
116
+ "pass",
117
+ ]
@@ -0,0 +1,8 @@
1
+ [flake8]
2
+ max-line-length = 88
3
+ exclude = env,.tox,doc
4
+
5
+ [egg_info]
6
+ tag_build =
7
+ tag_date = 0
8
+
@@ -0,0 +1,2 @@
1
+ def test_dummy():
2
+ assert True