Metadata-Version: 2.1
Name: pylabtools
Version: 2.0.1b0
Summary: python utility for research
Home-page: https://github.com/tinnawong/pylabtools
Author: Tinnawong saelao
Author-email: tinnawong2010@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: minio==7.1.15
Requires-Dist: tqdm==4.64.1

# pylabtools

`pylabtools` is a Python utility library that provides various helper functions:

## Installation

You can install pylabtools using pip:
    
```bash
pip install pylabtools
```

## Testing

You can run the unit tests using the following commands:

```bash
python -m unittest discover tests

or 

pytest tests
```

## Contributing

If you find a bug or have an idea for a new feature, please open an issue on the GitHub repository. Pull requests are welcome!
