An open API service indexing awesome lists of open source software.

https://github.com/coolcat467/neuro-api

Python SDK for the Neuro API (see https://github.com/VedalAI/neuro-game-sdk)
https://github.com/coolcat467/neuro-api

neuro-sama neuro-sama-game-jam sdk-python skd

Last synced: 4 months ago
JSON representation

Python SDK for the Neuro API (see https://github.com/VedalAI/neuro-game-sdk)

Awesome Lists containing this project

README

        

# Neuro-API
Python SDK for the [Neuro API](https://github.com/VedalAI/neuro-game-sdk)

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/CoolCat467/Neuro-API/main.svg)](https://results.pre-commit.ci/latest/github/CoolCat467/Neuro-API/main)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

## Installation
Ensure Python 3 is installed, and use pip to install this project.

```bash
pip install neuro_api
```

Install latest version, unofficial release:
```bash
pip install git+https://github.com/CoolCat467/Neuro-API.git
```