Metadata-Version: 2.1
Name: nyckel
Version: 0.0.39
Summary: Python package for the Nyckel API
Project-URL: Homepage, https://github.com/NyckelAI/python-sdk
Author-email: Oscar Beijbom <oscar@nyckel.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: fire>=0.4.0
Requires-Dist: pillow>=8.0.0
Requires-Dist: requests>=2.10.0
Requires-Dist: tqdm>=4.0.0
Description-Content-Type: text/markdown

# Nyckel

Python package for <www.nyckel.com>

![build](https://github.com/NyckelAI/python-sdk/actions/workflows/build.yml/badge.svg)
![test](https://github.com/NyckelAI/python-sdk/actions/workflows/test.yml/badge.svg)

## Local development

* Run Nyckel Server and Trainer instances locally
* pytest -s
