apiframe


Nameapiframe JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/APIFRAME-PRO/apiframe-python
SummaryA Python client for the Apiframe API
upload_time2024-05-19 10:28:15
maintainerNone
docs_urlNone
authorAPIFRAME.PRO
requires_pythonNone
licenseMIT
keywords apiframe midjourney client midjourney api api midjourney midjourney ai api midjourney bot api api midjourney api api midjourney bot midjourney api access
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # apiframe_python
Python library for [APIFRAME.PRO](https://apiframe.pro) (Midjourney API)

API Documentation is available at https://docs.apiframe.pro

Example

```python

from apiframe_python import ApiframeClient

APIFRAME_API_KEY = "" # YOUR API KEY HERE

client = ApiframeClient(APIFRAME_API_KEY)

task = client.imagine("a nice day near a non-active volcano, photorealism, high details, high quality")

print(task)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/APIFRAME-PRO/apiframe-python",
    "name": "apiframe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "apiframe, midjourney client, midjourney api, api midjourney, midjourney ai api, midjourney bot api, api midjourney api, api midjourney bot, midjourney api access",
    "author": "APIFRAME.PRO",
    "author_email": "hello@apiframe.pro",
    "download_url": "https://files.pythonhosted.org/packages/c8/05/f266e6af7eccf8603cd227098221d3c32c6137a29ab1cc5fb1ab496548d1/apiframe-1.0.0.tar.gz",
    "platform": null,
    "description": "# apiframe_python\r\nPython library for [APIFRAME.PRO](https://apiframe.pro) (Midjourney API)\r\n\r\nAPI Documentation is available at https://docs.apiframe.pro\r\n\r\nExample\r\n\r\n```python\r\n\r\nfrom apiframe_python import ApiframeClient\r\n\r\nAPIFRAME_API_KEY = \"\" # YOUR API KEY HERE\r\n\r\nclient = ApiframeClient(APIFRAME_API_KEY)\r\n\r\ntask = client.imagine(\"a nice day near a non-active volcano, photorealism, high details, high quality\")\r\n\r\nprint(task)\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python client for the Apiframe API",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/APIFRAME-PRO/apiframe-python"
    },
    "split_keywords": [
        "apiframe",
        " midjourney client",
        " midjourney api",
        " api midjourney",
        " midjourney ai api",
        " midjourney bot api",
        " api midjourney api",
        " api midjourney bot",
        " midjourney api access"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed13602e511777ba7fe86044f375cc5b5b54947340350cc09182e6060f3b732d",
                "md5": "999d27535037b8d12efd0977c7fbfe6e",
                "sha256": "e6b856d32ab8ebb666e6aa42f3b368fe90f1956f07ffe7d797d3d78174c17483"
            },
            "downloads": -1,
            "filename": "apiframe-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "999d27535037b8d12efd0977c7fbfe6e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4471,
            "upload_time": "2024-05-19T10:28:13",
            "upload_time_iso_8601": "2024-05-19T10:28:13.237076Z",
            "url": "https://files.pythonhosted.org/packages/ed/13/602e511777ba7fe86044f375cc5b5b54947340350cc09182e6060f3b732d/apiframe-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c805f266e6af7eccf8603cd227098221d3c32c6137a29ab1cc5fb1ab496548d1",
                "md5": "fe803be8ac591613fe99f3ef6713f1cd",
                "sha256": "c8aef66e65f2897f54548f49797cfdc4a933d6c2361f9b39ae8edf6157934e98"
            },
            "downloads": -1,
            "filename": "apiframe-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fe803be8ac591613fe99f3ef6713f1cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4319,
            "upload_time": "2024-05-19T10:28:15",
            "upload_time_iso_8601": "2024-05-19T10:28:15.223809Z",
            "url": "https://files.pythonhosted.org/packages/c8/05/f266e6af7eccf8603cd227098221d3c32c6137a29ab1cc5fb1ab496548d1/apiframe-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 10:28:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "APIFRAME-PRO",
    "github_project": "apiframe-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "apiframe"
}
        
Elapsed time: 0.83731s