Metadata-Version: 2.1
Name: datamarket
Version: 0.1.2
Summary: Utilities that integrate advance scraping knowledge into just one library.
Home-page: https://github.com/Data-Market/datamarket
Author: DataMarket
Author-email: techsupport@datamarket.es
Project-URL: Website, https://datamarket.es
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# DataMarket scraping core

------------------------------------------------------
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


Utilities that integrate advance scraping knowledge into just one library.

## Installation

To install this library in your Python environment:

`pip install datamarket`

## Documentation

This library has built functionalities for the following topics:

- **Databases**: through sqlalchemy it allows to insert records and perform queries in any database.
- **Proxies**: wide range of functions to perform HTTP requests through custom proxies or the Tor network.
- **Tinybird**: a Python client for this popular API.
- **Drive**: functions to upload, delete or authenticate to Google Drive.
