Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 741 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 741 Bytes

Project Name

Library proving tools to access Tillo API.

Table of Contents

  1. Installation
  2. Usage
  3. License

Installation

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

  1. Clone the repository:

    git clone https://github.com/jaddek/jpy-tillo-sdk.git
  2. Navigate to the project directory:

    cd jpy-tillo-sdk
  3. Install dependencies:

    uv sync
  4. Tests

    uv run pytest test

Usage

Example Usage:

Examples in ./examples


License

This project is licensed under the MIT License - see the LICENSE file for details.