Skip to content

konecty/konecty-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
uv pip install konecty-sdk-python
konecty-cli apply --mongo-url="..." --database my-db
Running on uvx
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 file.

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

About

Konecty SDK for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages