sus2ymst


Namesus2ymst JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/k0tayan/sus2ymst
SummaryConvert Ched SUS to YMST(world dai star) txt chart format.
upload_time2023-11-23 14:32:51
maintainer
docs_urlNone
authork0tayan
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements sus-io
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sus2ymst

[![PyPI - Version](https://img.shields.io/pypi/v/sus2ymst.svg)](https://pypi.org/project/sus2ymst/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sus2ymst)

Convert Ched SUS to YMST(world dai star) txt chart format.

## Installation
```bash
pip install sus2ymst
```

## Usage
```python
import sus2ymst

with open("test.sus", "r") as f:
    sus_text = f.read()
    notation_text, error = sus2ymst.loads(sus_text)
    print(notation_text)
    print(error)
```


## Chart specifications
Charts are written in sus format.
Editor is assumed to be Ched.

| YMST                             | Ched                                          |
| ------------------------------------ | --------------------------------------------- |
| Tap Notes | Tap Notes |
| Critical Notes | Critical Notes |
| Flick Notes | Flick + Swing up Air |
| Hold Notes (Blue) | Slide Notes |
| Scratch hold notes (Purple) | Swing up Air at the end of the slide |
| Critical hold notes | Critical notes at the start of the slide |
| Critical Scratch Hold Notes | Critical Notes at Start of Slide |
| Scratch Notes (the one above the hold) | Flick + Swing Air in the middle of the slide |
| Relay point for hold and scratch hold | Relay point for slide |
| Jump Scratch | Flick to overlap the start and end points of the scratch hold you want to connect |

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/k0tayan/sus2ymst",
    "name": "sus2ymst",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "k0tayan",
    "author_email": "kotayan0415@outlook.jp",
    "download_url": "",
    "platform": null,
    "description": "# sus2ymst\n\n[![PyPI - Version](https://img.shields.io/pypi/v/sus2ymst.svg)](https://pypi.org/project/sus2ymst/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sus2ymst)\n\nConvert Ched SUS to YMST(world dai star) txt chart format.\n\n## Installation\n```bash\npip install sus2ymst\n```\n\n## Usage\n```python\nimport sus2ymst\n\nwith open(\"test.sus\", \"r\") as f:\n    sus_text = f.read()\n    notation_text, error = sus2ymst.loads(sus_text)\n    print(notation_text)\n    print(error)\n```\n\n\n## Chart specifications\nCharts are written in sus format.\nEditor is assumed to be Ched.\n\n| YMST                             | Ched                                          |\n| ------------------------------------ | --------------------------------------------- |\n| Tap Notes | Tap Notes |\n| Critical Notes | Critical Notes |\n| Flick Notes | Flick + Swing up Air |\n| Hold Notes (Blue) | Slide Notes |\n| Scratch hold notes (Purple) | Swing up Air at the end of the slide |\n| Critical hold notes | Critical notes at the start of the slide |\n| Critical Scratch Hold Notes | Critical Notes at Start of Slide |\n| Scratch Notes (the one above the hold) | Flick + Swing Air in the middle of the slide |\n| Relay point for hold and scratch hold | Relay point for slide |\n| Jump Scratch | Flick to overlap the start and end points of the scratch hold you want to connect |\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Convert Ched SUS to YMST(world dai star) txt chart format.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/k0tayan/sus2ymst"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5c12cf8ef94620bf6fbb807ef109e8216b59180a1fabcf9a03a83e262642d91",
                "md5": "0852471eb6c6042fc9f61f12c47c9060",
                "sha256": "0bd2360c75222b353913ab2491e4d3aca619a3b84e2b2c20a097ec96b3041862"
            },
            "downloads": -1,
            "filename": "sus2ymst-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0852471eb6c6042fc9f61f12c47c9060",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8407,
            "upload_time": "2023-11-23T14:32:51",
            "upload_time_iso_8601": "2023-11-23T14:32:51.271978Z",
            "url": "https://files.pythonhosted.org/packages/d5/c1/2cf8ef94620bf6fbb807ef109e8216b59180a1fabcf9a03a83e262642d91/sus2ymst-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-23 14:32:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "k0tayan",
    "github_project": "sus2ymst",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "sus-io",
            "specs": [
                [
                    "~=",
                    "0.2.1"
                ]
            ]
        }
    ],
    "lcname": "sus2ymst"
}
        
Elapsed time: 0.15482s