python-package-template-pypi

View on PyPIReverse Dependencies (0)

0.1.0 python_package_template_pypi-0.1.0-py3-none-any.whl

Wheel Details

Project: python-package-template-pypi
Version: 0.1.0
Filename: python_package_template_pypi-0.1.0-py3-none-any.whl
Download: [link]
Size: 7314
MD5: dbcc77686e54a8e91cb231e7e0c6a51b
SHA256: 192630b5c783182e9744aa1c90462397ca963557d561bd05ddcf1f1dca733f48
Uploaded: 2024-04-23 10:06:03 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: python-package-template-pypi
Version: 0.1.0
Summary: A github template with my python package configurations.
Author-Email: Daniel Mizsak <info[at]pythonvilag.hu>
Project-Url: Homepage, https://pythonvilag.hu/
Project-Url: Documentation, https://python-package-template-pypi.readthedocs.io/en/latest/
Project-Url: Repository, https://github.com/daniel-mizsak/python-package-template
Project-Url: Issues, https://github.com/daniel-mizsak/python-package-template/issues
License: MIT License Copyright (c) Daniel Mizsak 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: github,package,pypi,python,template
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: hatch; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Provides-Extra: dev
Provides-Extra: docs
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6564 characters]

WHEEL

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

RECORD

Path Digest Size
python_package_template/__init__.py sha256=9R09Y_uHx4UNKj86GXQYoWuft9i1X5qrBJj7g4GxRjE 291
python_package_template/__main__.py sha256=5ZRY5DV1Bhy-jrl1m-teyDfBGdSZS2guPkB5ISngT9U 190
python_package_template/cli.py sha256=wx4cpeGVkQZ6UYrZyIrmeqXQoIk9pTQ5xCKzc_FuP5Q 688
python_package_template/main.py sha256=ko8XKkH6BCKvlOgfwcBCs-79rmnpn3Owr_8SyfZ5Gvg 469
python_package_template/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
python_package_template_pypi-0.1.0.dist-info/METADATA sha256=JFuQp8P55KKzEvAtvw8sdxTmH0YDuiFn0a23GTlACCg 9069
python_package_template_pypi-0.1.0.dist-info/WHEEL sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU 87
python_package_template_pypi-0.1.0.dist-info/entry_points.txt sha256=Afhf9J7B6LlO1TnFB7R0keURfUQq_UvLWRcAPnTlLM8 57
python_package_template_pypi-0.1.0.dist-info/licenses/LICENSE sha256=YQDU9IKBlHdDxFfEk7jIK0qcFD4PUNdhNBYpL4pgWqg 1065
python_package_template_pypi-0.1.0.dist-info/RECORD

entry_points.txt

ppt = python_package_template.cli:main