Metadata-Version: 2.1
Name: reamber
Version: 0.1.2
Summary: Vertical Scrolling Rhythm Game Package
Home-page: https://github.com/Eve-ning/reamber_base_py
Author: evening
Author-email: dev_evening@hotmail.com
License: UNKNOWN
Description: # Reamber (Py)
        
        **Status: Development in Progress**
        
        **Requires Python >=3.7**
        
        `pip install reamber==0.0.20`
        
        `pip install reamber==0.1.1`
        
        *see what's the difference below!*
        
        ------
        
        This is a simple package to handle VSRG file, 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
        
        # v0.1.1 Release
        
        Updating to `0.1.1` means you're going to spend time updating **a lot** of names.
        
        Major changes in `0.1.1` include many differences. Do not update it if you're not 
        planning to spend time re-studying your code-base.
        
        # For Developers
        
        Note that reamber is still in alpha stage, means a lot of things aren't settled down
        yet. That means that a lot of function names and references will change without notice.
        
        It is recommended to only build scratch/temp files if you want to utilize this library
        
        # Wiki
        
        [Visit the wiki for more info](https://eve-ning.github.io/reamberPy/index.html)
        
        [Getting Started](https://eve-ning.github.io/reamberPy/info/GettingStarted.html)
        
        # 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.
        
Platform: UNKNOWN
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
