Metadata-Version: 1.1
Name: angora
Version: 0.0.1
Summary: Sanhe's Data Science toolkits
Home-page: https://github.com/MacHu-GWU/angora-project
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: MIT
Download-URL: https://github.com/MacHu-GWU/angora-project/tarball/2016-01-19
Description: Welcome to the angora Documentation

        ===================================================================================================

        

        ``angora`` is my personal data science python library collection.

        

        **Quick links**:

        

        - `GitHub Homepage <https://github.com/MacHu-GWU/angora-project>`_

        - `Online Documentation <http://www.wbh-doc.com.s3.amazonaws.com/angora/index.html>`_

        - `PyPI download <https://pypi.python.org/pypi/angora>`_

        - `Install <install_>`_

        - `Issue submit and feature request <https://github.com/MacHu-GWU/angora-project/issues>`_

        - `API reference and source code <http://www.wbh-doc.com.s3.amazonaws.com/angora/py-modindex.html>`_

        

        

        .. _install:

        

        Install

        ---------------------------------------------------------------------------------------------------

        ``angora`` is released on PyPI, so all you need is:

        

        .. code-block:: console

        

        	$ pip install angora

        

        To upgrade to latest version:

        

        .. code-block:: console

        	

        	$ pip install --upgrade angora

        

        ``angora`` doesn't force user to install all pre-requisite third party packages. You can install it when you see the error message and when you need it.
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
