Metadata-Version: 2.3
Name: rm-lines
Version: 1.0.1
Summary: A python library that combines rmscene/rmc and librm_lines to read and render rM Line files
License: Mixed
Author: RedTTG
Author-email: red@redttg.com
Requires-Python: >=3.9
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: rm-api (>=1.0.0,<2.0.0)
Description-Content-Type: text/markdown

# rM Lines module

This module is capable of reading V6 rM lines file format and rendering them to SVGs.

## Acknowledgements

This module is in huge thanks to the listed below.

- [rMscene](https://github.com/ricklupton/rmscene)
- [rMC](https://github.com/ricklupton/rmc)
- [Pull request #10](https://github.com/ricklupton/rmc/pull/10) by [robfox92](https://github.com/robfox92)

## Installation

rm_lines works in conjunction with rm_api, so please ensure that you have rm_api installed as a global package or
as a local package in the same directory as rm_lines.

