2021-09-13 11:42:26 +00:00
|
|
|
[metadata]
|
|
|
|
name = sprockets.mixins.mediatype
|
|
|
|
version = attr: sprockets.mixins.mediatype.__version__
|
|
|
|
description = A mixin for reporting handling content-type/accept headers.
|
|
|
|
long_description = file: README.rst
|
|
|
|
long_description_content_type = text/x-rst; charset=UTF-8
|
|
|
|
license = BSD 3-Clause License
|
|
|
|
license_file = LICENSE
|
|
|
|
home_page = https://github.com/sprockets/sprockets.mixins.mediatype
|
|
|
|
author = AWeber Communications
|
|
|
|
author_email = api@aweber.com
|
|
|
|
project_urls =
|
|
|
|
Changelog = https://sprocketsmixinsmedia-type.readthedocs.io/en/latest/history.html
|
|
|
|
Documentation = https://sprocketsmixinsmedia-type.readthedocs.io
|
|
|
|
Download = https://pypi.org/project/sprockets.mixins.mediatype/
|
|
|
|
Source = https://github.com/sprockets/sprockets.mixins.mediatype
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
Intended Audience :: Developers
|
|
|
|
License :: OSI Approved :: BSD License
|
|
|
|
Natural Language :: English
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.9
|
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Topic :: Software Development :: Libraries
|
|
|
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
|
|
|
|
|
|
[options]
|
2021-09-19 13:43:21 +00:00
|
|
|
namespace_packages =
|
|
|
|
sprockets
|
|
|
|
sprockets.mixins
|
|
|
|
packages = find:
|
2021-09-13 11:42:26 +00:00
|
|
|
install_requires =
|
|
|
|
ietfparse>=1.5.1,<2
|
|
|
|
tornado>=5,<7
|
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
msgpack =
|
|
|
|
u-msgpack-python>=2.5.0,<3
|
2021-09-13 11:47:48 +00:00
|
|
|
ci =
|
2021-09-13 11:42:26 +00:00
|
|
|
coverage==5.5
|
|
|
|
flake8==3.9.2
|
2021-09-18 12:38:51 +00:00
|
|
|
yapf==0.31.0
|
2021-09-13 11:42:26 +00:00
|
|
|
dev =
|
|
|
|
coverage==5.5
|
|
|
|
flake8==3.9.2
|
2021-09-15 10:58:21 +00:00
|
|
|
sphinx==4.2.0
|
|
|
|
sphinx-rtd-theme==1.0.0
|
|
|
|
sphinxcontrib-httpdomain==1.7.0
|
2021-09-13 11:42:26 +00:00
|
|
|
tox==3.24.3
|
2021-09-18 12:38:51 +00:00
|
|
|
yapf==0.31.0
|
2021-09-15 10:58:21 +00:00
|
|
|
docs =
|
|
|
|
sphinx==4.2.0
|
|
|
|
sphinx-rtd-theme==1.0.0
|
|
|
|
sphinxcontrib-httpdomain==1.7.0
|
2015-06-09 14:29:35 +00:00
|
|
|
|
2018-11-28 16:28:18 +00:00
|
|
|
[build_sphinx]
|
|
|
|
fresh-env = 1
|
|
|
|
warning-is-error = 1
|
|
|
|
|
2018-11-28 18:18:19 +00:00
|
|
|
[check]
|
|
|
|
strict = 1
|
|
|
|
|
2020-09-14 12:19:36 +00:00
|
|
|
[coverage:report]
|
2021-09-12 22:23:22 +00:00
|
|
|
fail_under = 95
|
2020-09-14 12:19:36 +00:00
|
|
|
show_missing = 1
|
|
|
|
|
|
|
|
[coverage:run]
|
|
|
|
branch = 1
|
|
|
|
source = sprockets
|
|
|
|
|
2018-12-05 04:02:05 +00:00
|
|
|
[flake8]
|
|
|
|
exclude = build,env,.eggs
|