Metadata-Version: 2.1
Name: pytent
Version: 0.0.1
Summary: Package for collecting, processing and visualizing patent data for data science
Home-page: https://github.com/raulivan/pytent
Author: Raulivan Rodrigo da Silva
Author-email: raulivanrodrigo@gmail.com
License: MIT License
Keywords: pytent,patent,inpi,espacenet,data science
Description-Content-Type: text/markdown
License-File: LICENSE

# Pytent
Package for collecting, processing and visualizing patent data for data science

## Getting Started
#### Dependencies
You need Python 3.10 or later to use **pytent**. You can find it at [python.org](https://www.python.org/).
You also need setuptools, wheel and twine packages, which is available from [PyPI](https://pypi.org). If you have pip, just run:
```
pip install setuptools
pip install wheel
pip install twine
```
#### Installation
Clone this repo to your local machine using:
```
git clone https://github.com/raulivan/pytent
```
## Features
- Collection of patent data on Espacenet
