Metadata-Version: 2.1
Name: intersdk
Version: 0.0.3
Summary: A python package to interact with the Banco Inter API
Author-email: Vitor Leonardo Pauloski <vitor@paulo.ski>
Project-URL: Homepage, https://github.com/vitorpauloski/intersdk
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: pip==23.2.1
Requires-Dist: setuptools==68.2.2
Requires-Dist: validate-docbr==1.10.0
Requires-Dist: loguru==0.7.2
Requires-Dist: requests==2.31.0

# Inter SDK

A python package to interact with the [Banco Inter API](https://developers.inter.co).

## Installation

To install the package, run:

```bash
pip install intersdk
```

## Usage

...
