Metadata-Version: 2.1
Name: mpnp
Version: 0.1.4
Summary: Mário Popolin Neto Package.
Home-page: https://gitlab.com/popolinneto/mpnp
Author: Mario Popolin Neto
Author-email: mariopopolin@gmail.com
License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
Platform: UNKNOWN
Classifier: License :: Free for non-commercial use
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: exmatrix (>=0.2.2)
Requires-Dist: ipykernel (==6.19.2)
Requires-Dist: ipympl (==0.9.2)
Requires-Dist: jupyter-client (==7.4.8)
Requires-Dist: jupyter-core (==5.1.1)
Requires-Dist: jupyter-events (==0.5.0)
Requires-Dist: jupyter-server-terminals (==0.4.3)
Requires-Dist: jupyter-server (==2.0.6)
Requires-Dist: matplotlib (>=3.3.3)
Requires-Dist: notebook (==6.5.2)
Requires-Dist: numpy (>=1.19.1)
Requires-Dist: pandas (>=1.1.1)
Requires-Dist: scikit-learn (>=0.23.2)
Requires-Dist: scipy (>=1.5.2)
Requires-Dist: vaxm (>=0.1.2)


pip install wheel

python setup.py bdist_wheel

pip install -e .


---


python3 -m pip install --upgrade twine

twine upload dist/*

