Metadata-Version: 1.0
Name: pymisc
Version: 0.0.2
Summary: Python miscellaneous - module with different useful stuff.

Here you'll find:

* Different kind of decorators
* Useful reader for row\column data files
* Will add more in nearest future


Home-page: http://github.com/ilblackdragon/pymisc.git
Author: Ilya Polosukhin
Author-email: ilblackdragon@gmail.com
License: GNU LGPL
Description: ..   -*- mode: rst -*-
        
        pymisc
        ##############
        
        **Python misc** is module with set of python modules, where you'll find anything from decorators to data readers. One thing in common - all this helps to write code faster.
        
        .. contents::
        
        Requirements
        -------------
        
        - python >= 2.5 (python 3.x supported as well)
        - pip >= 0.8
        - config >= 0.3 (optional)
        
        
        Installation
        ------------
        
        **Python misc** should be installed using pip: ::
        
            pip install git+git://github.com/ilblackdragon/pymisc.git
        
        
        Use pymisc
        ------------
        
        1) Import pymisc in your module
        2) Profit =)
        
        More detailed information will be posted later
        
        License
        -------
        
        Copyright (C) 2012 Illia Polosukhin
        This program is licensed under the MIT License (see LICENSE)
        
Platform: UNKNOWN
