Metadata-Version: 1.1
Name: nekrobox
Version: 0.3.0
Summary: A utilities library by Nekroze.
Home-page: https://github.com/Nekroze/nekrobox
Author: Taylor "Nekroze" Lawson
Author-email: nekroze@eturnilnetwork.com
License: MIT
Description: =============================
        nekrobox
        =============================
        
        .. image:: https://badge.fury.io/py/nekrobox.png
            :target: http://badge.fury.io/py/nekrobox
            
        .. image:: https://travis-ci.org/Nekroze/nekrobox.png?branch=master
                :target: https://travis-ci.org/Nekroze/nekrobox
        
        .. image:: https://pypip.in/d/nekrobox/badge.png
                :target: https://crate.io/packages/nekrobox?version=latest
        
        
        A utilities library by Nekroze. The idea is to provide general purpose
        utilities for free usage.
        
        Quickstart
        ----------
        
        Install nekrobox at the command line using pip or easy_install::
        
            $ pip install nekrobox
            $ easy_install nekrobox
        
        Then use it in a project by simply importing it::
        
            import nekrobox
        
        Features
        --------
        
        * Decorator to help generate sphinx compatible docstrings
        
        
        
        Documentation
        -------------
        
        The full documentation is at http://nekrobox.rtfd.org.
        
        
        
        History
        -------
        
        0.1.0 (08/24/2013)
        ++++++++++++++++++
        
        * First release on PyPI.
        * Simply provides the params documentation decorator.
        
Keywords: nekrobox
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
