# mc10-tools
This is a simple collection of tools to assist with developing software for
the [TRS-80 Microcolor Computer MC-10](https://en.wikipedia.org/wiki/TRS-80_MC-10).
## Installation
```
git clone https://github.com/jamieleecho/mc10-tools.git
cd mc10-tools
python3 setup.py
```
## Tools
### c10tobas
```
Usage: c10tobas [OPTIONS] INPUT_FILE OUTPUT_FILE
Extract and detokenizes the *.bas file in INPUT_FILE and stores it in
OUTPUT_FILE
Options:
--version Show the version and exit.
--help Show this message and exit.
```
### bastoc10
```
Usage: bastoc10 [OPTIONS] INPUT_FILE OUTPUT_FILE
Tokenizes the given *.bas file specified byt INPUT_FILE, outputing the
result into a *.c10 file specified by OUTPUT_FILE.
Options:
--version Show the version and exit.
--help Show this message and exit.
```
## Developing and Testing
```
# Build the docker image
docker-compose build test
# Run tests using the source on the docker image
docker-compose run test
# Run tests using the source on the host computer
docker-compose run testv
# Run a shell using the source on the docker image
docker-compose run bash
# Run a shell using the source on the host computer
docker-compose run bashv
```
Raw data
{
"_id": null,
"home_page": "https://github.com/jamieleecho/mc10-tools",
"name": "mc10-tools",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Jamie Cho",
"author_email": "jamieleecho+mc10-tools@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/01/f3/448eee75a0ef5f9b19cfb83cc0c28e112e6d3bb8aa56427ccc40bf0bd4de/mc10-tools-0.8.tar.gz",
"platform": null,
"description": "# mc10-tools\n\nThis is a simple collection of tools to assist with developing software for\nthe [TRS-80 Microcolor Computer MC-10](https://en.wikipedia.org/wiki/TRS-80_MC-10).\n\n\n## Installation\n```\ngit clone https://github.com/jamieleecho/mc10-tools.git\ncd mc10-tools\npython3 setup.py\n```\n\n\n## Tools\n### c10tobas\n```\nUsage: c10tobas [OPTIONS] INPUT_FILE OUTPUT_FILE\n\n Extract and detokenizes the *.bas file in INPUT_FILE and stores it in\n OUTPUT_FILE\n\nOptions:\n --version Show the version and exit.\n --help Show this message and exit.\n```\n\n### bastoc10\n```\nUsage: bastoc10 [OPTIONS] INPUT_FILE OUTPUT_FILE\n\n Tokenizes the given *.bas file specified byt INPUT_FILE, outputing the\n result into a *.c10 file specified by OUTPUT_FILE.\n\nOptions:\n --version Show the version and exit.\n --help Show this message and exit.\n```\n\n\n## Developing and Testing\n```\n# Build the docker image\ndocker-compose build test\n\n# Run tests using the source on the docker image\ndocker-compose run test\n\n# Run tests using the source on the host computer\ndocker-compose run testv\n\n# Run a shell using the source on the docker image\ndocker-compose run bash\n\n# Run a shell using the source on the host computer\ndocker-compose run bashv\n\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Set of MC-10 tools",
"version": "0.8",
"project_urls": {
"Homepage": "https://github.com/jamieleecho/mc10-tools"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "01f3448eee75a0ef5f9b19cfb83cc0c28e112e6d3bb8aa56427ccc40bf0bd4de",
"md5": "2d95054d29ab7762f436bf5f29b5bd97",
"sha256": "1966af2dea6e29920b835dd809c2b52b6a59e933031c993bbcf68ae45b7fb9b5"
},
"downloads": -1,
"filename": "mc10-tools-0.8.tar.gz",
"has_sig": false,
"md5_digest": "2d95054d29ab7762f436bf5f29b5bd97",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 9552,
"upload_time": "2024-09-08T14:36:29",
"upload_time_iso_8601": "2024-09-08T14:36:29.782000Z",
"url": "https://files.pythonhosted.org/packages/01/f3/448eee75a0ef5f9b19cfb83cc0c28e112e6d3bb8aa56427ccc40bf0bd4de/mc10-tools-0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-08 14:36:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jamieleecho",
"github_project": "mc10-tools",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "mc10-tools"
}