Metadata-Version: 1.1
Name: abacus-tpot
Version: 0.1
Summary: TPOT's analysis library
Home-page: https://github.com/workforce-data-initiative/abacus-tpot
Author: Stanley Ndagi
Author-email: stanley@brighthive.io
License: Apache 2.0
Download-URL: https://github.com/workforce-data-initiative/abacus-tpot/archive/0.5.tar.gz
Description: abacus-tpot
        ===========
        
        Analysis Library
        
        |License| |Python 3| |Updates| |CircleCI| |Coverage Status|
        
        Installation
        ~~~~~~~~~~~~
        
        Create a Python virtual environment then run:
        
        .. code:: bash
        
            pip install abacus-tpot
        
        Development
        ~~~~~~~~~~~
        
        This project has a ``.editorconfig`` file to help contributors define
        and maintain consistent coding styles between different editors and
        IDEs.
        
        We are using CircleCI version 2, for more on this read this:
        https://circleci.com/beta-access/
        
        Testing
        ~~~~~~~
        
        Run:
        
        .. code:: bash
        
            python setup.py test
        
        .. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
           :target: https://opensource.org/licenses/Apache-2.0
        .. |Python 3| image:: https://pyup.io/repos/github/workforce-data-initiative/abacus-tpot/python-3-shield.svg
           :target: https://pyup.io/repos/github/workforce-data-initiative/abacus-tpot/
        .. |Updates| image:: https://pyup.io/repos/github/workforce-data-initiative/abacus-tpot/shield.svg
           :target: https://pyup.io/repos/github/workforce-data-initiative/abacus-tpot/
        .. |CircleCI| image:: https://circleci.com/gh/workforce-data-initiative/abacus-tpot.svg?style=svg
           :target: https://circleci.com/gh/workforce-data-initiative/abacus-tpot
        .. |Coverage Status| image:: https://coveralls.io/repos/github/workforce-data-initiative/abacus-tpot/badge.svg
           :target: https://coveralls.io/github/workforce-data-initiative/abacus-tpot
        
Keywords: analysis,data,tpot,library
Platform: UNKNOWN
