Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,17 @@ lcov.info
# Backup files
*.bak
*.backup

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.whl
.venv/
venv/
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redis-cloud-py"
version = "0.1.0"
version = "0.9.3"
edition = "2024"
rust-version = "1.89"
authors = ["Josh Rotenberg <josh.rotenberg@redis.com>"]
Expand Down
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "maturin"

[project]
name = "redis-cloud"
version = "0.1.0"
dynamic = ["version"]
description = "Python bindings for Redis Cloud REST API client"
readme = { file = "../README.md", content-type = "text/markdown" }
license = { text = "MIT OR Apache-2.0" }
authors = [
{ name = "Josh Rotenberg", email = "joshrotenberg@gmail.com" }
{ name = "Josh Rotenberg", email = "josh.rotenberg@redis.com" }
]
keywords = ["redis", "cloud", "api", "rest", "client"]
classifiers = [
Expand Down
Binary file removed python/redis_cloud/__pycache__/__init__.cpython-313.pyc
Binary file not shown.
Binary file removed python/redis_cloud/redis_cloud.cpython-313-darwin.so
Binary file not shown.
Binary file removed python/tests/__pycache__/__init__.cpython-313.pyc
Binary file not shown.
Binary file not shown.