homecloud

View on PyPIReverse Dependencies (0)

0.3.4 homecloud-0.3.4-py3-none-any.whl

Wheel Details

Project: homecloud
Version: 0.3.4
Filename: homecloud-0.3.4-py3-none-any.whl
Download: [link]
Size: 15687
MD5: 3503ec2aa9eb872ba4e3c52eeb6ea2a9
SHA256: 2fb14a69d6e31075852d809d4356cb9d78d3d47725eb108a7d155f1bdba77447
Uploaded: 2023-12-25 16:57:01 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: homecloud
Version: 0.3.4
Summary: A command line tool for generating the template files needed to integrate fastapi, uvicorn, and a requests based client into a Python project.
Author-Email: Matt Manes <mattmanes[at]pm.me>
Project-Url: Homepage, https://github.com/matt-manes/homecloud
Project-Url: Documentation, https://github.com/matt-manes/homecloud/tree/main/docs
Project-Url: Source code, https://github.com/matt-manes/homecloud/tree/main/src/homecloud
Keywords: api,client,fastapi,network,server
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: black
Requires-Dist: dummy-client
Requires-Dist: fastapi
Requires-Dist: lanutils
Requires-Dist: pathier
Requires-Dist: pydantic
Requires-Dist: requests
Requires-Dist: tomlkit
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 1998 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.21.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
homecloud/__init__.py sha256=MciclXtuu2sAzczJrwhX3JCimpys5LkqPaKysYJqNlg 71
homecloud/client.py sha256=JpaRZ3NqyJIVpp2oQtBAcgLatrHRZhDehgVQ5bx5QcU 6581
homecloud/client_settings.toml sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
homecloud/client_subclass.py sha256=3Iu8XeoGhU_YTNnBP9NkRvD_lw8m0zGdDDffmP6aOBc 765
homecloud/get_routes.py sha256=aYmldL26fF9lqJd3ozCuvvDLcbaKEvOAOJfRLddYKf8 589
homecloud/homecloud_config.toml sha256=jnHUM4GNq0NHx-A2PVC10UQjGTe_j4vVPjsT2cRuXCY 119
homecloud/homecloud_generator.py sha256=SAIFX1x0mUC9845SQFE1bx00jgQltj7aPFFX1PSmGi8 4797
homecloud/homecloud_logging.py sha256=OFYijH1ST9OrVkdukgtKULsk0yqwe_CKs-C0tWvGNhc 2595
homecloud/homecloud_utils.py sha256=q8O6F8AVrztQbys_A_9sDttfihiYCNKzLgrgpLzlW-U 3447
homecloud/module_to_api.py sha256=1eUJSr1vEI0Wf38WJfghe1zDCv4L7wAQz8144PKXFCA 10837
homecloud/post_routes.py sha256=p6QTHjkZQXCR2O3tiqlscRN7hi51WPicubC1s1L1wlc 445
homecloud/request_models.py sha256=8txDE2NKsEPEB9HpMnmpxZYesvnteqXqgZSg181AZj8 168
homecloud/router_template.py sha256=qpix-RQrsbq0cTcMd4X2L-IV8Gh22e3UYj4bCwNlqGk 244
homecloud/server.py sha256=LRU1JP4lYdazLig2qC30wu8XsrcDk0QIbL-Fc9EeyYQ 1246
homecloud-0.3.4.dist-info/METADATA sha256=M2iYn2HTn_KWDgyDGw22RRsTayDk-dkNaHccgOxNuXw 2953
homecloud-0.3.4.dist-info/WHEEL sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k 87
homecloud-0.3.4.dist-info/entry_points.txt sha256=aox_fDgNUk_R-y3ZcfWlwwMSlIjc8v83DTIUXIzPwDk 110
homecloud-0.3.4.dist-info/licenses/LICENSE.txt sha256=GA4k0f8zyJsPeXl_v_6h0BQT4BnMtK-NX8QSGL0JbCQ 1086
homecloud-0.3.4.dist-info/RECORD

entry_points.txt

homecloud = homecloud.homecloud_generator:main
module_to_api = homecloud.module_to_api:main