Updated README wth list of packages this repo will contain.

This commit is contained in:
Donne Martin 2015-01-24 06:55:05 -05:00
parent e94bebfb61
commit 0510eb997c

View File

@ -1,5 +1,25 @@
# pydatasnippets
Python data analysis snippets (NumPy, pandas, matplotlib, SciPy)
Python data analysis snippets and nose unit tests (core Python, NumPy, pandas, matplotlib, SciPy).
## core
Snippets and nose unit tests for core Python functionality geared towards data analysis.
## numpy
Snippets and nose unit tests for NumPy functionality geared towards data analysis. Coming soon.
## pandas
Snippets and nose unit tests for pandas functionality geared towards data analysis. Coming soon.
## matplotlib
Snippets and nose unit tests for matplotlib functionality geared towards data analysis. Coming soon.
## scipy
Snippets and nose unit tests for SciPy functionality geared towards data analysis. Coming soon.
##License