Metadata-Version: 2.1
Name: airgen
Version: 0.0.11
Summary: Aerial robotics simulator
Home-page: https://scaledfoundations.ai
Author: Scaled Foundations
Author-email: info@scaledfoundations.ai
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8, <=3.11.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy ==1.26.4
Requires-Dist: rerun-sdk >=0.11.0
Requires-Dist: ivy ==0.0.5.0
Requires-Dist: ivy-vision ==0.0.1.post0
Requires-Dist: ivy-mech ==0.0.1.post0
Requires-Dist: msgpack >=1.0.0
Requires-Dist: osqp ==0.6.7.post1
Requires-Dist: scipy ==1.13.1

[![Build pip wheel](https://github.com/ScaledFoundations/pyairgen/actions/workflows/build_wheel.yaml/badge.svg?branch=main)](https://github.com/ScaledFoundations/pyairgen/actions/workflows/build_wheel.yaml)
# Python API for AirGen

### Setup instructions

0. Install Miniconda if required, and create a virtual environment

`conda create -n airgen python=3.11`
`conda activate airgen`

1. Clone the repo: `git clone https://github.com/scaledfoundations/pyairgen`.
2. Build: `cd pyairgen && pip install -e .`
