Metadata-Version: 1.1
Name: pug
Version: 0.0.4
Summary: UNKNOWN
Home-page: https://github.com/hobsonlane/pug
Author: Hobson Lane <hobsonlane@totalgood.com>
Author-email: pugauthors@totalgood.com
License: UNKNOWN
Download-URL: https://github.com/hobsonlane/pug/archive/v0.0.4.tar.gz
Description: # `pug`
        
        ## PDX-Python User Group Utility Glob
        
        ---
        
        ## Introduction
        
        Collection of utilities by and for the PDX Python User Group.
        
        - nlp -- natural language processing
        - db -- database importing, etc
        - dj -- some Django management commands
        - wikiscrapy -- wikipedia crawler using [Scrapy](https://github.com/scrapy/scrapy "Excellent new crawler with a JSON-RPC API")
        - docs -- some tips, examples, and yes, documentation
        
        See [the docs](https://github.com/hobsonlane/pug/tree/master/pug/docs "incomplete documentation") for the latest.
        
        ---
        
        ## Installation
        
        ### Posix
        
        You really want to contribute, right?
        
            git clone
        
        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 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
        
        Help me, please:
        
            git clone git@github.com:hobsonlane/pug.git
        
        I'll rubber stamp your pull requests on github within a day.
Keywords: 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 :: 2 - Pre-Alpha
Classifier: Environment :: Other Environment
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 :: Visualization
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
