Initial commit

This commit is contained in:
Chris Proctor
2026-06-22 22:07:22 -04:00
commit ffed9f2d01
8 changed files with 371 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[tool.poetry]
name = "easybits"
version = "0.1.4"
description = "A friendly interface for exploring bits."
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
bitarray = "^3.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"