Name | mdutilities JSON |
Version |
0.1.1
JSON |
| download |
home_page | None |
Summary | A command line tool for megadrive homebrew developers |
upload_time | 2024-10-24 17:19:11 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT License Copyright (c) 2024 Pablo Porta "Paspallas" 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 |
homebrew
cli
megadrive
tiled
tool
exporter
templates
mako
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# mdutil
[![Publish](https://github.com/paspallas/mdutil/actions/workflows/publish.yml/badge.svg)](https://github.com/paspallas/mdutil/actions/workflows/publish.yml)
`mdutil` is a Python cli application designed to help with common tasks in the context of game development for retro systems. It's specially tailored but not limited to the Sega Megadrive used in conjuntion
with [SGDK](https://github.com/Stephane-D/SGDK).
## Requirements
- Python 3.10+
- pipx
## Installation
Make sure to install the requirements. A complete guide on how to install `pipx` can be found at [link](https://pipx.pypa.io/stable/installation).
After that, open a terminal and run the following command:
```bash
pipx install mdutilities
```
This will install `mdutil` in a virtual environment managed by `pipx`. You can now start using it from the command line. Check the currently installed version by running:
```bash
mdutil version
```
When a new version becomes available you can upgrade your local installation by running:
```bash
pipx upgrade mdutilities
```
To completely uninstall `mdutil` run:
```bash
pipx uninstall mdutilities
```
## Usage
The full user guide can be found at [read the docs](https://mdutil.readthedocs.io).
## License
This project is licensed under the MIT License. See the LICENSE file for details.
## Contributing
Contributions are welcome! please open an issue or submit a pull request for any improvements or
bug fixes.
## Contact
For any questions or suggestions, please open an issue on GitHub.
Raw data
{
"_id": null,
"home_page": null,
"name": "mdutilities",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Pablo Porta <paspallasdev@gmail.com>",
"keywords": "homebrew, cli, megadrive, tiled, tool, exporter, templates, mako",
"author": null,
"author_email": "Pablo Porta <paspallasdev@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/62/ac/8595391d6e0a12075f581384e5bb2b3bf3e09d27e039d7b8198c34e9d0bf/mdutilities-0.1.1.tar.gz",
"platform": null,
"description": "# mdutil\n\n[![Publish](https://github.com/paspallas/mdutil/actions/workflows/publish.yml/badge.svg)](https://github.com/paspallas/mdutil/actions/workflows/publish.yml)\n\n`mdutil` is a Python cli application designed to help with common tasks in the context of game development for retro systems. It's specially tailored but not limited to the Sega Megadrive used in conjuntion\nwith [SGDK](https://github.com/Stephane-D/SGDK).\n\n## Requirements\n\n- Python 3.10+\n- pipx\n\n## Installation\n\nMake sure to install the requirements. A complete guide on how to install `pipx` can be found at [link](https://pipx.pypa.io/stable/installation).\n\nAfter that, open a terminal and run the following command:\n\n```bash\npipx install mdutilities\n```\n\nThis will install `mdutil` in a virtual environment managed by `pipx`. You can now start using it from the command line. Check the currently installed version by running:\n\n```bash\nmdutil version\n```\n\nWhen a new version becomes available you can upgrade your local installation by running:\n\n```bash\npipx upgrade mdutilities\n```\n\nTo completely uninstall `mdutil` run:\n\n```bash\npipx uninstall mdutilities\n```\n\n## Usage\n\nThe full user guide can be found at [read the docs](https://mdutil.readthedocs.io).\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Contributing\n\nContributions are welcome! please open an issue or submit a pull request for any improvements or\nbug fixes.\n\n## Contact\n\nFor any questions or suggestions, please open an issue on GitHub.\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Pablo Porta \"Paspallas\" 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 command line tool for megadrive homebrew developers",
"version": "0.1.1",
"project_urls": {
"Documentation": "https://mdutil.readthedocs.io",
"Homepage": "https://github.com/paspallas/mdutil",
"Issues": "https://github.com/paspallas/mdutil/issues"
},
"split_keywords": [
"homebrew",
" cli",
" megadrive",
" tiled",
" tool",
" exporter",
" templates",
" mako"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8e3ac0c42504c8b4e651773e0bb7836af7e8b2408ddf473536adefd480d6e177",
"md5": "fb657f14746b21003277c515dfe39f5c",
"sha256": "e27cd231da93d9140c466c6a9a84f4737c96494b7a349907ea677460e2de4517"
},
"downloads": -1,
"filename": "mdutilities-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fb657f14746b21003277c515dfe39f5c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 21985,
"upload_time": "2024-10-24T17:19:10",
"upload_time_iso_8601": "2024-10-24T17:19:10.418978Z",
"url": "https://files.pythonhosted.org/packages/8e/3a/c0c42504c8b4e651773e0bb7836af7e8b2408ddf473536adefd480d6e177/mdutilities-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "62ac8595391d6e0a12075f581384e5bb2b3bf3e09d27e039d7b8198c34e9d0bf",
"md5": "d9c7d119e9df079b7cd852a25dd6b019",
"sha256": "bacea98b0f252614bf2c72b0f6c3a6c04de52d38769f62bf390b84fd5ad1f40a"
},
"downloads": -1,
"filename": "mdutilities-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "d9c7d119e9df079b7cd852a25dd6b019",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 15899,
"upload_time": "2024-10-24T17:19:11",
"upload_time_iso_8601": "2024-10-24T17:19:11.737678Z",
"url": "https://files.pythonhosted.org/packages/62/ac/8595391d6e0a12075f581384e5bb2b3bf3e09d27e039d7b8198c34e9d0bf/mdutilities-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-24 17:19:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "paspallas",
"github_project": "mdutil",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "mdutilities"
}