Metadata-Version: 2.4
Name: horseman
Version: 1.0a4
Summary: Toolkit to build headless WSGI applications.
Home-page: http://pypi.python.org/pypi/horseman
Author: Souheil Chelfouh
Author-email: Souheil Chelfouh <trollfot@gmail.com>
Maintainer: Souheil Chelfouh
Maintainer-email: Souheil Chelfouh <trollfot@gmail.com>
License: BSD-3-Clause
Project-URL: Source Code, https://github.com/HorsemanWSGI/horseman
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
Requires-Dist: biscuits>=0.3.2
Requires-Dist: frozendict>=2.4
Requires-Dist: multidict>=6.0
Requires-Dist: multifruits>=0.1.7
Requires-Dist: orjson>=3.11
Provides-Extra: test
Requires-Dist: WebTest; extra == "test"
Requires-Dist: pyhamcrest; extra == "test"
Requires-Dist: pytest; extra == "test"

horseman
********

Horseman is a toolkit to build WSGI applications.
It is heavily tested and uses Cython powered libraries.


The philosophy is : "you pay for what you eat".

The code is very minimal and tries to provide key components to build
upon and create a vastly more complex application.

It conforms to the WSGI standards and allows you to use WSGI middlewares.
