Metadata-Version: 2.1
Name: perceptron-itsguptaaman
Version: 0.0.3
Summary: A small package for perceptron
Home-page: https://github.com/itsguptaaman/Perceptron_package
Author: itsguptaaman
Author-email: itsamangupta420@gmail.com
Project-URL: Bug Tracker, https://github.com/itsguptaaman/Perceptron_package/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: LICENCE

# **Perceptron Python package**


## Refrence

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

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

# To check packages list use
```
pip list
```
# How to use
```
from mn.perceptron import Perceptron
```
