Metadata-Version: 2.0
Name: scibag
Version: 0.2.0
Summary: Data science meta-package
Home-page: https://github.com/javipalanca/scibag
Author: Javi Palanca
Author-email: jpalanca@gmail.com
License: BSD
Keywords: scibag
Platform: UNKNOWN
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: scikit-learn
Requires-Dist: scikit-image
Requires-Dist: networkx
Requires-Dist: jsonschema
Requires-Dist: tornado
Requires-Dist: ipython
Requires-Dist: jinja2
Requires-Dist: pytz
Requires-Dist: pyzmq
Requires-Dist: sympy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: seaborn
Requires-Dist: matplotlib
Requires-Dist: numpy

===============================
scibag
===============================

Data science meta-package





History
-------

0.2 (2016-09-12)
---------------------
* Renamed to scibag to avoid name collisions


0.1.4 (2016-05-24)
---------------------

* Dropped wheel dependency (#2)
* fixed version numbers throughout the project (#3)
* marked package as "inactive" to prepare for the name transition

0.1.3 (2015-04-23)
---------------------

* Added jsonschema dependency

0.1.1 (2015-04-23)
---------------------

* Added tornado dependency

0.1.0 (2015-04-23)
---------------------

* First release on PyPI.


