Metadata-Version: 2.1
Name: fastcpu
Version: 0.0.5
Summary: A queue service for quickly developing scripts that use all your CPUs efficiently
Home-page: https://github.com/tawanda/fastcpu
Author: Tawanda Minya
Author-email: tminya@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/tawanda/fastcpu/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: fastcore

# fastcpu

Inspired with code from https://github.com/fastai/fastgpu 

> A queue service for quickly developing scripts that use all your CPUs efficiently

fastcpu provides a single command, fastcpu_poll, which polls a directory to check for scripts to run, and then runs them
on the first available CPU. If no CPUs are available, it waits until one is. If more than one CPU is available,
multiple scripts are run in parallel, one per CPU.





