@@ -34,9 +34,36 @@ keywords = ["dashboard", "data visualization", "survey data", "categorical data"
3434[tool .poetry ]
3535name = " survey-dashboard"
3636version = " 0.1.0"
37- description = " A Dashboard displaying survey data interactively."
38- authors = [" j.broeder <j.broeder@fz-juelich.de>" ]
37+ description = " A Dashboard displaying survey data in an interactive way and allow for interactive exploration."
38+ authors = [" Jens Broeder <j.broeder@fz-juelich.de>" , " Silke Christine Gerlich <s.gerlich@fz-juelich.de>" , " Volker Hofmann <v.hofmann@fz-juelich.de>" ]
39+ readme = " README.md"
3940license = " MIT"
41+ classifiers = [
42+ " Development Status :: 3 - Beta" ,
43+ " Intended Audience :: Information Technology" ,
44+ " Intended Audience :: Science/Research" ,
45+ " License :: OSI Approved :: MIT License" ,
46+ " Natural Language :: English" ,
47+ " Operating System :: POSIX :: Linux" ,
48+ " Operating System :: MacOS :: MacOS X" ,
49+ " Programming Language :: Python" ,
50+ " Programming Language :: Python :: 3.8" ,
51+ " Programming Language :: Python :: 3.9" ,
52+ " Programming Language :: Python :: 3.10" ,
53+ " Programming Language :: Python :: 3.11" ,
54+ " Programming Language :: Python :: 3.12" ,
55+ " Topic :: Database :: Front-Ends" ,
56+ " Topic :: Education" ,
57+ " Topic :: Scientific/Engineering" ,
58+ " Topic :: Scientific/Engineering :: Information Analysis" ,
59+ " Topic :: Scientific/Engineering :: Visualization" ,
60+
61+ ]
62+ keywords = [" dashboard" , " data visualization" , " survey data" , " categorical data" ,
63+ " interactive visualization" , " bokeh" , " panel" ]
64+
65+
66+
4067
4168[tool .poetry .dependencies ]
4269python = " ^3.8"
@@ -50,8 +77,6 @@ pre-commit = "^2.17.0"
5077pytest = " ^7.0.1"
5178pytest-cov = " ^3.0.0"
5279pdoc = " ^10.0.3"
53- yapf = " "
54- mypi = " "
5580
5681[build-system ]
5782requires = [" poetry-core>=1.0.0" ]
@@ -79,4 +104,4 @@ warn_unused_ignores = true
79104warn_redundant_casts = true
80105no_warn_no_return = true
81106show_traceback = true
82- plugins = []
107+ plugins = []
0 commit comments