Metadata-Version: 1.1
Name: ludolph-skeleton
Version: 1.3
Summary: Ludolph: Skeleton plugin
Home-page: https://github.com/erigones/ludolph-skeleton/
Author: Erigones
Author-email: erigones [at] erigones.com
License: MIT
Description: ludolph-skeleton
        ################
        
        `Ludolph <https://github.com/erigones/Ludolph>`_: Skeleton plugin
        
        Sample plugin that provides directory structure for Ludolph plugins and basic command examples.
        
        .. image:: https://badge.fury.io/py/ludolph-skeleton.png
            :target: http://badge.fury.io/py/ludolph-skeleton
        
        
        Installation
        ------------
        
        - Install the latest released version using pip::
        
            pip install ludolph-skeleton
        
        - Add new plugin section into Ludolph configuration file::
        
            [ludolph_skeleton.hello_world]
        
        - Reload Ludolph::
        
            service ludolph reload
        
        
        **Dependencies:**
        
        - `Ludolph <https://github.com/erigones/Ludolph>`_ (0.6.0+)
        
        
        Links
        -----
        
        - Wiki: https://github.com/erigones/Ludolph/wiki/How-to-create-a-plugin#create-3rd-party-plugin
        - Bug Tracker: https://github.com/erigones/ludolph-skeleton/issues
        - Google+ Community: https://plus.google.com/u/0/communities/112192048027134229675
        - Twitter: https://twitter.com/erigones
        
        
        License
        -------
        
        For more information see the `LICENSE <https://github.com/erigones/ludolph-skeleton/blob/master/LICENSE>`_ file.
        
        
Platform: any
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Utilities
