Metadata-Version: 2.4
Name: sprocket-rl-parser
Version: 1.2.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 4 - Beta
Requires-Dist: pandas
Requires-Dist: protobuf>=5.29.3,<6.0.0
Requires-Dist: openpyxl
Requires-Dist: numpy
License-File: LICENSE
License-File: NOTICE
Summary: Rocket League replay parsing and analysis.
Keywords: rocket-league
Author-email: Sprocket Dev Team <asaxplayinghorse@gmail.com>
License: Apache 2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# sprocket-rl-parser
An open-source project for decompiling and analyzing Rocket League replays.

## Install
`pip install sprocket-rl-parser`

## Usage

```python

import carball

analysis_manager = carball.analyze_replay_file('replay.replay')

proto_game = analysis_manager.get_protobuf_data()

```

