Metadata-Version: 2.1
Name: parrottools
Version: 0.2.6
Summary: Collection of common utilities.
Home-page: https://github.com/parrot-com/parrottools
Author: Parrot
Maintainer: Parrot
License: UNKNOWN
Project-URL: Source Code, https://github.com/parrot-com/parrottools
Keywords: observability,logging
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: dev

# Parrot tools


## Modules

[Logging](docs/logging.md)


## Development

Install dependencies

```bash
make install
```

Install pre-commit hook to avoid commiting invalid code:

```bash
make pre-commit-install
```

## Tests

Run all tests:

```bash
make test
```


