Name | splat64 JSON |
Version |
0.32.0
JSON |
| download |
home_page | None |
Summary | A binary splitting tool to assist with decompilation and modding projects |
upload_time | 2024-12-02 20:33:14 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT License Copyright (c) 2021 Ethan Roseman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
PyYAML
pylibyaml
tqdm
intervaltree
colorama
spimdisasm
rabbitizer
pygfxd
n64img
crunch64
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# splat
[![PyPI](https://img.shields.io/pypi/v/splat64)](https://pypi.org/project/splat64/)
A binary splitting tool to assist with decompilation and modding projects
Currently, only N64, PSX, PS2 and PSP binaries are supported. More platforms may come in the future.
Please check out the [wiki](https://github.com/ethteck/splat/wiki) for more information including [examples](https://github.com/ethteck/splat/wiki/Examples) of projects that use splat.
## Installing
The recommended way to install is using from the PyPi release, via `pip`:
```bash
python3 -m pip install -U splat64[mips]
```
The brackets corresponds to the optional dependencies to install while installing splat. Refer to [Optional dependencies](#optional-dependencies) to see the list of available groups.
If you use a `requirements.txt` file in your repository, then you can add this library with the following line:
```txt
splat64[mips]>=0.32.0,<1.0.0
```
### Optional dependencies
- `mips`: Required when using the N64, PSX, PS2 or PSP platforms.
- `dev`: Installs all the available dependencies groups and other packages for development.
### Gamecube / Wii
For Gamecube / Wii projects, see [decomp-toolkit](https://github.com/encounter/decomp-toolkit)!
Raw data
{
"_id": null,
"home_page": null,
"name": "splat64",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/f0/a2/cdd175b480453f7f914089fb443a4ea28e6043042dbcfe223b64d76288b1/splat64-0.32.0.tar.gz",
"platform": null,
"description": "# splat\n\n[![PyPI](https://img.shields.io/pypi/v/splat64)](https://pypi.org/project/splat64/)\n\nA binary splitting tool to assist with decompilation and modding projects\n\nCurrently, only N64, PSX, PS2 and PSP binaries are supported. More platforms may come in the future.\n\nPlease check out the [wiki](https://github.com/ethteck/splat/wiki) for more information including [examples](https://github.com/ethteck/splat/wiki/Examples) of projects that use splat.\n\n## Installing\n\nThe recommended way to install is using from the PyPi release, via `pip`:\n\n```bash\npython3 -m pip install -U splat64[mips]\n```\n\nThe brackets corresponds to the optional dependencies to install while installing splat. Refer to [Optional dependencies](#optional-dependencies) to see the list of available groups.\n\nIf you use a `requirements.txt` file in your repository, then you can add this library with the following line:\n\n```txt\nsplat64[mips]>=0.32.0,<1.0.0\n```\n\n### Optional dependencies\n\n- `mips`: Required when using the N64, PSX, PS2 or PSP platforms.\n- `dev`: Installs all the available dependencies groups and other packages for development.\n\n### Gamecube / Wii\n\nFor Gamecube / Wii projects, see [decomp-toolkit](https://github.com/encounter/decomp-toolkit)!\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2021 Ethan Roseman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "A binary splitting tool to assist with decompilation and modding projects",
"version": "0.32.0",
"project_urls": {
"Changelog": "https://github.com/ethteck/splat/blob/master/CHANGELOG.md",
"Issues": "https://github.com/ethteck/splat/issues",
"Repository": "https://github.com/ethteck/splat"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "21fa3987994b8b1c4e0427a815b40325810bedfb231b99e8b5fc6129e07002a3",
"md5": "3a240bdd9ed7d988705fd5926b8006e4",
"sha256": "23cecc545c0c2343e080d0aaa8e1ef3e54a79dceee5a420ddee200b54481b513"
},
"downloads": -1,
"filename": "splat64-0.32.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3a240bdd9ed7d988705fd5926b8006e4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 102909,
"upload_time": "2024-12-02T20:33:12",
"upload_time_iso_8601": "2024-12-02T20:33:12.503108Z",
"url": "https://files.pythonhosted.org/packages/21/fa/3987994b8b1c4e0427a815b40325810bedfb231b99e8b5fc6129e07002a3/splat64-0.32.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f0a2cdd175b480453f7f914089fb443a4ea28e6043042dbcfe223b64d76288b1",
"md5": "5f20607f634b6bfaffbafb3d668b8660",
"sha256": "72859ff0bdfbf00f4e4531c9498c652f14873410811ded0e613e4d87655462b6"
},
"downloads": -1,
"filename": "splat64-0.32.0.tar.gz",
"has_sig": false,
"md5_digest": "5f20607f634b6bfaffbafb3d668b8660",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 117433,
"upload_time": "2024-12-02T20:33:14",
"upload_time_iso_8601": "2024-12-02T20:33:14.266260Z",
"url": "https://files.pythonhosted.org/packages/f0/a2/cdd175b480453f7f914089fb443a4ea28e6043042dbcfe223b64d76288b1/splat64-0.32.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-02 20:33:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ethteck",
"github_project": "splat",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "PyYAML",
"specs": []
},
{
"name": "pylibyaml",
"specs": []
},
{
"name": "tqdm",
"specs": []
},
{
"name": "intervaltree",
"specs": []
},
{
"name": "colorama",
"specs": []
},
{
"name": "spimdisasm",
"specs": [
[
">=",
"1.31.0"
]
]
},
{
"name": "rabbitizer",
"specs": [
[
">=",
"1.10.0"
]
]
},
{
"name": "pygfxd",
"specs": []
},
{
"name": "n64img",
"specs": [
[
">=",
"0.1.4"
]
]
},
{
"name": "crunch64",
"specs": [
[
">=",
"0.2.0"
]
]
}
],
"lcname": "splat64"
}