Metadata-Version: 2.1
Name: usagelogger
Version: 2.2.3
Summary: Logging usage of Python-based services, with user privacy by design.
Home-page: https://resurface.io
Author: Resurface Labs
Author-email: admin@resurface.io
License: Apache License 2.0
Project-URL: Bug Reports, https://github.com/resurfaceio/logger-python/issues
Project-URL: Source, https://github.com/resurfaceio/logger-python
Description: Easily log API requests and responses to your own <a href="https://resurface.io">system of record</a>.
        
        ## Middleware Integrations
        
        Loggers can be added to these types of applications with only minor configuration changes:
        * <a href="https://github.com/resurfaceio/logger-python#logging-from-aiohttp">AIOHTTP</a>
        * <a href="https://github.com/resurfaceio/logger-python#logging-from-django">Django</a>
        * <a href="https://github.com/resurfaceio/logger-python#logging-from-flask">Flask</a>
        * <a href="https://github.com/resurfaceio/logger-python#logging-from-requests">Requests</a>
        
        ## Logging With API
        
        Loggers can be directly integrated into your application via our logging
        <a href="https://github.com/resurfaceio/logger-python/blob/master/API.md">API</a>.
        This requires more effort than middleware integrations, but also offers the greatest flexibility and control.
        
        ## Protecting User Privacy
        
        Loggers always have an active set of <a href="https://resurface.io/rules.html">rules</a> that control what data is logged
        and how sensitive data is masked. By default, loggers apply a strict set of predefined rules, but logging rules are easily
        customized to meet the needs of any application.
        
        ---
        
        &copy; 2016-2021 <a href="https://resurface.io">Resurface Labs Inc.</a>
        
Keywords: logging resurface
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Internet :: Log Analysis
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-Python: >=3.7, <4
Description-Content-Type: text/markdown
