@@ -5,7 +5,7 @@ build-backend = "maturin"
55[project ]
66name = " cachekit"
77version = " 0.1.0"
8- description = " Production-ready Redis caching for Python with intelligent reliability features"
8+ description = " Production-ready Redis caching for Python with intelligent reliability features and Rust-powered performance "
99readme = " README.md"
1010license = {text = " MIT" }
1111authors = [
@@ -23,9 +23,15 @@ keywords = [
2323 " performance" ,
2424 " reliability" ,
2525 " production" ,
26+ " encryption" ,
27+ " security" ,
28+ " circuit-breaker" ,
29+ " prometheus" ,
30+ " messagepack" ,
31+ " distributed-locking" ,
2632]
2733classifiers = [
28- " Development Status :: 4 - Beta " ,
34+ " Development Status :: 3 - Alpha " ,
2935 " Intended Audience :: Developers" ,
3036 " License :: OSI Approved :: MIT License" ,
3137 " Operating System :: OS Independent" ,
@@ -40,6 +46,8 @@ classifiers = [
4046 " Topic :: Software Development :: Libraries :: Python Modules" ,
4147 " Topic :: Database :: Database Engines/Servers" ,
4248 " Topic :: System :: Distributed Computing" ,
49+ " Topic :: System :: Monitoring" ,
50+ " Topic :: Security :: Cryptography" ,
4351 " Framework :: AsyncIO" ,
4452 " Typing :: Typed" ,
4553]
@@ -75,6 +83,7 @@ Homepage = "https://github.com/cachekit-io/cachekit-py"
7583Documentation = " https://github.com/cachekit-io/cachekit-py#readme"
7684Repository = " https://github.com/cachekit-io/cachekit-py.git"
7785Issues = " https://github.com/cachekit-io/cachekit-py/issues"
86+ Changelog = " https://github.com/cachekit-io/cachekit-py/blob/main/CHANGELOG.md"
7887
7988# Maturin configuration for Rust extensions
8089[tool .maturin ]
0 commit comments