From e9489d23019517cea9c71cdfc5e2a0a6358c628c Mon Sep 17 00:00:00 2001 From: Zak Stucke Date: Wed, 29 Nov 2023 15:20:19 +0000 Subject: [PATCH] Update --- .etch.lock | 12 ++++++------ README.md | 39 +++++++++++++++++---------------------- docs/index.md | 39 +++++++++++++++++---------------------- etches/README.md | 39 +++++++++++++++++---------------------- js/README.md | 39 +++++++++++++++++---------------------- js/package-lock.json | 9 +++++++++ js/package.json | 17 +++++++++-------- py/README.md | 39 +++++++++++++++++---------------------- py_rust/README.md | 39 +++++++++++++++++---------------------- rust/README.md | 39 +++++++++++++++++---------------------- 10 files changed, 143 insertions(+), 168 deletions(-) diff --git a/.etch.lock b/.etch.lock index be834ca6..9e774a21 100644 --- a/.etch.lock +++ b/.etch.lock @@ -2,20 +2,20 @@ "version": "0.0.8", "files": { "py/LICENSE.etch.md": 2448964748, - "py/README.etch.md": 2208946736, + "py/README.etch.md": 1158138010, "LICENSE.etch.md": 2448964748, "js/LICENSE.etch.md": 2448964748, - "js/README.etch.md": 2208946736, + "js/README.etch.md": 1158138010, "rust/LICENSE.etch.md": 2448964748, - "rust/README.etch.md": 2208946736, - "README.etch.md": 2208946736, - "docs/index.etch.md": 2208946736, + "rust/README.etch.md": 1158138010, + "README.etch.md": 1158138010, + "docs/index.etch.md": 1158138010, "docs/LICENSE.etch.md": 2448964748, "docs/CODE_OF_CONDUCT.etch.md": 1599554411, "docs/CONTRIBUTING.etch.md": 1523652830, "CODE_OF_CONDUCT.etch.md": 1599554411, "CONTRIBUTING.etch.md": 1523652830, "py_rust/LICENSE.etch.md": 2448964748, - "py_rust/README.etch.md": 2208946736 + "py_rust/README.etch.md": 1158138010 } } diff --git a/README.md b/README.md index b6e9c235..9fdfde40 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ [license]: https://github.com/zakstucke/bitbazaar/blob/main/LICENSE.md +An assortment of publicly available cross-language utilities useful to my projects. + +### Python + [![PyPI](https://img.shields.io/pypi/v/bitbazaar.svg)][pypi status] [![Status](https://img.shields.io/pypi/status/bitbazaar.svg)][pypi status] [![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar)][pypi status] @@ -12,21 +16,7 @@ [pypi status]: https://pypi.org/project/bitbazaar/ -[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] -[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] -[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] - -[pypi status]: https://pypi.org/project/bitbazaar_rs/ - -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](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar @@ -34,9 +24,10 @@ pip install bitbazaar ### Javascript -Current version: `0.0.2` +[![npm version](https://img.shields.io/npm/v/bitbazaar.svg?style=flat)](https://www.npmjs.com/package/bitbazaar) +![Coverage](https://img.shields.io/badge/Coverage-100%25-green) -You can install _BitBazaar_ via [npm](https://www.npmjs.com/): +You can install **BitBazaar** via [npm](https://www.npmjs.com/): ```console npm install bitbazaar @@ -44,9 +35,13 @@ npm install bitbazaar ### Rust-backed Python library -Current version: `0.0.1` +[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] +[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] +[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] + +[pypi status]: https://pypi.org/project/bitbazaar_rs/ -You can install _BitBazaar_ via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar_rs @@ -62,9 +57,9 @@ Otherwise, you can install from source which requires Rust stable to be installe ### Rust -Current version: `0.0.1` +[![Crates.io](https://img.shields.io/crates/v/bitbazaar.svg)](https://crates.io/crates/bitbazaar) -You can install _BitBazaar_ via [crates.io](https://crates.io/): +You can install **BitBazaar** via [crates.io](https://crates.io/): ```yaml # Cargo.toml @@ -85,7 +80,7 @@ To learn more, see the [Contributor Guide](CONTRIBUTING.md). ## License Distributed under the terms of the [MIT license](LICENSE.md), -_BitBazaar_ is free and open source software. +**BitBazaar** is free and open source software. ## Issues diff --git a/docs/index.md b/docs/index.md index b6e9c235..9fdfde40 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,6 +5,10 @@ [license]: https://github.com/zakstucke/bitbazaar/blob/main/LICENSE.md +An assortment of publicly available cross-language utilities useful to my projects. + +### Python + [![PyPI](https://img.shields.io/pypi/v/bitbazaar.svg)][pypi status] [![Status](https://img.shields.io/pypi/status/bitbazaar.svg)][pypi status] [![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar)][pypi status] @@ -12,21 +16,7 @@ [pypi status]: https://pypi.org/project/bitbazaar/ -[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] -[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] -[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] - -[pypi status]: https://pypi.org/project/bitbazaar_rs/ - -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](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar @@ -34,9 +24,10 @@ pip install bitbazaar ### Javascript -Current version: `0.0.2` +[![npm version](https://img.shields.io/npm/v/bitbazaar.svg?style=flat)](https://www.npmjs.com/package/bitbazaar) +![Coverage](https://img.shields.io/badge/Coverage-100%25-green) -You can install _BitBazaar_ via [npm](https://www.npmjs.com/): +You can install **BitBazaar** via [npm](https://www.npmjs.com/): ```console npm install bitbazaar @@ -44,9 +35,13 @@ npm install bitbazaar ### Rust-backed Python library -Current version: `0.0.1` +[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] +[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] +[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] + +[pypi status]: https://pypi.org/project/bitbazaar_rs/ -You can install _BitBazaar_ via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar_rs @@ -62,9 +57,9 @@ Otherwise, you can install from source which requires Rust stable to be installe ### Rust -Current version: `0.0.1` +[![Crates.io](https://img.shields.io/crates/v/bitbazaar.svg)](https://crates.io/crates/bitbazaar) -You can install _BitBazaar_ via [crates.io](https://crates.io/): +You can install **BitBazaar** via [crates.io](https://crates.io/): ```yaml # Cargo.toml @@ -85,7 +80,7 @@ To learn more, see the [Contributor Guide](CONTRIBUTING.md). ## License Distributed under the terms of the [MIT license](LICENSE.md), -_BitBazaar_ is free and open source software. +**BitBazaar** is free and open source software. ## Issues diff --git a/etches/README.md b/etches/README.md index a889b34d..9fdfde40 100644 --- a/etches/README.md +++ b/etches/README.md @@ -5,6 +5,10 @@ [license]: https://github.com/zakstucke/bitbazaar/blob/main/LICENSE.md +An assortment of publicly available cross-language utilities useful to my projects. + +### Python + [![PyPI](https://img.shields.io/pypi/v/bitbazaar.svg)][pypi status] [![Status](https://img.shields.io/pypi/status/bitbazaar.svg)][pypi status] [![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar)][pypi status] @@ -12,21 +16,7 @@ [pypi status]: https://pypi.org/project/bitbazaar/ -[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] -[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] -[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] - -[pypi status]: https://pypi.org/project/bitbazaar_rs/ - -An assortment of publicly available cross-language utilities useful to my projects. - -## Installation - -### Python - -Current version: `{{ PY_VERSION }}` - -You can install _BitBazaar_ via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar @@ -34,9 +24,10 @@ pip install bitbazaar ### Javascript -Current version: `{{ JS_VERSION }}` +[![npm version](https://img.shields.io/npm/v/bitbazaar.svg?style=flat)](https://www.npmjs.com/package/bitbazaar) +![Coverage](https://img.shields.io/badge/Coverage-100%25-green) -You can install _BitBazaar_ via [npm](https://www.npmjs.com/): +You can install **BitBazaar** via [npm](https://www.npmjs.com/): ```console npm install bitbazaar @@ -44,9 +35,13 @@ npm install bitbazaar ### Rust-backed Python library -Current version: `{{ PY_RUST_VERSION }}` +[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] +[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] +[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] + +[pypi status]: https://pypi.org/project/bitbazaar_rs/ -You can install _BitBazaar_ via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar_rs @@ -62,9 +57,9 @@ Otherwise, you can install from source which requires Rust stable to be installe ### Rust -Current version: `{{ RUST_VERSION }}` +[![Crates.io](https://img.shields.io/crates/v/bitbazaar.svg)](https://crates.io/crates/bitbazaar) -You can install _BitBazaar_ via [crates.io](https://crates.io/): +You can install **BitBazaar** via [crates.io](https://crates.io/): ```yaml # Cargo.toml @@ -85,7 +80,7 @@ To learn more, see the [Contributor Guide](CONTRIBUTING.md). ## License Distributed under the terms of the [MIT license](LICENSE.md), -_BitBazaar_ is free and open source software. +**BitBazaar** is free and open source software. ## Issues diff --git a/js/README.md b/js/README.md index b6e9c235..9fdfde40 100644 --- a/js/README.md +++ b/js/README.md @@ -5,6 +5,10 @@ [license]: https://github.com/zakstucke/bitbazaar/blob/main/LICENSE.md +An assortment of publicly available cross-language utilities useful to my projects. + +### Python + [![PyPI](https://img.shields.io/pypi/v/bitbazaar.svg)][pypi status] [![Status](https://img.shields.io/pypi/status/bitbazaar.svg)][pypi status] [![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar)][pypi status] @@ -12,21 +16,7 @@ [pypi status]: https://pypi.org/project/bitbazaar/ -[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] -[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] -[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] - -[pypi status]: https://pypi.org/project/bitbazaar_rs/ - -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](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar @@ -34,9 +24,10 @@ pip install bitbazaar ### Javascript -Current version: `0.0.2` +[![npm version](https://img.shields.io/npm/v/bitbazaar.svg?style=flat)](https://www.npmjs.com/package/bitbazaar) +![Coverage](https://img.shields.io/badge/Coverage-100%25-green) -You can install _BitBazaar_ via [npm](https://www.npmjs.com/): +You can install **BitBazaar** via [npm](https://www.npmjs.com/): ```console npm install bitbazaar @@ -44,9 +35,13 @@ npm install bitbazaar ### Rust-backed Python library -Current version: `0.0.1` +[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] +[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] +[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] + +[pypi status]: https://pypi.org/project/bitbazaar_rs/ -You can install _BitBazaar_ via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar_rs @@ -62,9 +57,9 @@ Otherwise, you can install from source which requires Rust stable to be installe ### Rust -Current version: `0.0.1` +[![Crates.io](https://img.shields.io/crates/v/bitbazaar.svg)](https://crates.io/crates/bitbazaar) -You can install _BitBazaar_ via [crates.io](https://crates.io/): +You can install **BitBazaar** via [crates.io](https://crates.io/): ```yaml # Cargo.toml @@ -85,7 +80,7 @@ To learn more, see the [Contributor Guide](CONTRIBUTING.md). ## License Distributed under the terms of the [MIT license](LICENSE.md), -_BitBazaar_ is free and open source software. +**BitBazaar** is free and open source software. ## Issues diff --git a/js/package-lock.json b/js/package-lock.json index 96ef5053..55e06076 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -12,6 +12,7 @@ "@preact/preset-vite": "2.6.0", "@prefresh/vite": "2.4.3", "html-minifier-terser": "7.2.0", + "install": "^0.13.0", "vite-plugin-checker": "0.6.2", "vite-plugin-inspect": "0.7.41", "vite-plugin-pwa": "0.16.7", @@ -4813,6 +4814,14 @@ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, + "node_modules/install": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", + "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==", + "engines": { + "node": ">= 0.10" + } + }, "node_modules/internal-slot": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz", diff --git a/js/package.json b/js/package.json index c8e4ce5e..21b3b08b 100644 --- a/js/package.json +++ b/js/package.json @@ -23,6 +23,8 @@ "dist" ], "devDependencies": { + "@types/chroma-js": "^2.4.2", + "@types/html-minifier-terser": "7.0.1", "@typescript-eslint/eslint-plugin": ">=6.9.0", "@typescript-eslint/parser": ">=6.9.0", "@vitest/coverage-istanbul": "^0.34.6", @@ -30,21 +32,20 @@ "happy-dom": "12.10.3", "tsup": ">=7.2.0", "typescript": ">=5.2.2", - "vitest": ">=0.34.6", - "@types/html-minifier-terser": "7.0.1", - "@types/chroma-js": "^2.4.2" + "vitest": ">=0.34.6" }, "peerDependencies": { - "vite": "^4.5.0", - "chroma-js": "^2.4.2" + "chroma-js": "^2.4.2", + "vite": "^4.5.0" }, "dependencies": { + "@preact/preset-vite": "2.6.0", + "@prefresh/vite": "2.4.3", "html-minifier-terser": "7.2.0", + "install": "^0.13.0", "vite-plugin-checker": "0.6.2", "vite-plugin-inspect": "0.7.41", "vite-plugin-pwa": "0.16.7", - "vite-plugin-rewrite-all": "1.0.1", - "@preact/preset-vite": "2.6.0", - "@prefresh/vite": "2.4.3" + "vite-plugin-rewrite-all": "1.0.1" } } diff --git a/py/README.md b/py/README.md index b6e9c235..9fdfde40 100644 --- a/py/README.md +++ b/py/README.md @@ -5,6 +5,10 @@ [license]: https://github.com/zakstucke/bitbazaar/blob/main/LICENSE.md +An assortment of publicly available cross-language utilities useful to my projects. + +### Python + [![PyPI](https://img.shields.io/pypi/v/bitbazaar.svg)][pypi status] [![Status](https://img.shields.io/pypi/status/bitbazaar.svg)][pypi status] [![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar)][pypi status] @@ -12,21 +16,7 @@ [pypi status]: https://pypi.org/project/bitbazaar/ -[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] -[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] -[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] - -[pypi status]: https://pypi.org/project/bitbazaar_rs/ - -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](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar @@ -34,9 +24,10 @@ pip install bitbazaar ### Javascript -Current version: `0.0.2` +[![npm version](https://img.shields.io/npm/v/bitbazaar.svg?style=flat)](https://www.npmjs.com/package/bitbazaar) +![Coverage](https://img.shields.io/badge/Coverage-100%25-green) -You can install _BitBazaar_ via [npm](https://www.npmjs.com/): +You can install **BitBazaar** via [npm](https://www.npmjs.com/): ```console npm install bitbazaar @@ -44,9 +35,13 @@ npm install bitbazaar ### Rust-backed Python library -Current version: `0.0.1` +[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] +[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] +[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] + +[pypi status]: https://pypi.org/project/bitbazaar_rs/ -You can install _BitBazaar_ via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar_rs @@ -62,9 +57,9 @@ Otherwise, you can install from source which requires Rust stable to be installe ### Rust -Current version: `0.0.1` +[![Crates.io](https://img.shields.io/crates/v/bitbazaar.svg)](https://crates.io/crates/bitbazaar) -You can install _BitBazaar_ via [crates.io](https://crates.io/): +You can install **BitBazaar** via [crates.io](https://crates.io/): ```yaml # Cargo.toml @@ -85,7 +80,7 @@ To learn more, see the [Contributor Guide](CONTRIBUTING.md). ## License Distributed under the terms of the [MIT license](LICENSE.md), -_BitBazaar_ is free and open source software. +**BitBazaar** is free and open source software. ## Issues diff --git a/py_rust/README.md b/py_rust/README.md index b6e9c235..9fdfde40 100644 --- a/py_rust/README.md +++ b/py_rust/README.md @@ -5,6 +5,10 @@ [license]: https://github.com/zakstucke/bitbazaar/blob/main/LICENSE.md +An assortment of publicly available cross-language utilities useful to my projects. + +### Python + [![PyPI](https://img.shields.io/pypi/v/bitbazaar.svg)][pypi status] [![Status](https://img.shields.io/pypi/status/bitbazaar.svg)][pypi status] [![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar)][pypi status] @@ -12,21 +16,7 @@ [pypi status]: https://pypi.org/project/bitbazaar/ -[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] -[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] -[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] - -[pypi status]: https://pypi.org/project/bitbazaar_rs/ - -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](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar @@ -34,9 +24,10 @@ pip install bitbazaar ### Javascript -Current version: `0.0.2` +[![npm version](https://img.shields.io/npm/v/bitbazaar.svg?style=flat)](https://www.npmjs.com/package/bitbazaar) +![Coverage](https://img.shields.io/badge/Coverage-100%25-green) -You can install _BitBazaar_ via [npm](https://www.npmjs.com/): +You can install **BitBazaar** via [npm](https://www.npmjs.com/): ```console npm install bitbazaar @@ -44,9 +35,13 @@ npm install bitbazaar ### Rust-backed Python library -Current version: `0.0.1` +[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] +[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] +[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] + +[pypi status]: https://pypi.org/project/bitbazaar_rs/ -You can install _BitBazaar_ via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar_rs @@ -62,9 +57,9 @@ Otherwise, you can install from source which requires Rust stable to be installe ### Rust -Current version: `0.0.1` +[![Crates.io](https://img.shields.io/crates/v/bitbazaar.svg)](https://crates.io/crates/bitbazaar) -You can install _BitBazaar_ via [crates.io](https://crates.io/): +You can install **BitBazaar** via [crates.io](https://crates.io/): ```yaml # Cargo.toml @@ -85,7 +80,7 @@ To learn more, see the [Contributor Guide](CONTRIBUTING.md). ## License Distributed under the terms of the [MIT license](LICENSE.md), -_BitBazaar_ is free and open source software. +**BitBazaar** is free and open source software. ## Issues diff --git a/rust/README.md b/rust/README.md index b6e9c235..9fdfde40 100644 --- a/rust/README.md +++ b/rust/README.md @@ -5,6 +5,10 @@ [license]: https://github.com/zakstucke/bitbazaar/blob/main/LICENSE.md +An assortment of publicly available cross-language utilities useful to my projects. + +### Python + [![PyPI](https://img.shields.io/pypi/v/bitbazaar.svg)][pypi status] [![Status](https://img.shields.io/pypi/status/bitbazaar.svg)][pypi status] [![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar)][pypi status] @@ -12,21 +16,7 @@ [pypi status]: https://pypi.org/project/bitbazaar/ -[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] -[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] -[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] - -[pypi status]: https://pypi.org/project/bitbazaar_rs/ - -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](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar @@ -34,9 +24,10 @@ pip install bitbazaar ### Javascript -Current version: `0.0.2` +[![npm version](https://img.shields.io/npm/v/bitbazaar.svg?style=flat)](https://www.npmjs.com/package/bitbazaar) +![Coverage](https://img.shields.io/badge/Coverage-100%25-green) -You can install _BitBazaar_ via [npm](https://www.npmjs.com/): +You can install **BitBazaar** via [npm](https://www.npmjs.com/): ```console npm install bitbazaar @@ -44,9 +35,13 @@ npm install bitbazaar ### Rust-backed Python library -Current version: `0.0.1` +[![PyPI](https://img.shields.io/pypi/v/bitbazaar_rs.svg)][pypi status] +[![Status](https://img.shields.io/pypi/status/bitbazaar_rs.svg)][pypi status] +[![Python Version](https://img.shields.io/pypi/pyversions/bitbazaar_rs)][pypi status] + +[pypi status]: https://pypi.org/project/bitbazaar_rs/ -You can install _BitBazaar_ via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): +You can install **BitBazaar** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/): ```console pip install bitbazaar_rs @@ -62,9 +57,9 @@ Otherwise, you can install from source which requires Rust stable to be installe ### Rust -Current version: `0.0.1` +[![Crates.io](https://img.shields.io/crates/v/bitbazaar.svg)](https://crates.io/crates/bitbazaar) -You can install _BitBazaar_ via [crates.io](https://crates.io/): +You can install **BitBazaar** via [crates.io](https://crates.io/): ```yaml # Cargo.toml @@ -85,7 +80,7 @@ To learn more, see the [Contributor Guide](CONTRIBUTING.md). ## License Distributed under the terms of the [MIT license](LICENSE.md), -_BitBazaar_ is free and open source software. +**BitBazaar** is free and open source software. ## Issues