12345678910111213141516171819202122232425262728293031 |
- [metadata]
- name = sparty
- version = 0.3
- description = A library and CLI tool for making spartan requests.
- long_description = file: README.md
- long_description_content_type = text/markdown
- home-page = https://notabug.org/tinyrabbit/sparty
- 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 :: Gemini
- Topic :: Software Development :: Libraries
- Topic :: Utilities
- Typing :: Typed
- [options]
- packages = sparty
- python_requires = >= 3.9
- setup_requires = setuptools >= 38.3.0
- [options.entry_points]
- console_scripts =
- sparty = sparty.__main__:main
|