Metadata-Version: 2.1
Name: palkit
Version: 0.4.2
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.1,<4.0.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
Provides-Extra: all
Provides-Extra: hydra
Provides-Extra: pl
Provides-Extra: torch
Provides-Extra: wandb
Requires-Dist: hydra-core (>=1.1.0,<2.0.0); extra == "all" or extra == "hydra"
Requires-Dist: neoconfigen (>=2.0.0,<3.0.0); extra == "all" or extra == "hydra"
Requires-Dist: numpy (>=1.20.3,<2.0.0); extra == "torch"
Requires-Dist: pandas (>=1.3.1,<2.0.0); extra == "all" or extra == "wandb"
Requires-Dist: pytorch-lightning (>=1.4.2,<2.0.0); extra == "all" or extra == "pl"
Requires-Dist: torch (>=1.8,<2.0); extra == "torch"
Requires-Dist: tqdm (>=4.62.0,<5.0.0); extra == "pl"
Requires-Dist: wandb (>=0.12.0,<0.13.0); extra == "all" or extra == "wandb"
Project-URL: Repository, https://github.com/predictive-analytics-lab/palkit
Description-Content-Type: text/markdown

# PAL kit

This is a collection of useful functions written by the folks at PAL.

[Documentation](https://wearepal.ai/palkit/)

## Install

Run
```
pip install palkit
```

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

