Metadata-Version: 2.4
Name: jpy-tillo-sdk
Version: 0.2.0
Summary: The package for developers to interact with the Tillo APIv2
Project-URL: Homepage, https://github.com/jaddek/jpy-tillo-sdk
Project-URL: Issues, https://github.com/jaddek/jpy-tillo-sdk/issues
Author-email: Anton Nazarov <tonynazarov@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: httpx[http2]<0.29.0,>=0.28.1
Description-Content-Type: text/markdown

# Project Name

Library proving tools to access Tillo API.

## Table of Contents

1. [Installation](#installation)
2. [Usage](#usage)
3. [License](#license)

---

## Installation

Provide step-by-step instructions on how to install your project. Example for a Python project:

1. Clone the repository:
    ```bash
    git clone https://github.com/jaddek/jpy-tillo-sdk.git
    ```

2. Navigate to the project directory:
    ```bash
    cd jpy-tillo-sdk
    ```

3. Install dependencies:
   ```bash
   uv sync
   ```

4. Tests
   ```bash
   uv run pytest test
   ```
---

## Usage

### Example Usage:

```Examples in ./examples```

---

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
