Metadata-Version: 2.1
Name: utils-package-Martin36
Version: 0.0.7
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
Requires-Dist: jsonlines (>=2.0.0)
Requires-Dist: nltk (>=3.6.2)

# Utils Package

This repo contains some useful helper function for Python

### Installation

Install this package using

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

To use this package you will need to download the nltk stopwords package. This is done by running:

```
nltk.download("stopwords")
```





