Metadata-Version: 2.0
Name: websauna.utils
Version: 1.0a8
Summary: websauna.utils is a component split from Websauna to resolve long standing
Home-page: https://websauna.org
Author: Mikko Ohtamaa
Author-email: mikko@opensourcehacker.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: config pytest websauna
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.5.2
Requires-Dist: authomatic
Requires-Dist: rainbow-logging-handler
Provides-Extra: dev
Requires-Dist: pyroma (==2.2); extra == 'dev'
Requires-Dist: sphinx (>=1.6.1); extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Requires-Dist: sphinxcontrib-zopeext; extra == 'dev'
Requires-Dist: zest.releaser[recommended]; extra == 'dev'
Provides-Extra: notebook
Requires-Dist: ipython[notebook] (<5.2); extra == 'notebook'
Provides-Extra: sqlalchemy
Requires-Dist: sqlalchemy; extra == 'sqlalchemy'
Provides-Extra: test
Requires-Dist: codecov; extra == 'test'
Requires-Dist: flake8; extra == 'test'
Requires-Dist: pytest (>=3.0); extra == 'test'
Requires-Dist: pytest-runner; extra == 'test'
Requires-Dist: coverage; extra == 'test'
Requires-Dist: flaky; extra == 'test'
Requires-Dist: isort; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-runner; extra == 'test'
Requires-Dist: pytest-timeout; extra == 'test'

websauna.utils is a component split from Websauna to resolve long standing
issues with package namespace.

.. |ci| image:: https://img.shields.io/travis/websauna/websauna.system/master.svg?style=flat-square
    :target: https://travis-ci.org/websauna/websauna.system/

.. |cov| image:: https://codecov.io/github/websauna/websauna.system/coverage.svg?branch=master
    :target: https://codecov.io/github/websauna/websauna.system?branch=master

.. |latest| image:: https://img.shields.io/pypi/v/websauna.system.svg
    :target: https://pypi.python.org/pypi/websauna.system/
    :alt: Latest Version

.. |license| image:: https://img.shields.io/pypi/l/websauna.system.svg
    :target: https://pypi.python.org/pypi/websauna.system/
    :alt: License

.. |versions| image:: https://img.shields.io/pypi/pyversions/websauna.system.svg
    :target: https://pypi.python.org/pypi/websauna.system/
    :alt: Supported Python versions

+-----------+-----------+-----------+
| |versions|| |latest|  | |license| |
+-----------+-----------+-----------+
| |ci|      | |cov|     |           |
+-----------+-----------+-----------+

.. image:: https://websauna.org/theme/images/logo-768.png

It is automatically installed with the Websauna package, and can be used
standalone, with minimal requirements.

For documentation, examples, install, please check the main Websauna
project at https://github.com/websauna/websauna


