Metadata-Version: 2.1
Name: rlockertools
Version: 0.2.2
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/
Keywords: Rlocker,rlocker,ResourceLocker,Python 3,Resource Locker
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

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 .
```

## For publishing new version
```
python -m build
python -m twine upload --repository pypi dist/*
```

# Change log

## [0.0.1] - 2021-03-15

