hasura-ndc


Namehasura-ndc JSON
Version 0.37 PyPI version JSON
download
home_pageNone
SummaryA Hasura Data Connector SDK
upload_time2024-12-06 01:07:42
maintainerNone
docs_urlNone
authorTristen Harr
requires_pythonNone
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hasura Python SDK

To install the library you can use:

`pip3 install hasura-ndc`

Python developers can use this SDK to create Hasura Data Connectors using the Python programming language.

You would be interested in this repository if you wanted to write your own Hasura data connector in Python that wrapped a database or custom data-source.

Included in this SDK is an implementation of a Lambda connector, called a FunctionConnector. If you wanted to simply write Python code you'd likely be more interested in the Python Lambda connector which makes use of this, and you can find that repo here: https://github.com/hasura/ndc-python-lambda

Developer notes:

To upload a new version of the Hasura SDK to pypi:

python3 setup.py sdist

python3 setup.py bdist_wheel

twine upload dist/*

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hasura-ndc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Tristen Harr",
    "author_email": "tristen.harr@hasura.io",
    "download_url": "https://files.pythonhosted.org/packages/82/74/2afbf5832d104888fa7947a916e554b2664c3f6a6f244e54f577bc3e6dbb/hasura_ndc-0.37.tar.gz",
    "platform": null,
    "description": "# Hasura Python SDK\n\nTo install the library you can use:\n\n`pip3 install hasura-ndc`\n\nPython developers can use this SDK to create Hasura Data Connectors using the Python programming language.\n\nYou would be interested in this repository if you wanted to write your own Hasura data connector in Python that wrapped a database or custom data-source.\n\nIncluded in this SDK is an implementation of a Lambda connector, called a FunctionConnector. If you wanted to simply write Python code you'd likely be more interested in the Python Lambda connector which makes use of this, and you can find that repo here: https://github.com/hasura/ndc-python-lambda\n\nDeveloper notes:\n\nTo upload a new version of the Hasura SDK to pypi:\n\npython3 setup.py sdist\n\npython3 setup.py bdist_wheel\n\ntwine upload dist/*\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A Hasura Data Connector SDK",
    "version": "0.37",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2bb87ceba65716855f086d8dfbd935a69bf6a8b284b392551320c0e1c0907b7",
                "md5": "a036805e58c616ef0e5a109b032efc97",
                "sha256": "0275b2df808b6e476316f443f72968d22aa57f76353c9cb6a76af8a685433905"
            },
            "downloads": -1,
            "filename": "hasura_ndc-0.37-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a036805e58c616ef0e5a109b032efc97",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13828,
            "upload_time": "2024-12-06T01:07:40",
            "upload_time_iso_8601": "2024-12-06T01:07:40.405530Z",
            "url": "https://files.pythonhosted.org/packages/b2/bb/87ceba65716855f086d8dfbd935a69bf6a8b284b392551320c0e1c0907b7/hasura_ndc-0.37-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82742afbf5832d104888fa7947a916e554b2664c3f6a6f244e54f577bc3e6dbb",
                "md5": "d74502a375501a2f87d62ae7a844c8b6",
                "sha256": "bffcb62cd1c807d884be107d0d1c582383c16dedc862268cfc13fae78186d069"
            },
            "downloads": -1,
            "filename": "hasura_ndc-0.37.tar.gz",
            "has_sig": false,
            "md5_digest": "d74502a375501a2f87d62ae7a844c8b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12549,
            "upload_time": "2024-12-06T01:07:42",
            "upload_time_iso_8601": "2024-12-06T01:07:42.167460Z",
            "url": "https://files.pythonhosted.org/packages/82/74/2afbf5832d104888fa7947a916e554b2664c3f6a6f244e54f577bc3e6dbb/hasura_ndc-0.37.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 01:07:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hasura-ndc"
}
        
Elapsed time: 0.37779s