Metadata-Version: 2.1
Name: smfiles
Version: 0.3
Summary: Read and Edit .sm files.
Home-page: https://github.com/zhangletao/smfiles
Author: 张乐涛
Author-email: 1668151593@qq.com
License: UNKNOWN
Platform: UNKNOWN


# How to use this package


from smfiles import read, edit, version, datetime


print(read.StepMania('xxx.sm').bpms)


>>> 0.000=156.000, 8.000=312.000


edit.StepMania('yyy.sm').SetTitle('mytitle')


print(version, datetime)


>>> 0.2 2019-05-04


