Skip to main content

An assortment of publicly available cross-language utilities useful to my projects.

Project description

BitBazaar

License Documentation

PyPI Status Python Version Coverage

PyPI Status Python Version

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

This project isn't released to a private registry store and is only accessible from github. In below scripts replace <ACCESS_TOKEN> with the one supplied to you.

# Cargo.toml

[dependencies]
# Cargo is intelligent enough to find the specific crate/Cargo.toml in the repo (Note this means 2 Cargo.toml in the same repo will break)
bitbazaar = { git = "https://<ACCESS_TOKEN>@github.com/zakstucke/bitbazaar.git", tag = "v0.0.1_rs" }

This installs the specific subdirectory at the target version tag (pointing to the specific commit that released that 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bitbazaar-0.0.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

bitbazaar-0.0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page