11[project ]
22name = " datastock"
3- version = " 0.0.47"
3+ license = ' MIT'
4+ dynamic = [" version" ]
45description = " Generic handler for multiple heterogenous numpy arrays and subclasses"
56readme = " README.md"
67requires-python = " >=3.6"
8+ authors = [
9+ {
name =
" Didier VEZINET" ,
email =
" [email protected] " },
10+ ]
11+ maintainers = [
12+ {
name =
" Didier VEZINET" ,
email =
" [email protected] " },
13+ ]
14+ keywords = [" data" , " analysis" , " interactive" , " heterogeneous arrays" , " numpy" , " Collection" ]
15+ classifiers = [
16+ # How mature is this project? Common values are
17+ # 3 - Alpha
18+ # 4 - Beta
19+ # 5 - Production/Stable
20+ " Development Status :: 5" ,
21+
22+ # Indicate who your project is intended for
23+ " Intended Audience :: Scientists" ,
24+
25+ # Specify the Python versions you support here.
26+ " Programming Language :: Python :: 3" ,
27+ " Programming Language :: Python :: 3.6" ,
28+ " Programming Language :: Python :: 3.7" ,
29+ " Programming Language :: Python :: 3.8" ,
30+ " Programming Language :: Python :: 3.9" ,
31+ " Programming Language :: Python :: 3.10" ,
32+ " Programming Language :: Python :: 3.11" ,
33+ ]
734dependencies = [
835 " numpy" ,
936 " scipy" ,
@@ -25,6 +52,13 @@ dev = [
2552 " pytest" ,
2653]
2754
55+ [project .optional-dependencies ]
56+ linting = [
57+ ' ruff'
58+ ]
59+ formatting = [
60+ ' ruff'
61+ ]
2862
29- [project .scripts ]
63+ [project .entry-points . "datastock" ]
3064datastock = " scripts.main:main"
0 commit comments