Metadata-Version: 2.1
Name: reamber
Version: 0.1.7
Summary: Vertical Scrolling Rhythm Game Package
Home-page: https://github.com/Eve-ning/reamber_base_py
Author: evening
Author-email: dev_evening@hotmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: pillow
Requires-Dist: osrparse (==5.0.0)
Requires-Dist: unidecode

![license](https://img.shields.io/github/license/Eve-ning/reamberPy)
![dls](https://img.shields.io/pypi/dm/reamber)
![codecov-coverage](https://img.shields.io/codecov/c/github/Eve-ning/reamberPy)
![codefactor](https://img.shields.io/codefactor/grade/github/Eve-ning/reamberPy)
![version](https://img.shields.io/pypi/v/reamber)

# Reamber (Py) 

[:blue_book: Wiki](https://eve-ning.github.io/reamberPy/index.html) & [Getting Started](https://eve-ning.github.io/reamberPy/info/GettingStarted.html)

**Supports Python `3.7`, `3.8`, `3.9`**

`pip install reamber`

------

This is a simple package to handle VSRG files, useful if you'd want to manipulate data
such as offset, column, bpm, etc.

This doesn't provide complex algorithms, only the base dataclasses and helpful basic
algorithms

## Migrating to >v0.1.1 Releases

Migrating to `>0.1.1` means spending time updating **a lot** of names.

Major changes in `0.1.1` include many differences in naming. 
Only update it if you don't plan mind spending time refactoring.

## For Developers

Note that this is still in alpha stage, means a lot of things aren't settled down
yet. In other words, many function names and references will change without notice.

It is recommended to only build scratch/temp files if you want to utilize this library

## Motivation

A growing amount of osu!mania players are becoming interested in programming.
The best way to learn is to relate it to something that you're familiar with.
That's why I'm making a library for most common VSRG (Vertical Scrolling Rhythm Game)
types.
