Metadata-Version: 2.1
Name: pro_fun
Version: 1.0.3
Summary: Resolve simple client
Project-URL: Homepage, https://github.com/pypa/resolve
Project-URL: Issues, https://github.com/pypa/resolve/issues
Author-email: John Dallas <jdallas@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: cryptography>45.0.0
Description-Content-Type: text/markdown

### Install ProFun client
```
pip install pro_fun
```
### Start python3
```
python3
```
### Import in your project
```
from pro_fun import main
main()
```
