Skip to content

Repository files navigation

Infomaniak Python SDK

PyPI version Tests Python versions License: MIT

Documentation   -   Get the Token   -   API Reference



Caution

Currently in development.

pip install xinfomaniak

Goals

  • Provide a simple and intuitive interface to interact with the Infomaniak API.
  • Support both synchronous and asynchronous programming paradigms.
  • Type annotations for better developer experience and code quality.

Usage

from infomaniak import Client

client = Client(token="your-token")

Async client example

import asyncio
from infomaniak import AsyncClient

client = AsyncClient(token="your-token")

Development

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
pip install -e .[dev]

About

Python SDK for Infomaniak

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages