Metadata-Version: 1.1
Name: tcpnetlock
Version: 0.0.6
Summary: Network lock based on TCP sockets
Home-page: https://github.com/hgdeoro/tcpnetlock
Author: Horacio G. de Oro
Author-email: hgdeoro@gmail.com
License: GNU General Public License v3
Description: ==========
        TcpNetLock
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/tcpnetlock.svg
                :target: https://pypi.python.org/pypi/tcpnetlock
        
        .. image:: https://img.shields.io/travis/hgdeoro/tcpnetlock.svg
                :target: https://travis-ci.org/hgdeoro/tcpnetlock
        
        .. image:: https://readthedocs.org/projects/tcpnetlock/badge/?version=latest
                :target: https://tcpnetlock.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/hgdeoro/tcpnetlock/shield.svg
             :target: https://pyup.io/repos/github/hgdeoro/tcpnetlock/
             :alt: Updates
        
        
        
        Network lock based on TCP sockets
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://tcpnetlock.readthedocs.io.
        
        
        Features
        --------
        
        * 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.0.6 (2018-06-16)
        ------------------
        
        * Create shell script to be sourced, to facilitate use of tcpnetlock from shell scripts
        
        0.0.5 (2018-06-15)
        ------------------
        
        * Update CONTRIBUTING (documents commands for the full release process)
        * Disable upload to pypi from Travis-CI
        
        0.0.4 (2018-06-15)
        ------------------
        
        * Encapsulate Lock, adds client id and timestamp
        * Implement sending of keepalive from client
        * Remove use of 'click'
        * Start server from cli with configurable parameters (listen address, port, etc)
        * Use client id to identify who has the lock
        
        0.0.3 (2018-06-15)
        ------------------
        
        * Validate lock name in server
        * FIX client to handle RESPONSE_ERR response
        * Add unittests
        * Refactor locks into server class
        * Use threading for test server
        * Make code compatible with Python 3.5
        
        0.0.2 (2018-06-15)
        ------------------
        
        * Implements RELEASE of locks
        * FIX release of lock when client closes the connection
        * Validates lock name
        * Code refactoring
        
        0.0.1 (2018-06-15)
        ------------------
        
        * Add files from cookiecutter-pypackage
        * Migrate test cases to pytest
        
Keywords: tcpnetlock
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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
