Metadata-Version: 2.1
Name: ridesims
Version: 0.1.0
Summary: For running automated ride sequences for RideSims.
License: MIT
Author: copev313
Author-email: copev313@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Dist: PyDirectInput (>=1.0.4,<2.0.0)
Requires-Dist: typer (>=0.4.1,<0.5.0)
Description-Content-Type: text/markdown

# RideSims
 
A python package for running ride sequence automation scripts for RideSims.

----

## Working with Poetry

The commands listed below can be used to install, build, and run the package using Poetry.


Add a library to the dependencies:

```
$ poetry add <package>
```


Install the package with its dependencies:

```
$ poetry install
```


Create a wheel package:

```
$ poetry build
```


Test the wheel package:

```
$ pip install --user /ridesims/dist/ridesims-0.1.0-py3-none-any.whl
```

----

## Meet the Rides

[Everest 🏔](.\ridesims\rides\Everest\README.md)

[Splash Mountain 🐰](.\ridesims\rides\SplashMountain\README.md)

...


----

