light-ass


Namelight-ass JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryA lightweight library for handling ASS subtitles
upload_time2025-03-22 08:04:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT License
keywords subtitle ass
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # light-ass
A lightweight library for handling Advanced SubStation Alpha (ASS) subtitles.

## Features
- Parse ASS subtitles effortlessly
- Check the validity of field types
- Parse ASS override tags (partial)

## Installation
```
pip install light-ass
```

## Usage
```python
import light_ass

document = light_ass.load("example.ass")
print(document.info)
print(document.styles)
print(document.events)
```

## TODO
- Support for more sections
- More methods for ASS shapes
- ASS minifier
- Support for VSFilterMod tags

## License
MIT License

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "light-ass",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "subtitle, ass",
    "author": null,
    "author_email": "Oborozuki <oborozuk1@qq.com>",
    "download_url": "https://files.pythonhosted.org/packages/52/b7/f39ef65d186ad9101029e1f4f5f2d7b8ddd8ed82cbf2dbef9c0c57d4bb21/light_ass-0.1.2.tar.gz",
    "platform": null,
    "description": "# light-ass\nA lightweight library for handling Advanced SubStation Alpha (ASS) subtitles.\n\n## Features\n- Parse ASS subtitles effortlessly\n- Check the validity of field types\n- Parse ASS override tags (partial)\n\n## Installation\n```\npip install light-ass\n```\n\n## Usage\n```python\nimport light_ass\n\ndocument = light_ass.load(\"example.ass\")\nprint(document.info)\nprint(document.styles)\nprint(document.events)\n```\n\n## TODO\n- Support for more sections\n- More methods for ASS shapes\n- ASS minifier\n- Support for VSFilterMod tags\n\n## License\nMIT License\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A lightweight library for handling ASS subtitles",
    "version": "0.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/oborozuk1/light-ass/issues",
        "Homepage": "https://github.com/oborozuk1/light-ass",
        "Repository": "https://github.com/oborozuk1/light-ass.git"
    },
    "split_keywords": [
        "subtitle",
        " ass"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3112f7e42d0e6b5e386f80c00429cf6d2a685af6af83db4dd96338fc3aec9c25",
                "md5": "d54fef3560b41fa35671026c5a648943",
                "sha256": "c405a99555d2456b67746afd2995f2ff5613bd5a3d9a130e82c3f5f1a078cfe5"
            },
            "downloads": -1,
            "filename": "light_ass-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d54fef3560b41fa35671026c5a648943",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 17579,
            "upload_time": "2025-03-22T08:04:47",
            "upload_time_iso_8601": "2025-03-22T08:04:47.601179Z",
            "url": "https://files.pythonhosted.org/packages/31/12/f7e42d0e6b5e386f80c00429cf6d2a685af6af83db4dd96338fc3aec9c25/light_ass-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52b7f39ef65d186ad9101029e1f4f5f2d7b8ddd8ed82cbf2dbef9c0c57d4bb21",
                "md5": "827a5d71f88783ff161aa0f3f9d86172",
                "sha256": "e980534419df0e8630c946524bc5ac1b696031589ab544e19d85e72b544b932b"
            },
            "downloads": -1,
            "filename": "light_ass-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "827a5d71f88783ff161aa0f3f9d86172",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 15137,
            "upload_time": "2025-03-22T08:04:49",
            "upload_time_iso_8601": "2025-03-22T08:04:49.132387Z",
            "url": "https://files.pythonhosted.org/packages/52/b7/f39ef65d186ad9101029e1f4f5f2d7b8ddd8ed82cbf2dbef9c0c57d4bb21/light_ass-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-22 08:04:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oborozuk1",
    "github_project": "light-ass",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "light-ass"
}
        
Elapsed time: 0.37313s