123456789101112131415161718192021222324252627282930313233 |
- [metadata]
- name = gemcall
- version = 0.9.2
- description = A library and CLI tool for making gemini requests
- long_description = file: README.md
- long_description_content_type = text/markdown
- home_page = https://notabug.org/tinyrabbit/gemcall
- author = Björn Wärmedal
- author_email = bjorn.warmedal@gmail.com
- license = MIT License
- classifiers =
- Development Status :: 4 - Beta
- Intended Audience :: End Users/Desktop
- License :: OSI Approved :: MIT License
- Operating System :: POSIX :: Linux
- Programming Language :: Python :: 3
- Topic :: Internet
- Topic :: Software Development :: Libraries
- Topic :: Utilities
- Typing :: Typed
- [options]
- packages = gemcall
- python_requires = >= 3.9
- setup_requires =
- setuptools >= 38.3.0
- install_requires =
- pycryptodome
- [options.entry_points]
- console_scripts =
- gemcall = gemcall.__main__:main
|