Metadata-Version: 2.4
Name: tiktalik
Version: 1.8.1
Summary: Python SDK for the Tiktalik Computing service
Keywords: SDK,Tiktalik,VPS
Author: Techstorage sp. z o.o
Author-email: Techstorage sp. z o.o <kontakt@tiktalik.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Requires-Dist: httpx[brotli,http2,zstd]>=0.28.1
Requires-Python: >=3.10
Project-URL: Homepage, https://www.tiktalik.com
Project-URL: Repository, https://github.com/tiktalik-cloud/tiktalik-python.git
Description-Content-Type: text/markdown

# Tiktalik Cloud Computing Platform SDK for Python

Tiktalik SDK for Python enables developers using the Python programming
language to access core features of the [Tiktalik Cloud Computing](http://www.tiktalik.com) Platform.

The SDK features:

 * retrieving detailed information on user's instances: recent operations,
   running state, hourly cost etc.
 * core operations on an instance: creating, starting, stopping, starting backup
 * adding and removing network interfaces
 * listing and manipulating backups
 * listing and manipulating networks
 
 More cool features coming soon!

## Installation

Use pip to install the latest stable version:

`$ pip install tiktalik`

## Requirements

 * Python >=3.10
 * no additional modules are required.

## Documentation

See [http://www.tiktalik.com/api](http://www.tiktalik.com/api) for documentation and tutorials.
