Metadata-Version: 2.1
Name: python-toolz
Version: 0.1.5
Summary: Pyton helpers
Home-page: https://github.com/zguillez/python-toolz
Author: Guillermo de la Iglesia
Author-email: mail@zguillez.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# python-toolz v0.1.5

> [Zguillez](https://zguillez.io) | Guillermo de la Iglesia

## Python helpers

# Getting Started

## Install

```
ip install --upgrade python-toolz
```

# Usage

```
import python_toolz

python_toolz.log("test1")
```

```
from python_toolz import helper

helper.log("test2")
```

# Contributing and issues

Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better
then please submit an issue or send me an [email](mailto:guillermo@delaiglesia.email).

# License

©2023 Zguillez.IO

Original code licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License) Open Source projects used within this
project retain their original licenses.

# Changelog

### v0.1.0 (February 11, 2023)

* Initial commit
