kurveclient


Namekurveclient JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryA client for the Kurve backend.
upload_time2024-11-27 18:08:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords knowledge discovery data discovery inclusion dependency discovery schema discovery data visualization entity linking graph algorithms knowledge graph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # kurveclient
Kurve Open Source client

# installation
```python
pip install kurveclient
```

# authentication
```python
from kurveclient.auth import do_auth()
from kurveclient.interaction import whoami

do_auth()

whoami()
```

# usage
```python
from kurveclient.interaction import map_local_source

map_local_source('/path/to/csvs', 'csv')
# magic
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kurveclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Wes Madrigal <wes@kurve.ai>",
    "keywords": "knowledge discovery, data discovery, inclusion dependency discovery, schema discovery, data visualization, entity linking, graph algorithms, knowledge graph",
    "author": null,
    "author_email": "Wes Madrigal <wes@kurve.ai>",
    "download_url": "https://files.pythonhosted.org/packages/76/a5/6af61f3a406baa3f9ad438bb07f4b0a7b9ac080ef56d167b837ae27ec315/kurveclient-0.1.5.tar.gz",
    "platform": null,
    "description": "# kurveclient\nKurve Open Source client\n\n# installation\n```python\npip install kurveclient\n```\n\n# authentication\n```python\nfrom kurveclient.auth import do_auth()\nfrom kurveclient.interaction import whoami\n\ndo_auth()\n\nwhoami()\n```\n\n# usage\n```python\nfrom kurveclient.interaction import map_local_source\n\nmap_local_source('/path/to/csvs', 'csv')\n# magic\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A client for the Kurve backend.",
    "version": "0.1.5",
    "project_urls": {
        "Issue Tracker": "https://github.com/kurveai/kurveclient/issues",
        "Source": "http://github.com/kurveai/kurveclient"
    },
    "split_keywords": [
        "knowledge discovery",
        " data discovery",
        " inclusion dependency discovery",
        " schema discovery",
        " data visualization",
        " entity linking",
        " graph algorithms",
        " knowledge graph"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7b458d5eb5c3f3013b07a93fe64ccf9d481992f90684419f2e094ac101875df",
                "md5": "d09f274c135be9aac5865b8b694faafc",
                "sha256": "14cb40b6137e7213ea351c2adfc64b5f3a3c1e1d270a833c196164563fe30d1a"
            },
            "downloads": -1,
            "filename": "kurveclient-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d09f274c135be9aac5865b8b694faafc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 12887,
            "upload_time": "2024-11-27T18:08:33",
            "upload_time_iso_8601": "2024-11-27T18:08:33.354235Z",
            "url": "https://files.pythonhosted.org/packages/f7/b4/58d5eb5c3f3013b07a93fe64ccf9d481992f90684419f2e094ac101875df/kurveclient-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76a56af61f3a406baa3f9ad438bb07f4b0a7b9ac080ef56d167b837ae27ec315",
                "md5": "3cfe4efedb9e5992726e470d53eebc19",
                "sha256": "c04a2346ce14a52363756d8c20f1c24858648df56a16164f17e730920beffa51"
            },
            "downloads": -1,
            "filename": "kurveclient-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "3cfe4efedb9e5992726e470d53eebc19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 12398,
            "upload_time": "2024-11-27T18:08:35",
            "upload_time_iso_8601": "2024-11-27T18:08:35.269800Z",
            "url": "https://files.pythonhosted.org/packages/76/a5/6af61f3a406baa3f9ad438bb07f4b0a7b9ac080ef56d167b837ae27ec315/kurveclient-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-27 18:08:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kurveai",
    "github_project": "kurveclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "kurveclient"
}
        
Elapsed time: 0.36769s