Metadata-Version: 2.1
Name: pfun
Version: 0.6.0
Summary: 
Author: Sune Debel
Author-email: sad@archii.ai
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: typing-extensions (>=3.7,<4.0)
Description-Content-Type: text/markdown

# <img src="https://raw.githubusercontent.com/suned/pfun/master/logo/pfun_logo.svg?sanitize=true" style=" width:50px ; height:50px "/>


- [Documentation](https://pfun.readthedocs.io/en/latest/)
- [Examples](https://github.com/suned/pfun/tree/master/examples)
- [Known issues](https://github.com/suned/pfun/issues?q=is%3Aopen+is%3Aissue+label%3Abug)

## Install

`pip install pfun`

## Support

On [ko-fi](https://ko-fi.com/python_pfun)

## Development

Requires [poetry](https://poetry.eustace.io/)

- Install dependencies with `poetry install`
- Build documentation with `poetry run sphinx-build -b html docs/source docs/build`
- Run tests with `poetry run pytest`
- Lint with `poetry run pre-commit --all`

