Mercurial > hg > numerics
comparison setup.py @ 179:f63194f81f7d
stubbing table splitting
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 09 Aug 2016 14:03:33 -0700 |
parents | f9c87cba1df3 |
children | a4a665aa8569 |
comparison
equal
deleted
inserted
replaced
178:30d820087ae8 | 179:f63194f81f7d |
---|---|
32 mean = numerics.mean:main | 32 mean = numerics.mean:main |
33 median = numerics.median:main | 33 median = numerics.median:main |
34 plot = numerics.plot:main | 34 plot = numerics.plot:main |
35 read-csv = numerics.read:main | 35 read-csv = numerics.read:main |
36 smooth = numerics.smooth:main | 36 smooth = numerics.smooth:main |
37 split-table = numerics.split_table:main | |
37 sum = numerics.sum:main | 38 sum = numerics.sum:main |
39 table2json = numerics.table:main | |
38 types = numerics.convert:main | 40 types = numerics.convert:main |
39 """ | 41 """ |
40 # TODO: | 42 # TODO: |
41 # fold = numerics.fold:main # fold data through functions (reduce) | 43 # fold = numerics.fold:main # fold data through functions (reduce) |
42 kw['install_requires'] = dependencies | 44 kw['install_requires'] = dependencies |