# ratr0-utils - Utility collection for the RATR0 Engine
![Packaging](https://github.com/weiju/ratr0-utils/actions/workflows/python-package.yml/badge.svg)
## Description
This is a collection of utilities to convert common multimedia
formats into formats that can be used within the RATR0 game
engine.
It also aims for providing data conversion tools that target
retro platforms and that are open and documented without
intentionally keeping secrets from its users.
Detailed documentation available at
https://weiju.github.io/ratr0-utils/
## Build distribution
Note: While developing, there seems to be a confusion how
setuptools or wheel is treating hyphens, so the project name
is using underscore
python3 setup.py sdist bdist_wheel
## Uploading to pypi
twine upload -r pypi dist/ratr0_utils-<version>*
## Known pitfalls
Image conversion can fail when the PNG is not in indexed format.
Modern image editors often save PNG in 24bit format, so make sure
that the PNG is in the format you need
Raw data
{
"_id": null,
"home_page": "https://github.com/weiju/ratr0-utils",
"name": "ratr0-utils",
"maintainer": "Wei-ju Wu",
"docs_url": null,
"requires_python": null,
"maintainer_email": "weiju.wu@gmail.com",
"keywords": "ratr0, amiga, game, development, classic, ecs, aga",
"author": "Wei-ju Wu",
"author_email": "weiju.wu@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/fc/1c/82f1d2e2d1450a30a5a4333f2ba54d9dd591b38f8b13ae105eb708c10501/ratr0_utils-0.2.2.tar.gz",
"platform": null,
"description": "# ratr0-utils - Utility collection for the RATR0 Engine\n\n![Packaging](https://github.com/weiju/ratr0-utils/actions/workflows/python-package.yml/badge.svg)\n\n## Description\n\nThis is a collection of utilities to convert common multimedia\nformats into formats that can be used within the RATR0 game\nengine.\nIt also aims for providing data conversion tools that target\nretro platforms and that are open and documented without\nintentionally keeping secrets from its users.\n\nDetailed documentation available at\n\nhttps://weiju.github.io/ratr0-utils/\n\n## Build distribution\n\nNote: While developing, there seems to be a confusion how\nsetuptools or wheel is treating hyphens, so the project name\nis using underscore\n\npython3 setup.py sdist bdist_wheel\n\n## Uploading to pypi\n\ntwine upload -r pypi dist/ratr0_utils-<version>*\n\n## Known pitfalls\n\nImage conversion can fail when the PNG is not in indexed format.\nModern image editors often save PNG in 24bit format, so make sure\nthat the PNG is in the format you need\n",
"bugtrack_url": null,
"license": "GPL V3",
"summary": "ratr0-utils is a collection of utilities for game development using the RATR0 engine",
"version": "0.2.2",
"project_urls": {
"Homepage": "https://github.com/weiju/ratr0-utils"
},
"split_keywords": [
"ratr0",
" amiga",
" game",
" development",
" classic",
" ecs",
" aga"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "35eb4847db4f20f4d588b552e803920463a6551b7eae09b69dd05697c6f0462b",
"md5": "869469630052ade4bd8090895ec64414",
"sha256": "66b508c7d02cac2da1bd0b0868efad3f90c9684b9d2c907a9d8045c0fac35d11"
},
"downloads": -1,
"filename": "ratr0_utils-0.2.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "869469630052ade4bd8090895ec64414",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 32237,
"upload_time": "2024-08-02T16:59:35",
"upload_time_iso_8601": "2024-08-02T16:59:35.111114Z",
"url": "https://files.pythonhosted.org/packages/35/eb/4847db4f20f4d588b552e803920463a6551b7eae09b69dd05697c6f0462b/ratr0_utils-0.2.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fc1c82f1d2e2d1450a30a5a4333f2ba54d9dd591b38f8b13ae105eb708c10501",
"md5": "29d0664494e539696fc96ec784115238",
"sha256": "34a9d1a488eb07f728bc538b2d688cec720e62ff35ddfd02db21372742d51899"
},
"downloads": -1,
"filename": "ratr0_utils-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "29d0664494e539696fc96ec784115238",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 27247,
"upload_time": "2024-08-02T16:59:36",
"upload_time_iso_8601": "2024-08-02T16:59:36.176589Z",
"url": "https://files.pythonhosted.org/packages/fc/1c/82f1d2e2d1450a30a5a4333f2ba54d9dd591b38f8b13ae105eb708c10501/ratr0_utils-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-02 16:59:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "weiju",
"github_project": "ratr0-utils",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "Pillow",
"specs": [
[
">=",
"9.5.0"
]
]
},
{
"name": "xmlrunner",
"specs": [
[
">=",
"1.7.7"
]
]
}
],
"lcname": "ratr0-utils"
}