Socket
Socket
Sign inDemoInstall

simple-disk-queue

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    simple-disk-queue

Create a disk-based queue


Maintainers
1

Readme

Installation

pip install . or pip install simple-disk-queue

By default, a folder called .cache/simple_disk_queue is created under your home directory, and will be used to store queues. If you want to change it, see "Global Settings" below.

Quick Start

An example can be found in examples/test.py. We can first call init_queue() to initialize the jobs, and then run sdq.DiskQueue.run('test') in different processes.

0.0.1

==================

  1. Core functionality: Add jobs to a queue and run jobs from a queue.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc