Simple implementation of circular buffer.
Project description
Summary
Simple circular buffer written in python extension.
Installation
Simply pip install pycircularbuffer, compilation from downloaded source is probably needed.
Using
from circularbuffer import CircularBufferbuf = CircularBuffer(1024)buf.write(b’some text’)while len(buf) > 0:buf.read(1)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pycircularbuffer-0.0.3.tar.gz (4.6 kB) | File type Source | Python version None | Upload date | Hashes View |