Metadata-Version: 1.1
Name: fancytools
Version: 0.2.0
Summary: 
a collection of useful non-GUI tools

Home-page: http://radjkarl.github.io/fancyTools
Author: Karl Bedrich
Author-email: karl@bedrich.de
License: GPLv3
Description: ====================================================
        fancyTools - various fancy tools for every day usage
        ====================================================
        
        - Browse the `API Documentation <http://radjkarl.github.io/fancyTools>`_
        - Fork the code on `github <https://github.com/radjkarl/fancytools>`_
        
        
        Installation
        ^^^^^^^^^^^^
        
        **fancytools** is listed in the Python Package Index. You can install it typing::
        
            pip install fancytools
        
        Tests
        ^^^^^
        **fancyTools** uses mostly the 'one class/function per file' rule. Running each module as program, like::
        
            python -m fancytools.pystructure.stichmodules
        
        will execute the test procedure of this module.
        
        To run all tests type::
        
            python -m fancytools.tests
        
        
        
        
        v0.1, <12/05/2014> -- Initial release.
        v0.2, <20/12/2014> -- major updates and new modules
        
        
        
        Karl Bedrich 2013 - 2015
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
