| Name | algoinc JSON |
| Version |
0.2.1
JSON |
| download |
| home_page | None |
| Summary | CLI tool to fetch C algorithms instantly |
| upload_time | 2025-10-25 15:57:12 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.8 |
| license | MIT |
| keywords |
algorithms
c
cli
education
programming
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# AlgoInc
A CLI tool to quickly fetch C algorithm codes.
## Installation
```bash
pip install algoinc
```
## Usage
List all available algorithms:
```bash
algoinc list
```
Get a specific algorithm:
```bash
algoinc get quick_sort
```
## Available Algorithms
- bubble_sort
- merge_sort
- quick_sort
## License
MIT
Raw data
{
"_id": null,
"home_page": null,
"name": "algoinc",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "algorithms, c, cli, education, programming",
"author": null,
"author_email": "SkillGroX <admin@skillgrox.site>",
"download_url": "https://files.pythonhosted.org/packages/18/7b/462900a175a8d4d830e302c269ce0ef836b3c38995c6b6c537fbd79e5d58/algoinc-0.2.1.tar.gz",
"platform": null,
"description": "# AlgoInc\r\n\r\nA CLI tool to quickly fetch C algorithm codes.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install algoinc\r\n```\r\n\r\n## Usage\r\n\r\nList all available algorithms:\r\n```bash\r\nalgoinc list\r\n```\r\n\r\nGet a specific algorithm:\r\n```bash\r\nalgoinc get quick_sort\r\n```\r\n\r\n## Available Algorithms\r\n\r\n- bubble_sort\r\n- merge_sort\r\n- quick_sort\r\n\r\n## License\r\n\r\nMIT\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "CLI tool to fetch C algorithms instantly",
"version": "0.2.1",
"project_urls": {
"Bug Tracker": "https://github.com/yourusername/algoinc/issues",
"Documentation": "https://github.com/yourusername/algoinc#readme",
"Homepage": "https://github.com/yourusername/algoinc"
},
"split_keywords": [
"algorithms",
" c",
" cli",
" education",
" programming"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8805901695713308f7381729b52c2fe3ec750cdb6571caa97796e5d180682dd6",
"md5": "55d9774fa7dd50501b4f3433ccdb37df",
"sha256": "c4152087d032f2a9c8ed74113e7494ab637e0e74a5d8c8f388101ebbbb0964ea"
},
"downloads": -1,
"filename": "algoinc-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "55d9774fa7dd50501b4f3433ccdb37df",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9770,
"upload_time": "2025-10-25T15:57:10",
"upload_time_iso_8601": "2025-10-25T15:57:10.831483Z",
"url": "https://files.pythonhosted.org/packages/88/05/901695713308f7381729b52c2fe3ec750cdb6571caa97796e5d180682dd6/algoinc-0.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "187b462900a175a8d4d830e302c269ce0ef836b3c38995c6b6c537fbd79e5d58",
"md5": "8e22e47385e76a287afee0000a3dc9a5",
"sha256": "c57a3321ec8036bd93c76c87292b3b26bdc18b653220d760f62261a2432b35ce"
},
"downloads": -1,
"filename": "algoinc-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "8e22e47385e76a287afee0000a3dc9a5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 6063,
"upload_time": "2025-10-25T15:57:12",
"upload_time_iso_8601": "2025-10-25T15:57:12.124887Z",
"url": "https://files.pythonhosted.org/packages/18/7b/462900a175a8d4d830e302c269ce0ef836b3c38995c6b6c537fbd79e5d58/algoinc-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-25 15:57:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yourusername",
"github_project": "algoinc",
"github_not_found": true,
"lcname": "algoinc"
}