Metadata-Version: 2.1
Name: afori-utils
Version: 1.0.1
Summary: Some utils by Dor Miron
Home-page: https://github.com/dor-miron/afori_utils
Author: Dor Miron
Author-email: dor00012@gmail.com
License: LICENSE.txt
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Afori Utils

This package contains an aggregation of tools used by Dor Miron.
Afori is my cat, and he contributed some changes now and then.

## Installation

Run the following to install:

```python 
pip install afori_utils
```

## Usage
```python
from afori_utils import pyplot_utils
from afori_utils import sync_utils
from afori_utils import debug_utils
```

##### add usages (here what is the purpose)
here the actual code



