Metadata-Version: 2.1
Name: auxlibx
Version: 0.0.1
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: Weld Lucas Cunha
Author-email: cunha.lucas012@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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
Requires-Dist: matplotlib (==3.1.2)
Requires-Dist: numpy (==1.18.1)
Requires-Dist: pandas (==0.25.3)
Provides-Extra: test_deps
Requires-Dist: pep8 (==1.7.1) ; extra == 'test_deps'
Requires-Dist: pylint (==2.4.4) ; extra == 'test_deps'
Requires-Dist: pytest (==5.3.3) ; extra == 'test_deps'

# Example Package

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

