Install & Compatibility
Where this runs
tested against v0.0.7 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 21.8MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.8s · import 0.000s · 22MB
20MB installed
● package 20MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
BitMap
✓ from bitmap import BitMap
✗ from bitmap import Bitmap
bitmap
✓ from bitmap import bitmap
Create a simple red bitmap and save to file.
from bitmap import Bitmap
# Create a 100x100 red bitmap
bm = Bitmap(100, 100)
bm.clear((255, 0, 0))
bm.save('red.bmp')
print('Saved red.bmp')
Upgrade
Version history
0.0.7latest on PyPI · released Nov 23, 2019
Audit
Dependencies
No dependency data recorded yet.