osais


Nameosais JSON
Version 1.0.48 PyPI version JSON
download
home_pagehttps://github.com/incubiq/osais
SummaryThe osais Python lib for connecting AIs to OSAIS cloud
upload_time2023-06-07 07:11:07
maintainer
docs_urlNone
authorincubiq
requires_python>=3
license
keywords osais opensourceais
VCS
bugtrack_url
requirements requests schedule watchdog Werkzeug Jinja2 boto3 asyncio
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # osais
The osais Python lib for connecting AIs to OSAIS cloud

## Install

pip install osais

## Requirements 

Kept minimal (boto3, Jinja2, requests, schedule, watchdog, Werkzeug)

AI that includes osais package must have a ./_input and a ./_output directory, for receiving and generating files
Support of uploading to AWS S3 is provided

## Support

eric [at] incubiq [dot] com

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/incubiq/osais",
    "name": "osais",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "osais,opensourceais",
    "author": "incubiq",
    "author_email": "eric@incubiq.com",
    "download_url": "https://files.pythonhosted.org/packages/81/a4/a185bbf2843b96e05365e6a8a7cf30b211f89ecaf617f9f9b9370d16172d/osais-1.0.48.tar.gz",
    "platform": null,
    "description": "# osais\r\nThe osais Python lib for connecting AIs to OSAIS cloud\r\n\r\n## Install\r\n\r\npip install osais\r\n\r\n## Requirements \r\n\r\nKept minimal (boto3, Jinja2, requests, schedule, watchdog, Werkzeug)\r\n\r\nAI that includes osais package must have a ./_input and a ./_output directory, for receiving and generating files\r\nSupport of uploading to AWS S3 is provided\r\n\r\n## Support\r\n\r\neric [at] incubiq [dot] com\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "The osais Python lib for connecting AIs to OSAIS cloud",
    "version": "1.0.48",
    "project_urls": {
        "Homepage": "https://github.com/incubiq/osais"
    },
    "split_keywords": [
        "osais",
        "opensourceais"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f61bf8882112415cb483c109a23fe6ef5a730b1359eddce14c2e5013452d1d5e",
                "md5": "8e8b50820571cf3d79ad2f94b8fbddf5",
                "sha256": "3b05e8f3299337e69f95aab2e65ebacbce4945c3dccfd326ed50580c36b50d38"
            },
            "downloads": -1,
            "filename": "osais-1.0.48-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e8b50820571cf3d79ad2f94b8fbddf5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 27843,
            "upload_time": "2023-06-07T07:11:05",
            "upload_time_iso_8601": "2023-06-07T07:11:05.171475Z",
            "url": "https://files.pythonhosted.org/packages/f6/1b/f8882112415cb483c109a23fe6ef5a730b1359eddce14c2e5013452d1d5e/osais-1.0.48-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81a4a185bbf2843b96e05365e6a8a7cf30b211f89ecaf617f9f9b9370d16172d",
                "md5": "350d3dc1805044048b02af9caaa0701a",
                "sha256": "39ba7f5b11ea56e8a068183beef089f6ab11a3549a20cd07fdfb368a869b534b"
            },
            "downloads": -1,
            "filename": "osais-1.0.48.tar.gz",
            "has_sig": false,
            "md5_digest": "350d3dc1805044048b02af9caaa0701a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 28076,
            "upload_time": "2023-06-07T07:11:07",
            "upload_time_iso_8601": "2023-06-07T07:11:07.917773Z",
            "url": "https://files.pythonhosted.org/packages/81/a4/a185bbf2843b96e05365e6a8a7cf30b211f89ecaf617f9f9b9370d16172d/osais-1.0.48.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-07 07:11:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "incubiq",
    "github_project": "osais",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.25.1"
                ]
            ]
        },
        {
            "name": "schedule",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "watchdog",
            "specs": [
                [
                    ">=",
                    "2.1.9"
                ]
            ]
        },
        {
            "name": "Werkzeug",
            "specs": [
                [
                    ">=",
                    "2.2.2"
                ]
            ]
        },
        {
            "name": "Jinja2",
            "specs": [
                [
                    ">=",
                    "3.1.2"
                ]
            ]
        },
        {
            "name": "boto3",
            "specs": [
                [
                    ">=",
                    "1.26.130"
                ]
            ]
        },
        {
            "name": "asyncio",
            "specs": [
                [
                    ">=",
                    "3.4.3"
                ]
            ]
        }
    ],
    "lcname": "osais"
}
        
Elapsed time: 2.65351s