11[project ]
22name = " daffy"
3- version = " 0.17.0 "
3+ version = " 0.17.1 "
44description = " Function decorators for Pandas and Polars Dataframe column name and data type validation"
55authors = [
66 {
name =
" Janne Sinivirta" ,
email =
" [email protected] " },
77]
88license = " MIT"
99requires-python = " >=3.9"
1010readme = " README.md"
11- keywords = [" pandas" , " dataframe" , " typing " , " validation" ]
11+ keywords = [" pandas" , " polars " , " pydantic " , " dataframe" , " decorator " , " validation" , " schema " , " data-validation " , " typing " ]
1212classifiers = [
1313 " Operating System :: OS Independent" ,
1414 " Topic :: Software Development :: Libraries :: Python Modules" ,
@@ -22,7 +22,11 @@ classifiers = [
2222 " Programming Language :: Python :: 3.13" ,
2323 " Programming Language :: Python :: 3.14" ,
2424 " Development Status :: 4 - Beta" ,
25- " License :: OSI Approved :: MIT License"
25+ " License :: OSI Approved :: MIT License" ,
26+ " Framework :: Pydantic" ,
27+ " Framework :: Pydantic :: 2" ,
28+ " Topic :: Software Development :: Testing" ,
29+ " Typing :: Typed"
2630]
2731
2832dependencies = [
@@ -33,6 +37,8 @@ dependencies = [
3337homepage = " https://github.com/ThoughtWorksInc/daffy"
3438repository = " https://github.com/ThoughtWorksInc/daffy.git"
3539documentation = " https://github.com/ThoughtWorksInc/daffy/blob/master/README.md"
40+ changelog = " https://github.com/ThoughtWorksInc/daffy/blob/master/CHANGELOG.md"
41+ issues = " https://github.com/ThoughtWorksInc/daffy/issues"
3642
3743[dependency-groups ]
3844# Minimal dependencies for running tests - must support Python 3.9+
0 commit comments