Jetforce

View on PyPIReverse Dependencies (1)

0.10.1 Jetforce-0.10.1-py3-none-any.whl

Wheel Details

Project: Jetforce
Version: 0.10.1
Filename: Jetforce-0.10.1-py3-none-any.whl
Download: [link]
Size: 31882
MD5: 3e8886bcf9e357b1835be5446e80496a
SHA256: 6c683fa13258d3976b9032a248962e50531a3787d80fbc005a346cf1a6bd2b7b
Uploaded: 2023-10-16 13:17:36 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: Jetforce
Version: 0.10.1
Summary: An Experimental Gemini Server
Author: Michael Lazar
Author-Email: lazar.michael22[at]gmail.com
Home-Page: https://github.com/michael-lazar/jetforce
License: Other/Proprietary License
Keywords: gemini server tcp gopher asyncio
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Requires-Dist: twisted (>=21.7.0)
Requires-Dist: service-identity
Requires-Dist: idna
Requires-Dist: pyopenssl
Requires-Dist: pytest; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: types-pyOpenSSL; extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 11805 characters]

WHEEL

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

RECORD

Path Digest Size
jetforce_client.py sha256=OkaUVxC37G3s-EXPrtD1y_NOQ0j-rzQ9vmaObxQn9pU 2300
jetforce/__init__.py sha256=uvwzHl4IlN_wGIklP_tMKBViUj3ykbowJXRQJC5b_LE 553
jetforce/__main__.py sha256=c6XSypF_UwazZxoglvz11T33AQv_4YTm1AqOO3MxEiQ 3685
jetforce/__version__.py sha256=v7Gyp89umFzDtY45tTjCdXqZnQ2RN01AibdYNxEvxYo 23
jetforce/protocol.py sha256=N_ZORhdX_6q68HmXYvE9XlSOXuY2T2my_sXMZGiI9II 12885
jetforce/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
jetforce/server.py sha256=pYSBor_oHBtkS8vVrHRu4VM9eOVmBha5zkl3wJ13RZA 4964
jetforce/tls.py sha256=8T25Fn0OB5xiqvMSpiLNRdWvhhfC3VutZFjPYjBVfXc 7711
jetforce/app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
jetforce/app/base.py sha256=D8vDTA6km8dMxvKIl4syVmQ8jAqd78zIe4Ehfj5WMzk 9570
jetforce/app/composite.py sha256=IS1Ed39ZWxmta9A9Aq53R-jRzETIyq7WDFJDUDX0foc 1785
jetforce/app/static.py sha256=IzEtMvoIfQfy-Q2LTMe7QQaKS8ObnkTh8NiQpFto9_s 12335
Jetforce-0.10.1.dist-info/LICENSE sha256=bqbDrhxxUE4ORw0nCgMkGyRcddoXhsKeD2wbS4uvudg 14655
Jetforce-0.10.1.dist-info/METADATA sha256=3EMGF2gMxDhYIWi5T78ITfPoCqxWH6Cu-P56AePnIcU 12797
Jetforce-0.10.1.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
Jetforce-0.10.1.dist-info/entry_points.txt sha256=PV9Yro1yNYyNkRwAk4IBIEI5XSX3c2eNzdfFT6E9BuA 97
Jetforce-0.10.1.dist-info/top_level.txt sha256=bfxQEXa6nzAVAKn7G4Akxa5LdWPbOMjs5ibT9U7uSvM 25
Jetforce-0.10.1.dist-info/RECORD

top_level.txt

jetforce
jetforce_client

entry_points.txt

jetforce = jetforce.__main__:main
jetforce-client = jetforce_client:run_client