Metadata-Version: 2.1
Name: stiqueue
Version: 1.0.0
Summary: Simple Messaging queue that is easily extendable
Home-page: https://github.com/ahmad88me/stiqueue
Author: Ahmad Alobaid
Author-email: aalobaid@fi.upm.es
License: Apache2
Description: ![stiqueue](stiqueue.png)
        
        
        
        # stiqueue
        Stands for stick queue which is a simple messaging queue
        
        
        # Run coverage
        ```sh run_coverage.sh```
        
        # Run tests
        ```sh run_tests.sh```
        
        # Run Docker
        Example of running the server from Docker
        ```docker container run --interactive -p "127.0.0.1:1234:1234" --tty --rm --name stiqueue ahmad88me/stiqueue```
        
        # Update Docker
        For example, to update docker image with version `v1.0`
        `sh scripts/update_docker_image.sh v1.0`
        
        *Note: the tests will use the default port and would
        start and the server automatically, so you don't
        need to run it before running the tests. Also note that
        after running the tests, the operating system might take
        a couple of seconds to release the port.*
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
