Metadata-Version: 2.1
Name: logtail-python
Version: 0.1.3
Summary: Logtail.com client library
Home-page: https://github.com/logtail/logtail-python
Author: Logtail
Author-email: hello@logtail.com
License: ISC
Download-URL: https://github.com/logtail/logtail-python/tarball/0.1.3
Keywords: api,logtail,logging,client
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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 :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE.md

🪵 Logtail Integration For Python

[![ISC License](https://img.shields.io/badge/license-ISC-ff69b4.svg)](LICENSE.md)
![Logtail python client](https://github.com/logtail/logtail-python/actions/workflows/main.yml/badge.svg?branch=master)

This repository contains the [Logtail](https://logtail.com) Python library, turning your application logs into rich structured events.

---

### Features

* Simple integration. Integrates with the Python `logging` library.
* Support for structured logging and events.
* Automatically captures useful context.
* Performant, light weight, with a thoughtful design.

---

### Installation

Install the Logtail client library from PyPI as you would with any other package:

```
pip install logtail-python
```

Make sure you install the `logtail-python` package and not a different package with the `logtail` keyword in the package name from a different author.


