konecty-sdk-python


Namekonecty-sdk-python JSON
Version 1.2.3 PyPI version JSON
download
home_pageNone
SummaryKonecty SDK Python
upload_time2025-08-28 21:12:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords api konecty sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Konecty Python SDK

> 🛠️ Work in progress

This project exposes both:

- a cli for interacting with the database
- the Konecty client sdk for interacting with Konecty's api

#### Usage

##### Installing on a project

```sh
uv pip install konecty-sdk-python
konecty-cli apply --mongo-url="..." --database my-db
```

##### Running on uvx

```sh
uvx --from konecty-sdk-python konecty-cli pull --all --mongo-url="..." --database my-db
```

#### Build & Publish

It is needed to increase the version number on the [pyproject](./pyproject.toml) file.

```sh
uv build
uvx twine upload --config-file .pypirc --skip-existing dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "konecty-sdk-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "api, konecty, sdk",
    "author": null,
    "author_email": "Leonardo Leal <leonardo.leal@konecty.com>, Derotino Silveira <derotino.silveira@konecty.com>",
    "download_url": "https://files.pythonhosted.org/packages/d8/d8/c98743b45f3b08143fad03d7061cca59a51a156c9b54e972d631ad25e000/konecty_sdk_python-1.2.3.tar.gz",
    "platform": null,
    "description": "## Konecty Python SDK\n\n> \ud83d\udee0\ufe0f Work in progress\n\nThis project exposes both:\n\n- a cli for interacting with the database\n- the Konecty client sdk for interacting with Konecty's api\n\n#### Usage\n\n##### Installing on a project\n\n```sh\nuv pip install konecty-sdk-python\nkonecty-cli apply --mongo-url=\"...\" --database my-db\n```\n\n##### Running on uvx\n\n```sh\nuvx --from konecty-sdk-python konecty-cli pull --all --mongo-url=\"...\" --database my-db\n```\n\n#### Build & Publish\n\nIt is needed to increase the version number on the [pyproject](./pyproject.toml) file.\n\n```sh\nuv build\nuvx twine upload --config-file .pypirc --skip-existing dist/*\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Konecty SDK Python",
    "version": "1.2.3",
    "project_urls": null,
    "split_keywords": [
        "api",
        " konecty",
        " sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f3ad12812fc50be938d4b18a387a02a23f1fd47685fdf5442e3ed64e4e49fbb",
                "md5": "2c70b07dbd95eb32c631fbebd65a468a",
                "sha256": "199df3f8c2355fc162f9f5a1de2ef01df6a7ad28db75c760e5d66037a751051d"
            },
            "downloads": -1,
            "filename": "konecty_sdk_python-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2c70b07dbd95eb32c631fbebd65a468a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 26377,
            "upload_time": "2025-08-28T21:12:40",
            "upload_time_iso_8601": "2025-08-28T21:12:40.801945Z",
            "url": "https://files.pythonhosted.org/packages/6f/3a/d12812fc50be938d4b18a387a02a23f1fd47685fdf5442e3ed64e4e49fbb/konecty_sdk_python-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8d8c98743b45f3b08143fad03d7061cca59a51a156c9b54e972d631ad25e000",
                "md5": "04a1a94b38d01c397beb6361a620ac72",
                "sha256": "6a237b68c05d107340ae78c2c0b9292ee7b1d562eacf1da0cce11e204456e734"
            },
            "downloads": -1,
            "filename": "konecty_sdk_python-1.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "04a1a94b38d01c397beb6361a620ac72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 19346,
            "upload_time": "2025-08-28T21:12:42",
            "upload_time_iso_8601": "2025-08-28T21:12:42.127560Z",
            "url": "https://files.pythonhosted.org/packages/d8/d8/c98743b45f3b08143fad03d7061cca59a51a156c9b54e972d631ad25e000/konecty_sdk_python-1.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 21:12:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "konecty-sdk-python"
}
        
Elapsed time: 1.21556s