python-project-templates

View on PyPIReverse Dependencies (0)

0.1.5 python_project_templates-0.1.5-py3-none-any.whl

Wheel Details

Project: python-project-templates
Version: 0.1.5
Filename: python_project_templates-0.1.5-py3-none-any.whl
Download: [link]
Size: 5642
MD5: d8309d48b7289b7757f1f201bfc21311
SHA256: e57a6368ed8137e8263712a2c1c22e238f8ab203c3cf9d5194e60848bfd073dd
Uploaded: 2022-02-19 10:08:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: python-project-templates
Version: 0.1.5
Summary: This is a template for python projects.
Author: Hiroshi Tsuyuki
Author-Email: kagemeka1[at]gmail.com
Maintainer: Hiroshi Tsuyuki
Maintainer-Email: kagemeka1[at]gmail.com
Home-Page: https://kagemeka.github.io/python-project-template
Project-Url: Documentation, https://python-project-templates.readthedocs.io
Project-Url: Repository, https://github.com/kagemeka/python-project-template
Project-Url: Twitter, https://twitter.com/kagemeka
License: MIT
Keywords: template,python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8,<3.11
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: optext-python (==0.1.1)
Requires-Dist: pdoc3; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: python-docs-theme; extra == "docs"
Requires-Dist: sphinx-book-theme; extra == "docs"
Requires-Dist: sphinx-theme-pd; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme (<=2.0.0); extra == "docs"
Requires-Dist: sphinxcontrib-mermaid; extra == "docs"
Provides-Extra: docs
Description-Content-Type: text/markdown
[Description omitted; length: 4131 characters]

WHEEL

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

RECORD

Path Digest Size
package_1/__init__.py sha256=4sAxEX_-hJqm3_yUSIeIEC8m8nJ8_Pq70TolyEhNyRk 109
package_1/__main__.py sha256=yT5mlxU8aeQYQN__QGsFTTaUophRASUu1ZKfiCBe7gc 111
package_1/arithmetic.py sha256=zpFCJyDOu4pBazSFd40UulHWrRruCjcI3_QEHDgcRXo 210
package_1/plugins.py sha256=Jm6_PSfMv_J9xMX_uYBkqXWh08Edzr9UDr22IjbltGs 64
package_2/__init__.py sha256=qu38UCKZmkG5LPln95_mLh3vL1YzpWXD_S4nzsmXv0k 260
package_2/__main__.py sha256=vcjxfptKECMwSuP1RvGhZyoG56cniz2AK0uKbYVarN4 383
python_project_templates-0.1.5.dist-info/entry_points.txt sha256=XPhBiBphV_eus_2l3JKCXqIuVVuhKaXdK38Uic07Ih0 159
python_project_templates-0.1.5.dist-info/LICENSE sha256=yNhuw1EnltC3IHrYIS1iV_LSMNaTbdPuI-dhoLDWfoY 1072
python_project_templates-0.1.5.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
python_project_templates-0.1.5.dist-info/METADATA sha256=fbeZvMPDBYyRifw1FUgyh330SJupTt69HBQsHOe3Bsg 5575
python_project_templates-0.1.5.dist-info/RECORD

entry_points.txt

add-1-2 = package_1.__main__:main
sample-command = package_2.__main__:main
sample-plugin = package_1.plugins:plugin_call