{"id":28164180,"url":"https://github.com/un4gt/dicedb","last_synced_at":"2025-05-15T11:16:25.804Z","repository":{"id":287428531,"uuid":"964717406","full_name":"un4gt/dicedb","owner":"un4gt","description":"A simple DiceDB client for Python","archived":false,"fork":false,"pushed_at":"2025-04-23T01:19:00.000Z","size":31,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T02:25:33.778Z","etag":null,"topics":["dicedb","dicedb-sdk"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/dicedb/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/un4gt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T17:06:15.000Z","updated_at":"2025-04-23T01:24:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7c5f007-7aa2-4922-a587-f4dfdbef7272","html_url":"https://github.com/un4gt/dicedb","commit_stats":null,"previous_names":["un4gt/dicedb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un4gt%2Fdicedb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un4gt%2Fdicedb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un4gt%2Fdicedb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un4gt%2Fdicedb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/un4gt","download_url":"https://codeload.github.com/un4gt/dicedb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328351,"owners_count":22052635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dicedb","dicedb-sdk"],"created_at":"2025-05-15T11:15:28.244Z","updated_at":"2025-05-15T11:16:25.794Z","avatar_url":"https://github.com/un4gt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DiceDB for Python\n\n⚠️ This is not an official sdk for python and still in development.\n\n## Installation and Usage\n\n### From PyPI\n\n```bash\npip install dicedb\n```\n\n### From Source\n\nClone the repository and install the package:\n\n```bash\n$ git clone https://github.com/un4gt/dicedb.git --depth 1 --branch main\n$ uv sync\n$ uv buid\n```\n\n## Supported Commands\n\n|    command    | description  |\n|:-------------:|:------------:|\n|    `decr`     |   `DECRBY`   |\n|   `decrby`    |   `DECRBY`   |\n|   `delete`    |    `DEL`     |\n|    `echo`     |    `ECHO`    |\n|   `exists`    |   `EXISTS`   |\n|   `expire`    |   `EXPIRE`   |\n|  `expire_at`  |  `EXPIREAT`  |\n| `expire_time` | `EXPIRETIME` |\n|   `flushdb`   |  `FLUSHDB`   |\n|     `get`     |    `GET`     |\n|   `get_del`   |  `GET_DEL`   |\n|   `get_ex`    |   `GET_EX`   |\n|    `hget`     |    `HGET`    |\n|  `hget_all`   |  `HGETALL`   |\n|    `hset`     |    `HSET`    |\n|   `incr_by`   |   `INCRBY`   |\n|    `incr`     |   `INCRBY`   |\n|    `ping`     |    `PING`    |\n|     `ttl`     |    `TTL`     |\n|   `typeof`    |    `TYPE`    |\n|     `set`     |    `SET`     |\n\n\n## Roadmap\n\n- [ ] More documentation/tests/examples\n- [ ] Support for all commands\n- [ ] Connection pool\n- [ ] Support for async\n\n\n## Contributing\n\nPRs and issues are welcome! \n\n## About Developing\n\n### Generate Python Proto Files\n\n*cmd.proto and res.proto comes from https://github.com/DiceDB/dicedb-protos*\n\nOn Windows: \n\n```bash\nprotoc -I=protos\\ --python_out=src\\dicedb\\proto\\ --pyi_out=src\\dicedb\\proto cmd.proto res.proto\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fun4gt%2Fdicedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fun4gt%2Fdicedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fun4gt%2Fdicedb/lists"}