Metadata-Version: 2.1
Name: autoeda
Version: 0.0
Summary: My module description
Home-page: https://github.com/guiferviz/autoeda
Author: guiferviz
Author-email: guiferviz@gmail.com
License: Copyright guiferviz
Keywords: python library code
Platform: UNKNOWN
Description-Content-Type: text/markdown


AutoEDA
========

Sample Python module.
Just clone this repository and change all `autoeda` to your module name.


Getting started
---------------

These instructions will get you a copy of the project up and running on your local machine.


### Prerequisites

The minimum Python version supported is version 3.


### Install

Install the package in a dev environment with:

    python setup.py develop

This line will automatically install all the dependencies.


## Running the tests

Run the automated tests with:

    python -m pytest


Contributing
------------

Please read [CONTRIBUTING.md](https://github.com/guiferviz/python_module/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.


Versioning
----------

We use [SemVer](http://semver.org/) for versioning.


Authors
-------

List of main contributors:

* **Guille** - [guiferviz](https://github.com/guiferviz)

For a full list of contributors see [AUTHORS](https://github.com/guiferviz/python_module/blob/master/AUTHORS.md).


License
-------

This project is licensed under the **MIT License**, see the [LICENSE](https://github.com/guiferviz/python_module/blob/master/LICENSE) file for details.


Acknowledgments
---------------

 * Attribution to anyone whose code was used.
 * You've been inpired by...
 * Say thanks to someone.


