File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Scikit Data Access
22
3- Advantages of skdacces
3+ Advantages of skdaccess
44- API to import a data generator + function to get next data chunk (configurable)
55- Eliminates the need to create parsers for each data set and simplifies the construction of scientific data processing pipelines.
66- Enables studies involving data fusion and cross-comparisons from several sources.
@@ -22,4 +22,4 @@ pip install scikit-dataaccess
2222
2323### Documentation
2424
25- See < https://github.com/skdaccess/skdaccess /tree/master/skdaccess/docs >
25+ See < https://github.com/MITHaystack/scikit-dataaccess /tree/master/skdaccess/docs >
Original file line number Diff line number Diff line change 77package_list = find_packages ()
88
99setup (name = package_name ,
10- version = ' 1.1.0' ,
10+ version = ‘ 1.1 .1 ’ ,
1111 packages = package_list ,
1212 zip_safe = False ,
1313
You can’t perform that action at this time.
0 commit comments