Metadata-Version: 2.1
Name: palkit
Version: 0.1.4
Summary: Useful functions.
Home-page: https://github.com/predictive-analytics-lab/palkit
License: Apache-2.0
Keywords: typing,python
Author: PAL
Author-email: info@predictive-analytics-lab.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Dist: hydra-core (==1.1.0.dev4)
Project-URL: Repository, https://github.com/predictive-analytics-lab/palkit
Description-Content-Type: text/markdown

# PAL kit

This is a collection of useful functions for code that we write in our group.

## Install

Run
```
pip install palkit
```

or install directly from GitHub:
```
pip install git+https://github.com/predictive-analytics-lab/palkit.git
```

