Metadata-Version: 1.0
Name: valuehorizon-companies
Version: 1.2
Summary: A Django-based Companies data toolkit. Part of the Valuehorizon application ecosystem.

Home-page: https://github.com/Valuehorizon/valuehorizon-companies
Author: Quincy Alexander
Author-email: qalexander@valuehorizon.com
License: The MIT License
Description: ===========================
        Companies, by Valuehorizon
        ===========================
        
        .. image:: https://travis-ci.org/Valuehorizon/valuehorizon-companies.svg?branch=master
           :target: https://travis-ci.org/Valuehorizon/valuehorizon-companies
        .. image:: https://coveralls.io/repos/Valuehorizon/valuehorizon-companies/badge.svg
           :target: https://coveralls.io/r/Valuehorizon/valuehorizon-companies
        .. image:: https://codeclimate.com/github/Valuehorizon/valuehorizon-companies/badges/gpa.svg
           :target: https://codeclimate.com/github/Valuehorizon/valuehorizon-companies
        
        
        A Django-based companies data toolkit. 
        It also includes documentation, test coverage and a good amount of sample data to play around with.
        This app is a part of the Valuehorizon application ecosystem.
        
        Installation
        ============
        
        Start by creating a new ``virtualenv`` for your project ::
        
            mkvirtualenv myproject
        
        Next install ``numpy`` and ``pandas`` and optionally ``scipy`` ::
        
            pip install numpy==1.8.0
            pip install scipy==0.13.3
            pip install pandas==0.13.0
        
        Finally, install ``valuehorizon-companies`` using ``pip``::
        
            pip install valuehorizon-companies
        
        Contributing
        ============
        
        Please file bugs and send pull requests to the `GitHub repository`_ and `issue
        tracker`_.
        
        .. _GitHub repository: https://github.com/Valuehorizon/valuehorizon-companies/
        .. _issue tracker: https://github.com/Valuehorizon/valuehorizon-companies/issues
        
        Commercial Support
        ==================
        
        This project is sponsored by Valuehorizon_. If you require assistance on
        your project(s), please contact us: support@valuehorizon.com.
        
        .. _Valuehorizon: http://www.valuehorizon.com
        
Keywords: django,app,reusable,companies,valuehorizon
Platform: OS Independent
