Name | mlshortcuts JSON |
Version |
0.1.1
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2025-07-14 07:26:47 |
maintainer | None |
docs_url | None |
author | Ganesh Gaikwad |
requires_python | None |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# mlshortcuts
A helper module to help in developing machine learning models.
## Installation
Install module with pip
```bash
pip install mlshortcuts
```
## Features
- Extract and Compress .zip files
## Entry Point
Use mlshortcuts in the cmd to get the information of the library.
```bash
> mlshortcuts
This function is the guide to use this library.
Functions:
* Zip.extract_zip(): Lets you extract .zip files into any specified path.
* Zip.view_zip(): Lets you view the contents of the .zip files.
* Zip.create_zip_from_dir: Lets you create zip files by directory.
* Zip.create_zip_from_list: Lets you create zip files by list.
```
## Usage/Examples
```python
import mlshortcuts as mls
mls.Zip.extract_zip('archive.zip', 'myfolder')
```
Raw data
{
"_id": null,
"home_page": null,
"name": "mlshortcuts",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Ganesh Gaikwad",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/01/72/493faf6ad447a134c35d1eb45523c521d4c15be0458a58127d47d6742e30/mlshortcuts-0.1.1.tar.gz",
"platform": null,
"description": "\r\n# mlshortcuts\r\n\r\nA helper module to help in developing machine learning models. \r\n\r\n\r\n## Installation\r\n\r\nInstall module with pip\r\n\r\n```bash\r\n pip install mlshortcuts\r\n```\r\n \r\n## Features\r\n\r\n- Extract and Compress .zip files\r\n\r\n## Entry Point\r\n\r\nUse mlshortcuts in the cmd to get the information of the library.\r\n\r\n```bash\r\n > mlshortcuts\r\n \r\n This function is the guide to use this library.\r\n\r\n Functions:\r\n * Zip.extract_zip(): Lets you extract .zip files into any specified path.\r\n * Zip.view_zip(): Lets you view the contents of the .zip files.\r\n * Zip.create_zip_from_dir: Lets you create zip files by directory.\r\n * Zip.create_zip_from_list: Lets you create zip files by list.\r\n```\r\n\r\n\r\n## Usage/Examples\r\n\r\n```python\r\nimport mlshortcuts as mls\r\n\r\nmls.Zip.extract_zip('archive.zip', 'myfolder')\r\n```\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": null,
"version": "0.1.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "31d23169ec051ed05f36290536dc3918400e8ab8fa133ab2ef3183aa86b84300",
"md5": "a9fccadae17269f63e2d66c56359a039",
"sha256": "72d19a7e5254b09ea811d1521aa1ab342725adc65c4297115d4681e452b71d20"
},
"downloads": -1,
"filename": "mlshortcuts-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a9fccadae17269f63e2d66c56359a039",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2950,
"upload_time": "2025-07-14T07:27:08",
"upload_time_iso_8601": "2025-07-14T07:27:08.374997Z",
"url": "https://files.pythonhosted.org/packages/31/d2/3169ec051ed05f36290536dc3918400e8ab8fa133ab2ef3183aa86b84300/mlshortcuts-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0172493faf6ad447a134c35d1eb45523c521d4c15be0458a58127d47d6742e30",
"md5": "3449a988a405e835243e45cbff299a4b",
"sha256": "2e3c58f9baed3e977d619f14a528032c7735a3ed544bb4ca6b120f23c69d878c"
},
"downloads": -1,
"filename": "mlshortcuts-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "3449a988a405e835243e45cbff299a4b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2295,
"upload_time": "2025-07-14T07:26:47",
"upload_time_iso_8601": "2025-07-14T07:26:47.489823Z",
"url": "https://files.pythonhosted.org/packages/01/72/493faf6ad447a134c35d1eb45523c521d4c15be0458a58127d47d6742e30/mlshortcuts-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-14 07:26:47",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mlshortcuts"
}