rest-db-api

View on PyPIReverse Dependencies (0)

0.0.3 rest_db_api-0.0.3-py3-none-any.whl

Wheel Details

Project: rest-db-api
Version: 0.0.3
Filename: rest_db_api-0.0.3-py3-none-any.whl
Download: [link]
Size: 9313
MD5: 5795d1e6e8b149dc47c7319f77a8d4ef
SHA256: 73e84807b5a9d3fc2bbd386af3b83939c75efab36004df75105939f2f1bc9d6d
Uploaded: 2023-08-20 07:15:30 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: rest-db-api
Version: 0.0.3
Summary: A rest db api designed to be integrated with apache superset
Author-Email: Satvik Nema <saviknema[at]gmail.com>
Project-Url: Homepage, https://github.com/SatvikNema/rest-db-api
Project-Url: Bug Tracker, https://github.com/SatvikNema/rest-db-api/issues
License: MIT License Copyright (c) 2023 Satvik Nema 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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.
Keywords: rest,dbapi,sqlalchemy,adapter,superset
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: SQLAlchemy (<=1.4.39)
Requires-Dist: shillelagh
Requires-Dist: requests-cache
Requires-Dist: jsonpath-python
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5923 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
rest_db_api/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
rest_db_api/db_engine_specs.py sha256=poJSA7tFGA2dYYT-dKuCQjHOP3RgxSrw30LYsAwQO6U 321
rest_db_api/rest_api_adapter.py sha256=8YDCQhwwuzrSEvQ3Pohgux-M6zNZ7XGrmvYKxmfvOro 6004
rest_db_api/rest_api_dialect.py sha256=Y_pFx9-oFuXe8YqkBicsbi21ye6AEBzxVtZEeIq-zlo 1401
rest_db_api/utils.py sha256=WuzKrMWzQCB9dTp0Kk8Ak4ReLIMkTE_xvc-OiibvP_Q 1986
rest_db_api-0.0.3.dist-info/LICENSE sha256=KU1bob6mQuDsvNzGqxW37Y4U9ExD-ffeQYjpFXiQ3Ak 1068
rest_db_api-0.0.3.dist-info/METADATA sha256=0eeaADseSK6B-9rLOF0UI1UhP6OggpdxF_zxLqopKXk 7885
rest_db_api-0.0.3.dist-info/WHEEL sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc 92
rest_db_api-0.0.3.dist-info/entry_points.txt sha256=6vUOT2IqEPol7kCg8ICHeA9CrPnzKlubTDpIN3PwhWk 152
rest_db_api-0.0.3.dist-info/top_level.txt sha256=ySVevlLCO8ccl9m-JHLuZxA6vse75DEJKcF7JZJeFmA 12
rest_db_api-0.0.3.dist-info/RECORD

top_level.txt

rest_db_api

entry_points.txt

myrestadapter = rest_db_api.rest_api_adapter:RestAdapter
rest = rest_db_api.rest_api_dialect:RestApiDialect