unrest

View on PyPIReverse Dependencies (0)

1.1.0 unrest-1.1.0-py3-none-any.whl

Wheel Details

Project: unrest
Version: 1.1.0
Filename: unrest-1.1.0-py3-none-any.whl
Download: [link]
Size: 57555
MD5: ec28007b9cc40a0ef42e3538338a7d13
SHA256: 0c2ee6294f4f3d7c94c01aa3f56c51ad70e8a8e5f68b6efdcc37d185360efbf6
Uploaded: 2021-07-08 14:04:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: unrest
Version: 1.1.0
Summary: A troubling rest api library for sqlalchemy models
Author-Email: Florian Mounier <paradoxxx.zero[at]gmail.com>
Maintainer-Email: Kozea <dev[at]kozea.fr>
Project-Url: Code, https://github.com/Kozea/unrest
Project-Url: Documentation, https://github.com/Kozea/unrest
Keywords: rest,flask,api,sqlalchemy
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: sqlalchemy
Requires-Dist: python-dateutil
Requires-Dist: pydoc-markdown (<3.0); extra == "doc"
Requires-Dist: flask; extra == "flask"
Requires-Dist: black; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-flake8; extra == "test"
Requires-Dist: pytest-isort; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: flask; extra == "test"
Requires-Dist: flask-sqlalchemy; extra == "test"
Requires-Dist: tornado; extra == "test"
Requires-Dist: sanic (<21); extra == "test"
Requires-Dist: aiohttp; extra == "test"
Requires-Dist: pyyaml; extra == "test"
Requires-Dist: tornado; extra == "tornado"
Requires-Dist: pyyaml; extra == "yaml"
Provides-Extra: doc
Provides-Extra: flask
Provides-Extra: test
Provides-Extra: tornado
Provides-Extra: yaml
Description-Content-Type: text/markdown
[Description omitted; length: 11939 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.2.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
unrest/__about__.py sha256=LodmdPGSuJQFyQpTnhVbikoeSRzR1f-9Ubk9N7Y9N-E 307
unrest/__init__.py sha256=fhUcL2g5jKWE7eDGxmOu7GKE1QKSvYAt5lse9_4zOiA 85
unrest/coercers.py sha256=17wkBNTBiy687gLZrd3FdBiyPeXiHPGlIr36LYP0DGA 6963
unrest/rest.py sha256=HxUioULrdd8I1rboaN19flFPgqxw3w028LKmqesoXTY 29585
unrest/unrest.py sha256=n8cLLjGDQdZidSM0x9pPvkLsyKCnBbjqtlXj1BH49dI 8103
unrest/util.py sha256=OkIx7ZWHoyNthKbrqxDroEZh18XlKYsPip-AfFXSAfQ 1053
unrest/framework/__init__.py sha256=MAlHsYHw1FRLoFc_cyIm7sJWZjbUqLzB3ecf2v2pMwg 1833
unrest/framework/flask.py sha256=mCdqlR4GAggeyzRCJHfPQARG04KaoMD8q51WItx14no 1798
unrest/framework/http_server.py sha256=l_nWKvy8bOXdgW6Hg4S2XVmHsRCWA9dqIdJ8MgnarTg 4267
unrest/framework/sanic.py sha256=dL-hFZzI8xkOiMscc00yjKAmzPHzNavRzBfXEwAeIRQ 1736
unrest/framework/tornado.py sha256=UQtQvJlhpoGEJI91Ds8HQrDxZXd8OiqxHRo7yAMjLWM 2665
unrest/generators/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
unrest/generators/openapi.py sha256=V8sIFRY92q9fMCuMxR8pC94DwQSfr9RTlqMp7auMOf4 7530
unrest/generators/options.py sha256=y7fkF35MGmdKZkM0hR4GlLUD7V0dgSOt60Vzo7_k99c 1581
unrest/idiom/__init__.py sha256=sn04_znL_DfVz_GzTRxt1OxwmEyI2o-PEhQlqd4PwR8 2036
unrest/idiom/json_server.py sha256=4DPwuGN9kIRFidtcMOZjWliwb4dPMfRImyeImfbmUs0 6517
unrest/idiom/unrest.py sha256=m16gf1wwwuHwC5tRJGa3Jbt5YR1uJzAwFzrj-I325Z0 1024
unrest/idiom/yaml.py sha256=HtkTcYxtBvcmasnn1r3b_zV07Nqozd12bx4TS0dXwX0 1369
unrest/tests/__init__.py sha256=dRUS5JhbvDfUZCfu3Ik_jXVcBGUmTjPeAbDKvKJDFe4 72
unrest/tests/conftest.py sha256=lQU1go9uslco0-rwU38e1FmcFOocdMK6E1vdVy9wLLw 779
unrest/tests/model.py sha256=b9Y5aPL3HLovIshlivCUQ9sd6ccSQYepvI5aW5wptjU 2190
unrest/tests/test_coercers.py sha256=K76ZWlGHdTXFnHVG8YXeKvP3bcT-TbMNNTvHAsk80QU 2621
unrest/tests/crud/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
unrest/tests/crud/test_delete.py sha256=Ik4F8qYHxF3Gca-2o-o0k9cfxsDgPE_5z7W05zmv9vU 2397
unrest/tests/crud/test_delete_pk.py sha256=l4wMbVjqWAiBwe-pc3XgWYJIC7SBgwzHXJRnReJXkek 2352
unrest/tests/crud/test_get.py sha256=Is8yAKS-e5z8vO-mc2RGSGoQZ73dKq639KPhBoq-wm0 5982
unrest/tests/crud/test_get_pk.py sha256=gOOvryEYLw9Q09TTwBqGwZL4J4wXYxopn_CMPwE09vM 5788
unrest/tests/crud/test_patch.py sha256=1YFyaLe8uNMUH7wM-nLocvgBh5mq3HZo9gfMzAIsCKs 4582
unrest/tests/crud/test_patch_pk.py sha256=3ec7ws-vpS51TzbzrkeKhohyS4Wz3UFqy6Dhh15IZsw 3849
unrest/tests/crud/test_post.py sha256=UP14pzfimdebym5SZWH1_9_hAiIf38ZvoAwv3fbGFVc 7373
unrest/tests/crud/test_post_pk.py sha256=Lrq4d9E5ajIM5a5KG3DcLurNyz2xoBiOmOIgsf9JPgs 1117
unrest/tests/crud/test_put.py sha256=6eDzE-to6bo1UtsHA76wj3lyU1njxvdv4MGYOluEFCg 4528
unrest/tests/crud/test_put_pk.py sha256=Kjx7sLqkmmSGI0Z2j3pEK5bwkscrfAKzwDops4iQiWQ 4016
unrest/tests/features/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
unrest/tests/features/test_auth_decorators.py sha256=NxYRaDFpkH4XdEt7SC6mRzMGQQLqb7fxVfXxt86EwXU 4828
unrest/tests/features/test_idiom.py sha256=fR7z-ORh5kw5UMR_53o0YkWbuD8J484LrUd0ur4zBCM 18392
unrest/tests/features/test_misc.py sha256=bIDaH1m_4HOaKj-DkDX-eZaiqQY8NG2TY3M4u3nFQk4 15551
unrest/tests/features/test_paginated.py sha256=sNAhWzVm7lFRJS0Su8gT2tEQh70yR4tna2TIpZ9uDfA 1765
unrest/tests/features/test_properties.py sha256=JkG60gugfB7QS7F5RbgzwqebgT8V3xOjApxeJGWlG-U 5475
unrest/tests/features/test_relationships.py sha256=BVMDqzKwq3ueknJuUW1kpbASLgMl-8j5nhEyZOrPL8c 3236
unrest/tests/features/test_validators.py sha256=OGr0kXf3Drc1N2EzlEtB5MlEds0Yyjv0reI9C1b3yWU 7436
unrest/tests/helpers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
unrest/tests/helpers/flask.py sha256=3RkTCzkwaigwSY6hrkSs0nsaMAWpyVmW5yLpvbAJbog 1165
unrest/tests/helpers/http_server.py sha256=1mnmGGUFnWACALrHOakHnsH9zTrnRUIG9TrV_oajwpc 2428
unrest/tests/helpers/sanic.py sha256=NLF8Al1RYu2ce-V5pZvtXvHraTN_h_8F7RXL4u39ZfM 1008
unrest/tests/helpers/tornado.py sha256=wwAdoEtw9-s4NkR10pIHLPkvPCLG9xUtDfOWBbSuwyw 1379
unrest/tests/helpers/unrest_client.py sha256=PGQyMhQFP1Fjspx5jG3J1znjCJZfEki0hZhGEUZj9Hc 1768
unrest/tests/static/openapi_result.py sha256=HFX_YvF7PfP4z9EBRvlP-ALlgBxVAfvwQulyQy0rjWM 87038
unrest-1.1.0.dist-info/WHEEL sha256=o-Q2E8s7BKkCJ1EC2uQdaymZVVu2aUt1e8uTTFpzHVs 81
unrest-1.1.0.dist-info/METADATA sha256=BNpeGOfqEIf4sjomyXbvfXJTr6YxAqTzGXA3dr24E1A 13524
unrest-1.1.0.dist-info/RECORD