Metadata-Version: 2.1
Name: utils-package-Martin36
Version: 0.0.8
Summary: A package containing helpful util functions
Home-page: https://github.com/Martin36/utils_package
Author: Martin Funkquist
Author-email: martin.funkquist@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Martin36/utils_package/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Utils Package

This repo contains some useful helper function for Python

## Installation

Install this package using

```
pip install utils-package-Martin36
```

## Development
If you want to help make this package better, feel free to put up a Pull Request. 
### Run tests
In order to run the test suite, run the following:
```
PYTHONPATH=src python tests/test_util_funcs.py
```



