BitBazaar
An assortment of publicly available cross-language utilities useful to my projects.
Installation
Python
Current version: 0.0.1
You can install BitBazaar via pip from PyPI:
pip install bitbazaar
Javascript
Current version: 0.0.1
You can install BitBazaar via npm:
npm install bitbazaar
Rust-backed Python library
Current version: 0.0.1
You can install BitBazaar via pip from PyPI:
pip install bitbazaar_rs
Binaries are available for:
- Linux:
x86_64
,aarch64
,i686
,armv7l
,musl-x86_64
&musl-aarch64
- MacOS:
x86_64
&arm64
- Windows:
amd64
&win32
(NOTE: disabled currently, see build workflow for bug that needs fixing)
Otherwise, you can install from source which requires Rust stable to be installed.
Rust
Current version: 0.0.1
You can install BitBazaar via crates.io:
# Cargo.toml
bitbazaar = "1.0.0" # With the up to date version
Usage
Please see the documentation for details.
Contributing
Contributions are very welcome. To learn more, see the Contributor Guide.
License
Distributed under the terms of the MIT license, BitBazaar is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description.