conversiontelemetry

View on PyPIReverse Dependencies (0)

0.0.3 conversiontelemetry-0.0.3-py3-none-any.whl

Wheel Details

Project: conversiontelemetry
Version: 0.0.3
Filename: conversiontelemetry-0.0.3-py3-none-any.whl
Download: [link]
Size: 7937
MD5: eb7a737c99f6daffe8fd8c264877ce1c
SHA256: 23cdd53c12253c32b40ab74a81f52b2b5ebbec97f49313d49605b7819979ffce
Uploaded: 2024-08-15 18:25:02 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: conversiontelemetry
Version: 0.0.3
Summary: A very simple application to post and get jsons to a mongodb database
Author: Anthony Galassi
Author-Email: 28850131+bendhouseart[at]users.noreply.github.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8,<4.0
Requires-Dist: fastapi (<0.111.0,>=0.110.0)
Requires-Dist: gunicorn (<23.0.0,>=22.0.0)
Requires-Dist: pymongo (<5.0.0,>=4.6.2)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.1)
Requires-Dist: rich (<14.0.0,>=13.7.1)
Requires-Dist: slowapi (<0.2.0,>=0.1.9)
Requires-Dist: uvicorn (<0.28.0,>=0.27.1)
Requires-Dist: uvicorn-worker (<0.3.0,>=0.2.0)
Description-Content-Type: text/markdown
[Description omitted; length: 2059 characters]

WHEEL

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

RECORD

Path Digest Size
conversiontelemetry/conversiontelemetry.py sha256=zAUBBWGQN-TUlGyGUHJst0HudGXgRQHPQQywLUWhJ_w 4437
conversiontelemetry/curl_get.sh sha256=g6A45yi4kLMg232o8lohlRZOBVkOKiiIX1XJiyIPDC8 440
conversiontelemetry/curl_post.sh sha256=YS1NaI2iAAxA4VjNe0I9sUdZG6RMcmCT6EpOFSDR10U 221
conversiontelemetry/run_app.py sha256=s0bEY0kjriiY5IjCJ0W7N_Y-NzdqUgLQv4xIr8CDqyk 568
conversiontelemetry/run_app_cloud.py sha256=fL-ahmOjcPH0t3x5dKm0IZiIN4ocdZAdeU8sv6Lg1as 1096
conversiontelemetry/setup_app.py sha256=xjbCH7KAFpLKpO37VANjoXZUjZECcg68n9x9l1B4k_Q 2502
conversiontelemetry/stop_app_cloud.py sha256=NeDPDn6pyW-Ul7tTKsnEGkaMaNgGoi_DzzG1qbp5G1A 579
scripts/stop_app sha256=wOW9Sj0SDACLJZJruwZ6FBaofQLfjwzQ2p-kQ0fKWF8 38
conversiontelemetry-0.0.3.dist-info/METADATA sha256=4XjZW4RywmqHx0H0irU2o5kPDwfZBkYwGn1te7oRYR4 2946
conversiontelemetry-0.0.3.dist-info/WHEEL sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50 88
conversiontelemetry-0.0.3.dist-info/entry_points.txt sha256=bNH4g9OXQAI07YcQXFA5kBficrF26MFD47aftpu6oZs 241
conversiontelemetry-0.0.3.dist-info/RECORD

entry_points.txt

setup-telemetry = conversiontelemetry.setup_app:main
start-telemetry = conversiontelemetry.run_app:main
start-telemetry-cloud = conversiontelemetry.run_app_cloud:main
stop-telemetry-cloud = conversiontelemetry.stop_app_cloud:main