##NanoLab
NanoLab is an easy-to-use testing tool designed to run test cases against a local network of nano-nodes. It utilizes [NanoMock](https://github.com/gr0vity-dev/nanomock), a highly customizable tool for creating dockerized nano networks, to facilitate quick and efficient testing of various configurations. Simply provide a config file for the test case and watch NanoLab streamline your testing process.
###Features:
- Run test cases against a local network of nano-nodes
- Leverages NanoMock for dockerized nano network creation
- Simple configuration with JSON
- Compatible with Python 3.8+ and Docker
###How to install:
`pip install nanolab`
###How to use:
|Command| Description
|----|----|
| `nanolab list`| List all available testcases
| `nanolab run -t {testcase}` | execute a testcase
###How to use with options:
|Command| flag |
|----|----|
| `-t --test-case` | Use one of the available testcases (`nanolab list`)
| | Can be a `/path/to/config.json` on your disk
| `--gh-user --gh-repo --gh-path` | Default : [gr0vity-dev nanolab-configs default](https://github.com/gr0vity-dev/nanolab-configs/tree/main/default)
| | Used in `nanolab list` to show available testcases
| | Used in `nanolab run` to download the selected testcase
| `-i --image` | List of docker images used per testrun
Raw data
{
"_id": null,
"home_page": "https://github.com/gr0vity-dev/nanolab",
"name": "nanolab",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "gr0vity",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/01/14/15972120d90c519d5c9dba7426adc303379756f992a691536c8d677ee7e0/nanolab-0.0.27.tar.gz",
"platform": null,
"description": "##NanoLab\n\nNanoLab is an easy-to-use testing tool designed to run test cases against a local network of nano-nodes. It utilizes [NanoMock](https://github.com/gr0vity-dev/nanomock), a highly customizable tool for creating dockerized nano networks, to facilitate quick and efficient testing of various configurations. Simply provide a config file for the test case and watch NanoLab streamline your testing process.\n\n###Features:\n\n- Run test cases against a local network of nano-nodes\n- Leverages NanoMock for dockerized nano network creation\n- Simple configuration with JSON\n- Compatible with Python 3.8+ and Docker\n\n###How to install:\n`pip install nanolab`\n\n###How to use:\n|Command| Description\n|----|----|\n| `nanolab list`| List all available testcases\n| `nanolab run -t {testcase}` | execute a testcase \n\n\n###How to use with options:\n\n|Command| flag | \n|----|----|\n| `-t --test-case` | Use one of the available testcases (`nanolab list`)\n| | Can be a `/path/to/config.json` on your disk\n| `--gh-user --gh-repo --gh-path` | Default : [gr0vity-dev nanolab-configs default](https://github.com/gr0vity-dev/nanolab-configs/tree/main/default)\n| | Used in `nanolab list` to show available testcases\n| | Used in `nanolab run` to download the selected testcase \n| `-i --image` | List of docker images used per testrun\n\n",
"bugtrack_url": null,
"license": null,
"summary": "testing tool using nanomock",
"version": "0.0.27",
"project_urls": {
"Homepage": "https://github.com/gr0vity-dev/nanolab"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b5c696bb0c2ed7980aea88fdd59f54be5e6d65f56fa803af24e3b3d8034e2f42",
"md5": "bb686bfce2258b3ef348c3773106eada",
"sha256": "cbe325b7a1327f9e5e296aa4f22564dc903d20bffeb1373e282e992c9e41b7d1"
},
"downloads": -1,
"filename": "nanolab-0.0.27-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bb686bfce2258b3ef348c3773106eada",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 108439,
"upload_time": "2024-11-20T20:26:49",
"upload_time_iso_8601": "2024-11-20T20:26:49.950108Z",
"url": "https://files.pythonhosted.org/packages/b5/c6/96bb0c2ed7980aea88fdd59f54be5e6d65f56fa803af24e3b3d8034e2f42/nanolab-0.0.27-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "011415972120d90c519d5c9dba7426adc303379756f992a691536c8d677ee7e0",
"md5": "080a0147964a9855e1925e3de32fff4b",
"sha256": "ae6d7747184dc0ab4e73da6b2698fc0c99bd646a17653d95e7dbdff0efd2312b"
},
"downloads": -1,
"filename": "nanolab-0.0.27.tar.gz",
"has_sig": false,
"md5_digest": "080a0147964a9855e1925e3de32fff4b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 33428,
"upload_time": "2024-11-20T20:26:51",
"upload_time_iso_8601": "2024-11-20T20:26:51.840803Z",
"url": "https://files.pythonhosted.org/packages/01/14/15972120d90c519d5c9dba7426adc303379756f992a691536c8d677ee7e0/nanolab-0.0.27.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-20 20:26:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gr0vity-dev",
"github_project": "nanolab",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "nanolab"
}