helpers-ai


Namehelpers-ai JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryIt contains few helping files which helps in the process of creating an AI project.
upload_time2024-05-11 15:11:55
maintainerAK
docs_urlNone
authorAK
requires_python>=3.11
licenseAGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Helpers
Contains some useful helper functions for ML. It is now available in cli operatable command for ease access.

# Installation

Install directly through pip using the command below,
```
pip install helpers-ai
```
or from source file, first clone the git repository using the below code,

```
git clone https://github.com/code63ReaPer/helpers-ai.git
```
then install the package through pip using the command below,
```
cd helpers-ai
pip install .
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "helpers-ai",
    "maintainer": "AK",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "akilangms542@gmail.com",
    "keywords": null,
    "author": "AK",
    "author_email": "akilangms542@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6a/f7/47be9e0daed0110a8556e502cf2a0cfba8a7f1b43b642a55b30bf42054a4/helpers_ai-0.0.3.tar.gz",
    "platform": null,
    "description": "# Helpers\nContains some useful helper functions for ML. It is now available in cli operatable command for ease access.\n\n# Installation\n\nInstall directly through pip using the command below,\n```\npip install helpers-ai\n```\nor from source file, first clone the git repository using the below code,\n\n```\ngit clone https://github.com/code63ReaPer/helpers-ai.git\n```\nthen install the package through pip using the command below,\n```\ncd helpers-ai\npip install .\n```",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "It contains few helping files which helps in the process of creating an AI project.",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "080b2a1bde0bfeafd94c6dae7da54c1fc3ece85c701c296eb5af4445a3abbee5",
                "md5": "08143ad6bd76bd721e2645d2f7aabe53",
                "sha256": "1ea434c313c801e976d4f3a53b856bf7eeb62ffea8e11fe31c14950832e7658f"
            },
            "downloads": -1,
            "filename": "helpers_ai-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08143ad6bd76bd721e2645d2f7aabe53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 40524,
            "upload_time": "2024-05-11T15:11:49",
            "upload_time_iso_8601": "2024-05-11T15:11:49.155831Z",
            "url": "https://files.pythonhosted.org/packages/08/0b/2a1bde0bfeafd94c6dae7da54c1fc3ece85c701c296eb5af4445a3abbee5/helpers_ai-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6af747be9e0daed0110a8556e502cf2a0cfba8a7f1b43b642a55b30bf42054a4",
                "md5": "07b98b52fb5d5ee34be18c880dfb3bce",
                "sha256": "c04889b1d9440ab9bfdd0cc506cf555bb3726784f9f7c7d78876b1942618be66"
            },
            "downloads": -1,
            "filename": "helpers_ai-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "07b98b52fb5d5ee34be18c880dfb3bce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 80835,
            "upload_time": "2024-05-11T15:11:55",
            "upload_time_iso_8601": "2024-05-11T15:11:55.108090Z",
            "url": "https://files.pythonhosted.org/packages/6a/f7/47be9e0daed0110a8556e502cf2a0cfba8a7f1b43b642a55b30bf42054a4/helpers_ai-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-11 15:11:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "helpers-ai"
}
        
AK
Elapsed time: 0.58395s