gemi-python

View on PyPIReverse Dependencies (0)

0.1.2 gemi_python-0.1.2-py3-none-any.whl

Wheel Details

Project: gemi-python
Version: 0.1.2
Filename: gemi_python-0.1.2-py3-none-any.whl
Download: [link]
Size: 29015
MD5: 1ac26ba8e788ec074566abe169b5fa87
SHA256: 28386cdb7687c587dcf325a874c79c428bec5bdc7495e719f013930072337aee
Uploaded: 2024-04-23 04:09:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gemi-python
Version: 0.1.2
Summary: Utilities for the Gemini protocol
Author-Email: Zoey Mae <admin[at]barkshark.xyz>
Project-Url: Homepage, https://git.barkshark.xyz/barkshark/gemi
Project-Url: Bug Tracker, https://git.barkshark.xyz/barkshark/gemi/issues
Project-Url: Documentation, https://git.barkshark.xyz/barkshark/gemi/wiki
Project-Url: Source Code, https://git.barkshark.xyz/barkshark/gemi
License: CNPL 7+
Keywords: gemini,gemtext
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Platform: any
Requires-Python: >=3.9
Requires-Dist: barkshark-lib (>=0.1.2)
Requires-Dist: platformdirs (==4.2.0)
Requires-Dist: pyopenssl (==24.1.0)
Requires-Dist: flake8 (==6.1.0); extra == "dev"
Requires-Dist: mypy (==1.9.0); extra == "dev"
Requires-Dist: pyinstaller (==6.5.0); extra == "dev"
Requires-Dist: types-pyOpenSSL (==24.0.0.20240417); extra == "dev"
Requires-Dist: furo (==2024.1.29); extra == "doc"
Requires-Dist: sphinx (==7.2.6); extra == "doc"
Requires-Dist: sphinx-external-toc (==1.0.1); extra == "doc"
Provides-Extra: dev
Provides-Extra: doc
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 899 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gemi/__init__.py sha256=TUN076ZmFT0Ts1D_yPjyKb8gTJToMF4hmyfo8ZBUgZg 554
gemi/document.py sha256=nvWe39_gQcWt-57sfFbRYg_Yrg9k8wyryZPyquII1ac 9247
gemi/enums.py sha256=KieYDzLw5XUGgKo8cGDAtT6aChHb1tltouBCBwNwk18 820
gemi/error.py sha256=U0R_tOlQ2JCRYZE7og8XKhD3Iu1z4g7jUHimSLIobBg 1765
gemi/logger.py sha256=RUM48rYM-6H26CadWVrRdXfmYETGae4vvlePOXOR490 1980
gemi/message.py sha256=ULp6EdyPmbvznFuDreBv_xzlLZDy7cbiUhy-YpbYaXE 5095
gemi/misc.py sha256=7A9HzZ8n1SQiusp1WC6FsdHnlLNBG5WNxctHgk4dYRQ 6038
gemi/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gemi/client/__init__.py sha256=yNiM-pHHzeeyecxTdcc_9S-3f-U25KM_dwWE2HpyJFY 1757
gemi/client/__main__.py sha256=JJagf0BmXG7uvj1bm-jx3r1KJDAVieWLXA17PEicpxs 1094
gemi/server/__init__.py sha256=MLLywczMkfmfhD4dePDJ5kjJ-4b5rt_edHvQe-KaxBA 95
gemi/server/__main__.py sha256=7x51oAcjui8YNBI9QCI8GIYkfRaQyLhMcXBNvd3jYyE 1879
gemi/server/router.py sha256=h5qYoL_8c3L8m_zLCwS_lP7L71mz5HqHyggOAtrr-8M 8972
gemi/server/server.py sha256=hJS2KSFwbtYMa7CLmTM-knxeh68sSyAu77TTjkg_gSg 6754
gemi_python-0.1.2.dist-info/LICENSE.md sha256=6ACvHZaVhXF6TmSpMt6TJNs8knZBAHKXYm1btrIxS5A 24909
gemi_python-0.1.2.dist-info/METADATA sha256=kDWwIzh3VMYyfKgJTQZpaI1-p6SLmso9Sw4Vz2NURtE 2625
gemi_python-0.1.2.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
gemi_python-0.1.2.dist-info/entry_points.txt sha256=8S6dP7EFfPZoDgTCna6_ejGL_I5r5azTxHxIpbKlWX4 79
gemi_python-0.1.2.dist-info/top_level.txt sha256=kGOqyu6Qtb40TNoZNP1u_F0rtZlH9ywpnVOReE4HmGA 5
gemi_python-0.1.2.dist-info/RECORD

top_level.txt

gemi

entry_points.txt

gemi-server = gemi.bin.server:main
gurl = gemi.bin.gurl:main