Metadata-Version: 2.1
Name: api-easiedata
Version: 0.0.7
Summary: Module to facilitate the interaction with easiedata's HTTP interface
Home-page: https://github.com/easiedata/api_easiedata
Author: The easiedata team
Author-email: barsand@easiedata.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
License-File: LICENSE
Requires-Dist: requests (==2.25.1)
Requires-Dist: pandas (==1.1.5)

<p align="center">
  <a href="https://www.easiedata.com/" target="_blank">
    <img width="250" src="https://blog.easiedata.com/wp-content/uploads/2020/02/cropped-easiedata-e1582296162638-1.png">
  </a>
</p>


## Local Installation and Usage
----------

Clone the repository or download the .zip file and extract it on
the desired directory 

Create a virtual environment with the command 

```bash
python3 -m venv venv
```
To activate it, run the following command

```bash
source venv/bin/activate
```

Install it using pip 

```bash
pip install -e <path> 
```


