Metadata-Version: 2.1
Name: appupup
Version: 0.3.0
Summary: A peer to peer, zmq based network library.
Home-page: https://github.com/pyl1b/appupup
Author: Nicu Tofan
Author-email: nicu.tofan@gmail.com
License: MIT
Download-URL: https://github.com/pyl1b/appupup/archive/v0.3.0.zip
Project-URL: Bug Tracker, https://github.com/pyl1b/appupup/issues
Project-URL: Documentation, https://readthedocs.org/projects/appupup/
Project-URL: Source Code, https://github.com/pyl1b/appupup
Description: 
        # appupup
        
        appupup is an [open source](https://github.com/pyl1b/appupup.git),
        MIT licensed library with utilities for python programs based on
        argparse, appdirs, configparser and using logging module
        
        
        [![Build Status](https://travis-ci.org/pyl1b/appupup.svg?branch=master)](https://travis-ci.org/pyl1b/appupup)
        [![Documentation Status](https://readthedocs.org/projects/appupup/badge/?version=latest)](https://appupup.readthedocs.io/en/latest/?badge=latest)
        
        
        Install
        -------
        
            pip install appupup
        
        You can also download/clone the source, in which case you have to:
        
            git clone https://github.com/pyl1b/appupup.git
            python setup.py install
                
        To contribute a patch clone the repo, create a new branch, install in
        develop mode:
                
            python setup.py develop
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: tests
