Metadata-Version: 2.1
Name: sanic-metrics
Version: 0.0.7.post1
Summary: Sanic plugin for capturing and logging access
Home-page: https://github.com/ashleysommer/sanic-metrics
License: Apache-2.0
Author: Ashley Sommer
Author-email: ashleysommer@gmail.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiofiles (>=0.4.0,<0.7.0)
Requires-Dist: python-dotenv (>=0.10.0,<0.11.0)
Requires-Dist: sanic (>=18.12.0,<21)
Requires-Dist: sanic-plugins-framework (>=0.9.5,<0.10)
Description-Content-Type: text/x-rst

Sanic-Metrics
=============

|Build Status| |Latest Version| |Supported Python versions| |License|

Sanic-Metrics is a simple Sanic Plugin to capture and log access requests.

Log formats supported:
 * Common (and V:Common)
 * Combined (and V:Combined)
 * W3C (aka W3C extended aka IIS)

Detailed documentation coming soon.

Contributing
------------

Questions, comments or improvements? Please create an issue on
`Github <https://github.com/ashleysommer/sanic-metrics>`__

Credits
-------

Ashley Sommer `ashleysommer@gmail.com <ashleysommer@gmail.com>`__


.. |Build Status| image:: https://api.travis-ci.org/ashleysommer/sanic-metrics.svg?branch=master
   :target: https://travis-ci.org/ashleysommer/sanic-metrics

.. |Latest Version| image:: https://img.shields.io/pypi/v/sanic-metrics.svg
   :target: https://pypi.python.org/pypi/sanic-metrics/

.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/sanic-metrics.svg
   :target: https://img.shields.io/pypi/pyversions/sanic-metrics.svg

.. |License| image:: http://img.shields.io/:license-mit-blue.svg
   :target: https://pypi.python.org/pypi/sanic-metrics/

