Skip to main content

A implementation of Class for Persist Queue

Project description

### Persist Queue Package

This project is based on the achievements of [persist-queue](<https://pypi.org/project/persist-queue/>).

persistQueue is a class that created for ease the develop.

#### Requirements * Python 2.7 * Full suport for Linux

#### Installation

`$ pip install persistQueue`

Adding path for python shell

`$ echo export PYTHONPATH=.local/lib/python2.7/site-packages/persistQueue:${PYTHONPATH} >> .bashrc`

#### Examples Example usage with a SQLite3 based queue

>>> from persistQueue import PersistQueue
>>> q = PersistQueue()
>>> q.put('str1')
>>> q.put('str2')
>>> q.put('str3')
>>> q.get()
'str1'
>>> del q

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

persistQueue-0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page