sabi


Namesabi JSON
Version 0.0.48 PyPI version JSON
download
home_pagehttps://github.com/sabi-ai/sabi
SummaryA client for the SABI api (www.sabi.ai)
upload_time2023-03-17 16:59:24
maintainer
docs_urlNone
authorScientific Advanced Business Intelligence
requires_python>=3.6, <4
license
keywords scientific advanced business intelligence
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sabi

## To set up the repo:

`pip install wheel`
`pip install twine`

API for the scientific advamced business intelligence tool at sabi.ai.

## To Deploy:

- Make the changes
- Increment the version (setup.py)

`make deploy`

## Example usage:

`pip install sabi`

```
from sabi import Sync

api_key = <your api key>

sabi_sync_api = Sync(api_key)
sabi_sync_api.get_missing_individuals()
```




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sabi-ai/sabi",
    "name": "sabi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "Scientific,Advanced,Business,Intelligence",
    "author": "Scientific Advanced Business Intelligence",
    "author_email": "alon@sabi.ai",
    "download_url": "https://files.pythonhosted.org/packages/64/90/389e70982997f5bbd804d9f979c4248f9e2884544453b5bcfabfda460467/sabi-0.0.48.tar.gz",
    "platform": null,
    "description": "# Sabi\n\n## To set up the repo:\n\n`pip install wheel`\n`pip install twine`\n\nAPI for the scientific advamced business intelligence tool at sabi.ai.\n\n## To Deploy:\n\n- Make the changes\n- Increment the version (setup.py)\n\n`make deploy`\n\n## Example usage:\n\n`pip install sabi`\n\n```\nfrom sabi import Sync\n\napi_key = <your api key>\n\nsabi_sync_api = Sync(api_key)\nsabi_sync_api.get_missing_individuals()\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A client for the SABI api (www.sabi.ai)",
    "version": "0.0.48",
    "split_keywords": [
        "scientific",
        "advanced",
        "business",
        "intelligence"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1543dc10abcc6e0dcd4e26496c6c031d946a834d591ad90f521687eb522e8a2",
                "md5": "cb1bb5414f301cc91d794884b9faeb6e",
                "sha256": "a19c38c4efa510e4613d62d738e60c74b8fc7b4368209e37e909f077afb70794"
            },
            "downloads": -1,
            "filename": "sabi-0.0.48-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cb1bb5414f301cc91d794884b9faeb6e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6, <4",
            "size": 13453,
            "upload_time": "2023-03-17T16:59:23",
            "upload_time_iso_8601": "2023-03-17T16:59:23.212716Z",
            "url": "https://files.pythonhosted.org/packages/a1/54/3dc10abcc6e0dcd4e26496c6c031d946a834d591ad90f521687eb522e8a2/sabi-0.0.48-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6490389e70982997f5bbd804d9f979c4248f9e2884544453b5bcfabfda460467",
                "md5": "ddc15940734d74ffdff72afc770cbb3f",
                "sha256": "152e3ab57636af621fd94dced078f361f15af62f9d6f7d6f88b2d97d4dfe77fc"
            },
            "downloads": -1,
            "filename": "sabi-0.0.48.tar.gz",
            "has_sig": false,
            "md5_digest": "ddc15940734d74ffdff72afc770cbb3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 12833,
            "upload_time": "2023-03-17T16:59:24",
            "upload_time_iso_8601": "2023-03-17T16:59:24.807410Z",
            "url": "https://files.pythonhosted.org/packages/64/90/389e70982997f5bbd804d9f979c4248f9e2884544453b5bcfabfda460467/sabi-0.0.48.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-17 16:59:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "sabi-ai",
    "github_project": "sabi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sabi"
}
        
Elapsed time: 0.04772s