Metadata-Version: 1.1
Name: pug-ann
Version: 0.0.21
Summary: # pug-ann 
Home-page: UNKNOWN
Author: Hobson <hobson@totalgood.com>
Author-email: hobson@totalgood.com
License: UNKNOWN
Download-URL: https://github.com/hobson/pug-ann/tarball/master
Description: pug-ann
        =======
        
        |Build Status| |Coverage Status| |Version Status| |Downloads|
        
        Artificial Neural Network (ANN) utilities
        -----------------------------------------
        
        This is a namespace package (sub-package) of the pug package a
        collection of utilities by and for the PDX Python User Group.
        
        --------------
        
        Introduction
        ------------
        
        Artificial Neural Network utilities by and for the PDX Python User Group
        (PUG).
        
        --------------
        
        Installation
        ------------
        
        On a Posix System
        ~~~~~~~~~~~~~~~~~
        
        You really want to contribute, right?
        
        ::
        
            git clone https://github.com/hobson/pug-ann.git
        
        If you're 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-ann
        
        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-ann.git
        
        .. |Build Status| image:: https://travis-ci.org/hobson/pug-ann.svg?branch=master
           :target: https://travis-ci.org/hobson/pug-ann
        .. |Coverage Status| image:: https://coveralls.io/repos/hobson/pug-ann/badge.png
           :target: https://coveralls.io/r/hobson/pug-ann
        .. |Version Status| image:: https://pypip.in/v/pug-ann/badge.png
           :target: https://pypi.python.org/pypi/pug-ann/
        .. |Downloads| image:: https://pypip.in/d/pug-ann/badge.png
           :target: https://pypi.python.org/pypi/pug-ann/
        
Keywords: artificial neural network,neural network,pybrain,agent,bot,ai,crawl,data,science,data science,math,machine-learning,statistics,database
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 3 - 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
