Metadata-Version: 1.1
Name: pug
Version: 0.1.21
Summary: Meta package to install the PDX Python User Group utilities.
Home-page: UNKNOWN
Author: Hobson Lane
Author-email: admin@totalgood.com
License: MIT
Description: ``pug`` |alt text|
        ==================
        
        |Build Status| |Coverage Status| |Version Status| |Downloads|
        `[License](https://pypip.in/license/pug/badge.svg?style=flat <https://github.com/hobson/pug/>`__
        
        Python User Group utilities
        ---------------------------
        
        Collection of utilities by and for the PDX Python User Group.
        
        -  nlp -- Natural Language (and text) Processing utilities
        -  ann -- Artificial Neural Network utilities
        -  invest -- Time Series Processing utilities (including predictive
           analytics on financial time series)
        
        See `the
        docs <https://github.com/hobsonlane/pug/tree/master/pug/docs>`__ for the
        latest.
        
        --------------
        
        Installation
        ------------
        
        On a Posix System
        ~~~~~~~~~~~~~~~~~
        
        You really want to contribute, right?
        
        ::
        
            git clone https://github.com/hobson/pug.git
        
        If your a user and not a developer, and have an up-to-date posix OS with
        the postgres, xml2, and xlst development packages installed, then just
        use ``pip``.
        
        ::
        
            pip install pug
        
        Fedora
        ~~~~~~
        
        If you're on Fedora >= 16 but haven't done a lot of python binding
        development, then you'll need some libraries before pip will succeed.
        
        ::
        
            sudo yum install -y python-devel libxml2-devel libxslt-devel gcc-gfortran python-scikit-learn postgresql postgresql-server postgresql-libs postgresql-devel
            pip install pug
        
        Bleeding Edge
        ~~~~~~~~~~~~~
        
        Even the releases are very unstable, but if you want to have the latest,
        most broken code
        
        ::
        
            pip install git+git://github.com/hobsonlane/pug.git@master
        
        Warning
        ~~~~~~~
        
        This software is in alpha testing. Install at your own risk.
        
        --------------
        
        Development
        -----------
        
        I love merging PRs and adding contributors to the ``__authors__`` list:
        
        ::
        
            git clone https://github.com/hobson/pug.git
        
        .. |alt text| image:: https://travis-ci.org/hobson/pug.svg?branch=master
        .. |Build Status| image:: https://travis-ci.org/hobson/pug.svg?branch=master
           :target: https://travis-ci.org/hobson/pug
        .. |Coverage Status| image:: https://coveralls.io/repos/hobson/pug/badge.png
           :target: https://coveralls.io/r/hobson/pug
        .. |Version Status| image:: https://pypip.in/v/pug/badge.png
           :target: https://pypi.python.org/pypi/pug/
        .. |Downloads| image:: https://pypip.in/d/pug/badge.png
           :target: https://pypi.python.org/pypi/pug/
        
Keywords: natural language processing,text processing,neural net,science,data science,math,machine-learning,statistics,database
Platform: 
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Other Environment
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
