Metadata-Version: 2.1
Name: sb-threadpool
Version: 0.0.9
Summary: A threadpool implementation
Author-email: Stephen Booth <stephen.booth.za@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: llist~=0.7.1

# My Threadpool project

## Building
`python -m build `

## Deploying
`python -m twine upload --repository testpypi dist/*`
