deepinfra


Namedeepinfra JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/ovuruska/deepinfra-python
SummaryUnofficial Python wrapper for the DeepInfra Inference API
upload_time2024-03-21 16:46:55
maintainerNone
docs_urlNone
authorOguz Vuruskaner
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements setuptools setuptools-scm requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # deepinfra

`deepinfra` is a Python library designed to provide a simple interface for interacting with DeepInfra's Inference API, facilitating various AI and machine learning tasks.

## Installation

To install `deepinfra`, run the following command:

```bash
pip install deepinfra

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ovuruska/deepinfra-python",
    "name": "deepinfra",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Oguz Vuruskaner",
    "author_email": "oguzvuruskaner@gmaikl.com",
    "download_url": "https://files.pythonhosted.org/packages/01/65/da01fc56e67c10aec5b2b861669d689eee3d40c1d2964a9e272afbb0526d/deepinfra-0.1.0.tar.gz",
    "platform": null,
    "description": "# deepinfra\n\n`deepinfra` is a Python library designed to provide a simple interface for interacting with DeepInfra's Inference API, facilitating various AI and machine learning tasks.\n\n## Installation\n\nTo install `deepinfra`, run the following command:\n\n```bash\npip install deepinfra\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Unofficial Python wrapper for the DeepInfra Inference API",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/ovuruska/deepinfra-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f91f1bbece39ffbe0d1a557cd6726e93f3424b46b42151fb8c72a2a478b8001b",
                "md5": "48a253d5d75c2380308b33367603a5ab",
                "sha256": "ad77b3f50fc1a3a13295aee4ce1b03220d64952cf2bec016b5ece47b15fde4ac"
            },
            "downloads": -1,
            "filename": "deepinfra-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48a253d5d75c2380308b33367603a5ab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12148,
            "upload_time": "2024-03-21T16:46:52",
            "upload_time_iso_8601": "2024-03-21T16:46:52.787254Z",
            "url": "https://files.pythonhosted.org/packages/f9/1f/1bbece39ffbe0d1a557cd6726e93f3424b46b42151fb8c72a2a478b8001b/deepinfra-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0165da01fc56e67c10aec5b2b861669d689eee3d40c1d2964a9e272afbb0526d",
                "md5": "23582eb8d8573ca93bc9c3245d29ae3c",
                "sha256": "c1b61322fed6d61629ef69060069b5ca65f4b2b31a253035dab65dec5a40a6b0"
            },
            "downloads": -1,
            "filename": "deepinfra-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "23582eb8d8573ca93bc9c3245d29ae3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6029,
            "upload_time": "2024-03-21T16:46:55",
            "upload_time_iso_8601": "2024-03-21T16:46:55.011837Z",
            "url": "https://files.pythonhosted.org/packages/01/65/da01fc56e67c10aec5b2b861669d689eee3d40c1d2964a9e272afbb0526d/deepinfra-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 16:46:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ovuruska",
    "github_project": "deepinfra-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "setuptools-scm",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "deepinfra"
}
        
Elapsed time: 0.39460s