Metadata-Version: 2.1
Name: simfile
Version: 2.0.0a3
Summary: Modern simfile library for Python
Home-page: https://github.com/garcia/simfile
Author: Ash Garcia
Author-email: python-simfile@garcia.sh
License: MIT
Keywords: stepmania simfile sm ssc
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: msdparser (>=1.0.0-alpha.3)

# simfile

A modern simfile library for Python 3 that supports .sm and .ssc files.

Version 2.0 is a complete overhaul of the 1.0 release (which only supported Python 2 and .sm files). It's in alpha and lacks some of the features that 1.0 offered (some deliberately, others simply as-of-yet unimplemented).

## Installing

    pip3 install --pre simfile

## Documentation

The documentation is a work in progress. It offers an overview of the module-level convenience functions and the classes they return.

https://simfile.readthedocs.io/en/latest/

