Metadata-Version: 2.1
Name: khartoum
Version: 2.0.0
Summary: A simple app for http serving of static files from MongoDB's GridFS filesystem.
Home-page: https://github.com/yougov/khartoum
Author: YouGov, Plc.
Author-email: open-source@yougov.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: PyYAML
Requires-Dist: gevent
Requires-Dist: pymongo
Requires-Dist: appsettings
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: jaraco.packaging (>=3.2); extra == 'docs'
Requires-Dist: rst.linker (>=1.9); extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest (!=3.7.3,>=3.5); extra == 'testing'
Requires-Dist: pytest-sugar (>=0.9.1); extra == 'testing'
Requires-Dist: collective.checkdocs; extra == 'testing'
Requires-Dist: pytest-flake8; extra == 'testing'
Requires-Dist: requests-toolbelt; extra == 'testing'
Requires-Dist: jaraco.mongodb; extra == 'testing'
Requires-Dist: pytest-services; extra == 'testing'
Requires-Dist: portend; extra == 'testing'
Requires-Dist: munch; extra == 'testing'

.. image:: https://img.shields.io/pypi/v/khartoum.svg
   :target: https://pypi.org/project/khartoum

.. image:: https://img.shields.io/pypi/pyversions/khartoum.svg

.. image:: https://img.shields.io/travis/yougov/khartoum/master.svg
   :target: https://travis-ci.org/yougov/khartoum

.. .. image:: https://img.shields.io/appveyor/ci/yougov/khartoum/master.svg
..    :target: https://ci.appveyor.com/project/yougov/khartoum/branch/master

.. .. image:: https://readthedocs.org/projects/khartoum/badge/?version=latest
..    :target: https://khartoum.readthedocs.io/en/latest/?badge=latest

Khartoum is a simple app for http serving of static files from MongoDB's GridFS filesystem.


