pyutau


Namepyutau JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/UtaUtaUtau/pyUtau
SummaryA python library/module for parsing UTAU plugin data
upload_time2024-03-24 14:43:41
maintainerNone
docs_urlNone
authorUtaUtaUtau
requires_pythonNone
licenseMIT
keywords utau
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pyUtau
======

A complete *bodge* of a Python library made by UtaUtaUtau. Interprets data that UTAU sends through plugins. Made to work for UST Version 1.20 only. I am not an avid programmer, please don't expect much...

~~To use, it's just one file. Clone or download this repo, and put pyutau.py somewhere in your project. Import it with none other than `import pyutau`~~

To use, you can now install this as a Python package through pip by using:
```cmd
pip install pyutau
```
You can still get the `pyutau.py` file from the folders but I recommend doing this instead.

All information used to make this plugin is from [this @wiki page](https://w.atwiki.jp/utaou/pages/64.html) and [this C# library.](https://github.com/delta-kimigatame/utauPlugin "Get this if you know C#") I just translated everything through [DeepL](https://deepl.com/en/translator) to understand how these work.

How to use
---
```Python
import pyutau
import sys

plugin = pyutau.UtauPlugin(sys.argv[-1])

# Whatever you wanna do

plugin.write(sys.argv[-1])
```

You may use `pydoc` to get an HTML version of the docstrings within the module.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/UtaUtaUtau/pyUtau",
    "name": "pyutau",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "utau",
    "author": "UtaUtaUtau",
    "author_email": "diamond.glacier16@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c5/ac/edeb674397c6a9ac0ff3ce9e0dcb7acb369f63862c18f928b10d79230d4c/pyutau-1.3.0.tar.gz",
    "platform": null,
    "description": "pyUtau\r\n======\r\n\r\nA complete *bodge* of a Python library made by UtaUtaUtau. Interprets data that UTAU sends through plugins. Made to work for UST Version 1.20 only. I am not an avid programmer, please don't expect much...\r\n\r\n~~To use, it's just one file. Clone or download this repo, and put pyutau.py somewhere in your project. Import it with none other than `import pyutau`~~\r\n\r\nTo use, you can now install this as a Python package through pip by using:\r\n```cmd\r\npip install pyutau\r\n```\r\nYou can still get the `pyutau.py` file from the folders but I recommend doing this instead.\r\n\r\nAll information used to make this plugin is from [this @wiki page](https://w.atwiki.jp/utaou/pages/64.html) and [this C# library.](https://github.com/delta-kimigatame/utauPlugin \"Get this if you know C#\") I just translated everything through [DeepL](https://deepl.com/en/translator) to understand how these work.\r\n\r\nHow to use\r\n---\r\n```Python\r\nimport pyutau\r\nimport sys\r\n\r\nplugin = pyutau.UtauPlugin(sys.argv[-1])\r\n\r\n# Whatever you wanna do\r\n\r\nplugin.write(sys.argv[-1])\r\n```\r\n\r\nYou may use `pydoc` to get an HTML version of the docstrings within the module.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python library/module for parsing UTAU plugin data",
    "version": "1.3.0",
    "project_urls": {
        "Download": "https://github.com/UtaUtaUtau/pyUtau/archive/refs/tags/v1.3.0.tar.gz",
        "Homepage": "https://github.com/UtaUtaUtau/pyUtau"
    },
    "split_keywords": [
        "utau"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5662dd149df5f5aaa8676c5ff0e014fd56caab44020c238fb8dcccae9a0e7a07",
                "md5": "8556bede6dc7e9ebc921a3c9a81e4dd5",
                "sha256": "397dbea90597db88d2930d17bf5073bf56d088bc1e7a836fa0a32e0cc6c2362f"
            },
            "downloads": -1,
            "filename": "pyutau-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8556bede6dc7e9ebc921a3c9a81e4dd5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10762,
            "upload_time": "2024-03-24T14:43:39",
            "upload_time_iso_8601": "2024-03-24T14:43:39.348602Z",
            "url": "https://files.pythonhosted.org/packages/56/62/dd149df5f5aaa8676c5ff0e014fd56caab44020c238fb8dcccae9a0e7a07/pyutau-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5acedeb674397c6a9ac0ff3ce9e0dcb7acb369f63862c18f928b10d79230d4c",
                "md5": "2b9e8ee9357504caba1d88beddd50604",
                "sha256": "2b331b040eaae92a6f3f9b0edcec2e6f8787ea5bfb74b39bc72f5e0ab73b4f54"
            },
            "downloads": -1,
            "filename": "pyutau-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2b9e8ee9357504caba1d88beddd50604",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11465,
            "upload_time": "2024-03-24T14:43:41",
            "upload_time_iso_8601": "2024-03-24T14:43:41.055936Z",
            "url": "https://files.pythonhosted.org/packages/c5/ac/edeb674397c6a9ac0ff3ce9e0dcb7acb369f63862c18f928b10d79230d4c/pyutau-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 14:43:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "UtaUtaUtau",
    "github_project": "pyUtau",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyutau"
}
        
Elapsed time: 0.35021s