Metadata-Version: 2.1
Name: structlog-ext-utils
Version: 0.1.0a2
Summary: structlog extension utilities
Home-page: https://github.com/amenezes/structlog_ext_utils
Author: alexandre menezes
Author-email: alexandre.fmenezes@gmail.com
License: Apache-2.0
Project-URL: Documentation, https://structlog_ext_utils.amenezes.net
Project-URL: Code, https://github.com/amenezes/structlog_ext_utils
Project-URL: Issue tracker, https://github.com/amenezes/structlog_ext_utils/issues
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: structlog
Requires-Dist: python-json-logger
Provides-Extra: all
Requires-Dist: structlog ; extra == 'all'
Requires-Dist: python-json-logger ; extra == 'all'
Requires-Dist: portray (>=1.3.1) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: portray (>=1.3.1) ; extra == 'docs'

[![Build Status](https://travis-ci.org/amenezes/structlog_ext_utils.svg?branch=master)](https://travis-ci.org/amenezes/structlog_ext_utils)
[![Maintainability](https://api.codeclimate.com/v1/badges/7b8b70e0c20c6809df54/maintainability)](https://codeclimate.com/github/amenezes/structlog_ext_utils/maintainability)
[![codecov](https://codecov.io/gh/amenezes/structlog_ext_utils/branch/master/graph/badge.svg)](https://codecov.io/gh/amenezes/structlog_ext_utils)
[![PyPI version](https://badge.fury.io/py/structlog_ext_utils.svg)](https://badge.fury.io/py/structlog_ext_utils)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/structlog_ext_utils)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# structlog_ext_utils

Structlog extension utilities.

## Installing

Install and update using pip:

````bash
pip install structlog_ext_utils
````

## Links

- License: [Apache License](https://choosealicense.com/licenses/apache-2.0/)
- Code: https://github.com/amenezes/structlog_ext_utils
- Issue tracker: https://github.com/amenezes/structlog_ext_utils/issues
- Docs: https://structlog_ext_utils.amenezes.net


