Metadata-Version: 2.1
Name: Perceptrone-viral3899
Version: 1.1.1
Summary: A package for perceptron
Home-page: https://github.com/viral3899/Perceptron_PyPi
Author: viral3899
Author-email: viralsherarthiya1008@gmail.com
Project-URL: Bug Tracker, https://github.com/viral3899/Perceptron_PyPi/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib (==3.5.3)
Requires-Dist: seaborn (==0.12.2)
Requires-Dist: pandas (==1.3.5)
Requires-Dist: numpy (==1.21.6)
Requires-Dist: joblib (==1.2.0)
Requires-Dist: ipykernel (==6.16.2)

# First python package

## How to use this package
```python
from Perceptron.perceptron import Perceptron
model = Perceptron(eta=0.3, epochs=10)
```

## References - 

* [Official python docs for PYPI](https://packaging.python.org/tutorials/packaging-projects/)

* [Github action file for PYPI](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries)
