sarus


Namesarus JSON
Version 0.11.7 PyPI version JSON
download
home_pageNone
SummaryPython client for the Sarus Gateway
upload_time2024-10-03 10:06:36
maintainerNone
docs_urlNone
authorNone
requires_python<3.11,>=3.9
licenseApache License 2.0
keywords differential privacy ai data privacy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Sarus

===

Python client for the Sarus Gateway. It provides simple connectors to leverage confidential data while ensuring data privacy. Users can explore & train AI models on sensitive data, via synthetic data browsing, remote training and differential privacy.

Installation
------------

PIP
^^^

To install locally the latest available version :

``pip install sarus``

Usage
-----

Client
^^^^^^

Use this class to connect to **Sarus Gateway**.

.. code-block:: python

   from sarus import Client

   client = Client(url="http://admin.sarus.tech:5000")
   available = client.available_datasets()
   print(f'Datasets available on the server: {available}')

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sarus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.11,>=3.9",
    "maintainer_email": null,
    "keywords": "differential privacy, AI, Data privacy",
    "author": null,
    "author_email": "Sarus Technologies <contact@sarus.tech>",
    "download_url": "https://files.pythonhosted.org/packages/2b/ea/4c190cce23df9e7599d12d3eb6be3d9b9a16123140fdbe8c8322557da720/sarus-0.11.7.tar.gz",
    "platform": null,
    "description": "\nSarus\n\n===\n\nPython client for the Sarus Gateway. It provides simple connectors to leverage confidential data while ensuring data privacy. Users can explore & train AI models on sensitive data, via synthetic data browsing, remote training and differential privacy.\n\nInstallation\n------------\n\nPIP\n^^^\n\nTo install locally the latest available version :\n\n``pip install sarus``\n\nUsage\n-----\n\nClient\n^^^^^^\n\nUse this class to connect to **Sarus Gateway**.\n\n.. code-block:: python\n\n   from sarus import Client\n\n   client = Client(url=\"http://admin.sarus.tech:5000\")\n   available = client.available_datasets()\n   print(f'Datasets available on the server: {available}')\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Python client for the Sarus Gateway",
    "version": "0.11.7",
    "project_urls": null,
    "split_keywords": [
        "differential privacy",
        " ai",
        " data privacy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bea4c190cce23df9e7599d12d3eb6be3d9b9a16123140fdbe8c8322557da720",
                "md5": "5d9d76288c45cf9e85fd21263d91069d",
                "sha256": "a93b757cfc81e0b66aa406d0865a6a2dcfc3a58406e21da820f35e83dbdac03f"
            },
            "downloads": -1,
            "filename": "sarus-0.11.7.tar.gz",
            "has_sig": false,
            "md5_digest": "5d9d76288c45cf9e85fd21263d91069d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.9",
            "size": 85016,
            "upload_time": "2024-10-03T10:06:36",
            "upload_time_iso_8601": "2024-10-03T10:06:36.328858Z",
            "url": "https://files.pythonhosted.org/packages/2b/ea/4c190cce23df9e7599d12d3eb6be3d9b9a16123140fdbe8c8322557da720/sarus-0.11.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-03 10:06:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sarus"
}
        
Elapsed time: 1.20458s