Metadata-Version: 1.1
Name: sing
Version: 0.1.0
Summary: Ensure a single process is running. Using lockfile and process checking.
Home-page: https://github.com/dariosky/sing
Author: Dario Varotto
Author-email: dario.varotto@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: ====
        sing
        ====
        
        
        .. image:: https://img.shields.io/pypi/v/sing.svg
                :target: https://pypi.python.org/pypi/sing
        
        .. image:: https://img.shields.io/travis/dariosky/sing.svg
                :target: https://travis-ci.org/dariosky/sing
        
        .. image:: https://readthedocs.org/projects/sing/badge/?version=latest
                :target: https://sing.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/dariosky/sing/shield.svg
             :target: https://pyup.io/repos/github/dariosky/sing/
             :alt: Updates
        
        
        
        Ensure a single process is running. Using lockfile and process checking.
        
        
        * Free software: MIT license
        * Documentation: https://sing.readthedocs.io.
        
        
        Examples
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-02-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: sing
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 :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
