kurveclient


Namekurveclient JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryA client for the Kurve backend.
upload_time2024-11-07 17:20:33
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 bs4 fastapi fastapi graphreduce uvicorn pandas python-multipart structlog requests rich typer
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # kurveclient
Kurve Open Source client

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

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

do_auth()

map_local_source('/path/to/csv_directory')
# 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/2a/8a/8db817fec106964fb4d9ad3657a5d8c9113df49c6be1b363b4e87c0b78ec/kurveclient-0.1.4.tar.gz",
    "platform": null,
    "description": "# kurveclient\nKurve Open Source client\n\n# installation\n```python\npip install kurveclient\n```\n\n# usage\n```python\nfrom kurveclient.auth import do_auth\nfrom kurveclient.interaction import map_local_source\n\ndo_auth()\n\nmap_local_source('/path/to/csv_directory')\n# magic\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A client for the Kurve backend.",
    "version": "0.1.4",
    "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": "3c122d8c4312022d49c9d0d302faa8460a8ee96577ecd3ceb9ee5caff9311115",
                "md5": "3b8184331c33d044251e29c7a591ad24",
                "sha256": "7495f763605c7d246f2347a5048deb384035d8dfb9d6fc8bfe0b51a87fc02167"
            },
            "downloads": -1,
            "filename": "kurveclient-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b8184331c33d044251e29c7a591ad24",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 12455,
            "upload_time": "2024-11-07T17:20:31",
            "upload_time_iso_8601": "2024-11-07T17:20:31.949993Z",
            "url": "https://files.pythonhosted.org/packages/3c/12/2d8c4312022d49c9d0d302faa8460a8ee96577ecd3ceb9ee5caff9311115/kurveclient-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a8a8db817fec106964fb4d9ad3657a5d8c9113df49c6be1b363b4e87c0b78ec",
                "md5": "ba16c0d13ae29fe240c2eb32b57674f5",
                "sha256": "1321d2ad4d35fa453309573821e2c679d5abeddf286c3433695910aa5d81ec99"
            },
            "downloads": -1,
            "filename": "kurveclient-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "ba16c0d13ae29fe240c2eb32b57674f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 11947,
            "upload_time": "2024-11-07T17:20:33",
            "upload_time_iso_8601": "2024-11-07T17:20:33.518754Z",
            "url": "https://files.pythonhosted.org/packages/2a/8a/8db817fec106964fb4d9ad3657a5d8c9113df49c6be1b363b4e87c0b78ec/kurveclient-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-07 17:20:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kurveai",
    "github_project": "kurveclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "bs4",
            "specs": []
        },
        {
            "name": "fastapi",
            "specs": []
        },
        {
            "name": "fastapi",
            "specs": []
        },
        {
            "name": "graphreduce",
            "specs": [
                [
                    "==",
                    "1.6.9"
                ]
            ]
        },
        {
            "name": "uvicorn",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "python-multipart",
            "specs": []
        },
        {
            "name": "structlog",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "rich",
            "specs": []
        },
        {
            "name": "typer",
            "specs": []
        }
    ],
    "lcname": "kurveclient"
}
        
Elapsed time: 0.39526s