pq-dashboard

View on PyPIReverse Dependencies (0)

0.1.1 pq_dashboard-0.1.1-py3-none-any.whl

Wheel Details

Project: pq-dashboard
Version: 0.1.1
Filename: pq_dashboard-0.1.1-py3-none-any.whl
Download: [link]
Size: 183791
MD5: 1bc0f0a37835e48d566c6eef1148ea61
SHA256: 90db734a1c7183ea79f01e2f51b8639e03ac7b36dbf92a84ed903743d7b72b2e
Uploaded: 2021-08-08 12:27:18 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pq-dashboard
Version: 0.1.1
Summary: Web dashboard and CLI utility for managing PQ queues
Author: Tom Keefe
Author-Email: 8655118+MisterKeefe[at]users.noreply.github.com
Home-Page: https://github.com/MisterKeefe/pq-dashboard
Project-Url: Repository, https://github.com/MisterKeefe/pq-dashboard
License: MIT
Keywords: pq,dashboard,postgres
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: SQL
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3.7,<4.0
Requires-Dist: aiofiles (<0.8.0,>=0.7.0)
Requires-Dist: fastapi (<0.68.0,>=0.67.0)
Requires-Dist: psycopg2 (<3.0.0,>=2.9.1)
Requires-Dist: pydantic (<2.0.0,>=1.8.2)
Requires-Dist: pytest-postgresql (<4.0.0,>=3.1.1)
Requires-Dist: uvicorn[standard] (<0.15.0,>=0.14.0)
Description-Content-Type: text/markdown
[Description omitted; length: 3003 characters]

WHEEL

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

RECORD

Path Digest Size
LICENSE sha256=_z_sbM9gsqilRc85_08W01mh3GlpUihlZXMihgZYHvA 1463
pq_dashboard/__init__.py sha256=rnObPjuBcEStqSO0S6gsdS_ot8ITOQjVj_-P1LUUYpg 22
pq_dashboard/cli/__init__.py sha256=uFxfGDNgLXVwf5s1IjlrRZ4cYTKiM-ydTlbZAKj4Be4 2339
pq_dashboard/cli/commands.py sha256=YhSMshTJtGKZbBYYKA6wstAb_z8cPmTTrHJyuJ0WsVg 4082
pq_dashboard/config.py sha256=cigabSg-0k2_tAZGGmxenCn9XluhCAwiIjSmf5QwCP8 640
pq_dashboard/connection.py sha256=KOr1dLs0rtEDfkufHRcbCmbnCR-04kTwG7pCpNHpSZc 951
pq_dashboard/data/items.py sha256=ZEt1WhHl1yQMP3VoRBV8M4RwiOA-4iVzLqwyfXMWkDU 4924
pq_dashboard/data/queues.py sha256=TJ5dSL1VtF7P8Yc9WM7enZ1KuSLz9B9sGNmFm-XYFG8 1792
pq_dashboard/frontend/README.md sha256=TY05ACqBeKf73P7AJNTsByNJ19J5PFZcQ5EJ-GabOy8 136
pq_dashboard/frontend/esbuild.config.js sha256=qJr4AkZ4mDvjuRPUTKp0Svhma_5-yn8UC2kg7zNuxOQ 272
pq_dashboard/frontend/esbuild.proxy.js sha256=_uz6NFmaebc3gD-U3DGUc1WSO_bkVusto3FEi1gcix8 1678
pq_dashboard/frontend/package-lock.json sha256=C_SotRfb7m0cPimbksVhf3zEQTLK7jXEnQw_D9OoCyc 129899
pq_dashboard/frontend/package.json sha256=fzt2HV6ICFuCGMQXGvJ7_z2Wpswa6xNnjEpWv3jWRqQ 840
pq_dashboard/frontend/tailwind.config.js sha256=9CmkhTcAZ0oM8FseCv1IUctOfXTiWGa9QMlD02CZooc 195
pq_dashboard/frontend/www/assets/.gitkeep sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pq_dashboard/frontend/www/assets/ReactToastify.css sha256=waBjg-RiwRoemYMjIaR8ijx5tl2qQwBthys4vZ0eD5k 10370
pq_dashboard/frontend/www/assets/favicon.png sha256=7YviKatKsT3Tm7fw-Mbxyzm7_8FqNlndbAFH0xz5dig 1061
pq_dashboard/frontend/www/assets/index.js sha256=WWKyFKQ7Puc5y9wYdl5oPQhSxgBNRLlLXDEJGwMcts4 399020
pq_dashboard/frontend/www/assets/styles.css sha256=bvC5-yd9uVp2FhajP9dVITLb4TnmrUb5SSNYvq_gqas 21691
pq_dashboard/frontend/www/index.html sha256=NDsY_nSfq_SKC329fbWmBx5Kya_b8zLGJXO5Rjueh98 531
pq_dashboard/main.py sha256=wlKGckeElxvxpmUo4smlomq5FU5qjKagNbfqPvlAzQI 1400
pq_dashboard/routers/health.py sha256=bq2GvI6AexnvjAI8HqjXFPXwoQLL5psyJwMLEKXGcX8 764
pq_dashboard/routers/items.py sha256=B9wKXF7m9bWUSKcDD-G9sGQFMLZfwDKSdnrVyUbGJm0 1792
pq_dashboard/routers/queues.py sha256=wXktnerqqo4ecpjcrMWDBKijzwQ3tuNS6sXdUFIOQSg 1055
pq_dashboard/schema/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pq_dashboard/schema/item.py sha256=n-2XiVnxkHBo-M7KiCuvcdLixIfEsT2FcklpNVlIENY 580
pq_dashboard/schema/queue.py sha256=QXDTvOKCVYnoz5tadEorXFxYbhSnrWAkvQu5om2fIR0 217
pq_dashboard-0.1.1.dist-info/entry_points.txt sha256=G7O0nj8mFwflJG8jUlHJsaxO5zJTPkdvGjAI2UainCY 54
pq_dashboard-0.1.1.dist-info/LICENSE sha256=_z_sbM9gsqilRc85_08W01mh3GlpUihlZXMihgZYHvA 1463
pq_dashboard-0.1.1.dist-info/WHEEL sha256=V7iVckP-GYreevsTDnv1eAinQt_aArwnAxmnP0gygBY 83
pq_dashboard-0.1.1.dist-info/METADATA sha256=yxn5phZPfDtZIuVmEIIgAw38pmT5b1c5P61XqzBfUDk 4252
pq_dashboard-0.1.1.dist-info/RECORD

entry_points.txt

pq-dashboard = pq_dashboard.cli:main