Metadata-Version: 1.1
Name: fancytools
Version: 0.1.1
Summary: UNKNOWN
Home-page: https://pypi.python.org/pypi/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
        
        
        Import Classes/Functions
        ^^^^^^^^^^^^^^^^^^^^^^^^
         
        **fancytools** uses `autoXinit <https://github.com/radjkarl/autoXinit>`_ to automatically import all classes and modules in a package. Therefore you can import the function *stitchModules* via::
        
            from fancytools.pystructure import stitchModules
        
        
        
        v0.1, <date> -- Initial release.
        
        
        
        Karl Bedrich 2013 -
        
        
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
