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

https://github.com/skyborgff/rattletrappython


https://github.com/skyborgff/rattletrappython

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Rattletrap Python

[![PyPI version](https://badge.fury.io/py/RattletrapPython.svg)](https://badge.fury.io/py/RattletrapPython)

`pip install RattletrapPython`

```python
import RattletrapPython.rattletrap as rat

rat.parse(r'path.replay', r'path.json')
rat.generate(r'path.json', r'path.replay')
```