Metadata-Version: 2.1
Name: rlockertools
Version: 0.1.5
Summary: Useful tools to interact with Resource Locker Project
Home-page: https://github.com/jimdevops19/rlockertools.git
Author: Jim Erginbash
Author-email: jimshapedcoding@gmail.com
License: MIT
Download-URL: https://pypi.org/project/rlockertools/
Description: Useful tools to work with [Rlocker project API](https://github.com/jimdevops19/rlocker.git)
        
        # Description
            
        It consists of two main modules:
        
        - `rlockertools.resourcelocker`: Utilities to work with Lockable Resources, lock and release
        - `rlockertools.exceptions`: Custom Exceptions for lockable resources
        
        # Installation
         
        ## Normal installation
        
        ```bash
        pip install rlockertools
        ```
        
        ## Development installation
        
        ```bash
        git clone https://github.com/jimdevops19/rlockertools.git
        cd rlockertools
        pip install --editable .
        ```
        
        # Change log
        
        ## [0.0.1] - 2021-03-15
Keywords: Rlocker,rlocker,ResourceLocker,Python 3,Resource Locker
Platform: UNKNOWN
Description-Content-Type: text/markdown
