Metadata-Version: 2.1
Name: picalib
Version: 0.2.2
Summary: PiCa is lightweight and minimalist package for autodiff.
Author: Phikat
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: networkx
Requires-Dist: matplotlib


# PiCa

### PiCa is lightweight and minimalist package for autodiff.

#### This library is still under development, so it is recommended that it is only used on an experimental basis!

#### PiCa provides:
- Representing mathematical functions using computational graphs.
- Evaluation of functions
-  Obtain the derivatives of the variables of the function

#### Contribution:
The PiCa library is still under development, so you may not find some nodes you want to work with. More features will be added to the library continuously, and anyone is free to make a pull request. To make a pull request, it is important to point out the changes you have made and why you have made them. 


#### Installation



```bash
pip install picalib
```
#### Documentation:

[Docs](https://pica.readthedocs.io/en/latest/)

#### Code: 

[Github](https://github.com/PhilanthropiCat/PiCa)
