Skip to main content

A implementation of Class for Persist Queue

Project description

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

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.0.8.tar.gz (2.4 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