columbus

View on PyPIReverse Dependencies (0)

0.1.9 columbus-0.1.9-py3-none-any.whl

Wheel Details

Project: columbus
Version: 0.1.9
Filename: columbus-0.1.9-py3-none-any.whl
Download: [link]
Size: 9166
MD5: 05fdd12d75ac01080598dbd967aea20b
SHA256: 4264b1fa51b43fa8c427d4d6e32c2e62b8d5c3606333722137dc6db5fd0ec106
Uploaded: 2023-04-10 21:48:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: columbus
Version: 0.1.9
Summary: Generate an async web API from an SQLAlchemy table
Author: alwalk0
Author-Email: walkernotwalker[at]gmail.com
Home-Page: https://github.com/leftfile/columbus
Project-Url: Repository, https://github.com/leftfile/columbus
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10,<4.0
Requires-Dist: Jinja2 (<4.0.0,>=3.1.2)
Requires-Dist: alembic (<2.0.0,>=1.9.3)
Requires-Dist: asyncpg (<0.28.0,>=0.27.0)
Requires-Dist: databases (<0.8.0,>=0.7.0)
Requires-Dist: psycopg2 (<3.0.0,>=2.9.5)
Requires-Dist: pyaml (<22.0.0,>=21.10.1)
Requires-Dist: python-dotenv (<0.22.0,>=0.21.1)
Requires-Dist: starlette (<0.25.0,>=0.24.0)
Requires-Dist: typer (<0.8.0,>=0.7.0)
Requires-Dist: uvicorn (<0.21.0,>=0.20.0)
Requires-Dist: watchfiles (<0.19.0,>=0.18.1)
Description-Content-Type: text/markdown
[Description omitted; length: 3287 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
columbus/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
columbus/framework/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
columbus/framework/application.py sha256=5ID8i_2ntiHfyVWicPUoLGewenOhheKmVpOqdwCHq3w 2799
columbus/framework/constants.py sha256=8-54nSOHmNj0Hv3mfWSZ1E-_Tj1WfEkFWkxPpolNqKI 1694
columbus/framework/requests.py sha256=X9YQYOduWeypuWzy-ZMb5cuC53-Q5tGhGwt0Z8HnepE 2390
columbus/framework/utils.py sha256=J-34DJGGXgeaVdq2xlrQJe99W2YVbo33RbW868P2Bos 1542
columbus/framework/validators.py sha256=ssJEUdfkB63ftChu4Tl4VfpnnK9TTUdAsSct_5UB5eM 3806
columbus/main.py sha256=2DpDMFlY-m9SqzV0e7iPbfl4QZPuMVXJdPeLNwBYdUk 1207
columbus/run.py sha256=bwSK2zMsUxC7fnTzJwoI0n6yO8cai8LBcHr6xTIxM_g 275
columbus/start.py sha256=vFt_OvKXXQCdecLXTA8aRAYfvfwbJUkMwgGnj8FIXwY 601
columbus-0.1.9.dist-info/entry_points.txt sha256=BR13qt39ZrsFRSJQtV47vlLZ_id-fBlqmUypznFbZog 65
columbus-0.1.9.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
columbus-0.1.9.dist-info/METADATA sha256=ansOZmfteZ1BmN7I8vZe-1lareCCCWz4ADgKTvNsei8 4260
columbus-0.1.9.dist-info/RECORD

entry_points.txt

run = columbus.run:app
start = columbus.start:app