GeneralManager 0.16.0__py3-none-any.whl → 0.16.1__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 GeneralManager might be problematic. Click here for more details.

File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GeneralManager
3
- Version: 0.16.0
3
+ Version: 0.16.1
4
4
  Summary: Modular Django-based data management framework with ORM, GraphQL, fine-grained permissions, rule validation, calculations and caching.
5
5
  Author-email: Tim Kleindick <tkleindick@yahoo.de>
6
6
  License: MIT License
@@ -24,6 +24,12 @@ License: MIT License
24
24
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
25
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
26
  SOFTWARE.
27
+ Project-URL: Homepage, https://github.com/TimKleindick/general_manager
28
+ Project-URL: Documentation, https://timkleindick.github.io/general_manager/
29
+ Project-URL: Repository, https://github.com/TimKleindick/general_manager
30
+ Project-URL: Issues, https://github.com/TimKleindick/general_manager/issues
31
+ Project-URL: Changelog, https://github.com/TimKleindick/general_manager/releases
32
+ Keywords: django,orm,graphql,permissions,validation,caching,framework
27
33
  Classifier: License :: OSI Approved :: MIT License
28
34
  Classifier: Programming Language :: Python :: 3
29
35
  Classifier: Programming Language :: Python :: 3 :: Only
@@ -32,6 +38,7 @@ Classifier: Programming Language :: Python :: 3.13
32
38
  Classifier: Framework :: Django
33
39
  Classifier: Intended Audience :: Developers
34
40
  Classifier: Operating System :: OS Independent
41
+ Classifier: Typing :: Typed
35
42
  Requires-Python: >=3.12
36
43
  Description-Content-Type: text/markdown
37
44
  License-File: LICENSE
@@ -54,7 +61,6 @@ Requires-Dist: Pint>=0.24.4
54
61
  Requires-Dist: platformdirs>=4.3.7
55
62
  Requires-Dist: promise>=2.3
56
63
  Requires-Dist: python-dateutil>=2.9.0.post0
57
- Requires-Dist: setuptools==80.0.0
58
64
  Requires-Dist: six>=1.17.0
59
65
  Requires-Dist: smmap>=5.0.2
60
66
  Requires-Dist: sqlparse>=0.5.3
@@ -161,7 +167,7 @@ The example above defines a project model, exposes it through the auto-generated
161
167
 
162
168
  - Python >= 3.12
163
169
  - Django >= 5.2
164
- - Additional dependencies (see `requirements.txt`):
170
+ - Additional dependencies (see `requirements/base.txt`):
165
171
  - `graphene`
166
172
  - `numpy`
167
173
  - `Pint`
@@ -1,6 +1,7 @@
1
1
  general_manager/__init__.py,sha256=OmRYpjg3N9w0yX1eAq32WdLtcf8I55M3sqhO-Qrawjo,742
2
2
  general_manager/apps.py,sha256=On2nTp2-QwNcOpYfIzjNE0Xnum4BMk_5YHbEloBIM-U,10351
3
3
  general_manager/public_api_registry.py,sha256=xKfgbyvXB_oZZku9ksLNzOGQbmL5QfWuRGE2qH2FOtc,7338
4
+ general_manager/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
5
  general_manager/_types/__init__.py,sha256=RmS0Ok-1-CwWOZL_socLWksEk9MfsshL9eQx879I4mU,60
5
6
  general_manager/_types/api.py,sha256=EnEUKCr24Ac2klzZJvx17dJNxDRyfI9zEx9I0vCfpio,489
6
7
  general_manager/_types/bucket.py,sha256=-kK46YX7mGwv3OVEjZTnmMqR9qpq8fT09Ez-wMF80nc,432
@@ -68,8 +69,8 @@ general_manager/utils/noneToZero.py,sha256=e3zk8Ofh3AsYW8spYmZWiv7FjOsr0jvfB9AOQ
68
69
  general_manager/utils/pathMapping.py,sha256=3BWRUM1EimUKeh8i_UK6nYsKtOJDykgmZgCA9dgYjqU,9531
69
70
  general_manager/utils/public_api.py,sha256=SNTI_tRMcbv0qMttm-wMBoAEkqSEFMTI6ZHMajOnDlg,1437
70
71
  general_manager/utils/testing.py,sha256=BCquJ5RNiLbRFdcrgYP227TxSRfQKgpkvmWvsJqJAjk,13276
71
- generalmanager-0.16.0.dist-info/licenses/LICENSE,sha256=OezwCA4X2-xXmRDvMaqHvHCeUmGtyCYjZ8F3XUxSGwc,1069
72
- generalmanager-0.16.0.dist-info/METADATA,sha256=_1d5Cii_ZCBiLrLoYs04Hts165Kz2DwrdjaOWiRyJlE,7729
73
- generalmanager-0.16.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
74
- generalmanager-0.16.0.dist-info/top_level.txt,sha256=sTDtExP9ga-YP3h3h42yivUY-A2Q23C2nw6LNKOho4I,16
75
- generalmanager-0.16.0.dist-info/RECORD,,
72
+ generalmanager-0.16.1.dist-info/licenses/LICENSE,sha256=OezwCA4X2-xXmRDvMaqHvHCeUmGtyCYjZ8F3XUxSGwc,1069
73
+ generalmanager-0.16.1.dist-info/METADATA,sha256=YHfoHcCYb9AdJH0_XkWeVXHmfmW6vzZ5AnBaral6Jrk,8175
74
+ generalmanager-0.16.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
75
+ generalmanager-0.16.1.dist-info/top_level.txt,sha256=sTDtExP9ga-YP3h3h42yivUY-A2Q23C2nw6LNKOho4I,16
76
+ generalmanager-0.16.1.dist-info/RECORD,,