Skip to content

Commit

Permalink
Merge pull request #3 from zakstucke/dev
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
zakstucke authored Nov 29, 2023
2 parents cc5cafc + e9489d2 commit 0b68c50
Show file tree
Hide file tree
Showing 10 changed files with 143 additions and 168 deletions.
12 changes: 6 additions & 6 deletions .etch.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
39 changes: 17 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,43 @@

[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]
![Coverage](https://img.shields.io/badge/Coverage-100%25-green)

[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
```

### 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
```

### 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
Expand All @@ -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
Expand All @@ -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

Expand Down
39 changes: 17 additions & 22 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,43 @@

[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]
![Coverage](https://img.shields.io/badge/Coverage-100%25-green)

[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
```

### 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
```

### 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
Expand All @@ -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
Expand All @@ -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

Expand Down
39 changes: 17 additions & 22 deletions etches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,43 @@

[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]
![Coverage](https://img.shields.io/badge/Coverage-100%25-green)

[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
```

### 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
```

### 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
Expand All @@ -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
Expand All @@ -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

Expand Down
39 changes: 17 additions & 22 deletions js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,43 @@

[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]
![Coverage](https://img.shields.io/badge/Coverage-100%25-green)

[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
```

### 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
```

### 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
Expand All @@ -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
Expand All @@ -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

Expand Down
9 changes: 9 additions & 0 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b68c50

Please sign in to comment.