Skip to main content

Python library for side-by-side diff in terminal, use difflib as its engine. Supports beautiful output with multi-width or zero-width character.

Project description

bigyo

Downloads (Badge for me :D)

Bigyo (비교(KR): Comparison) is simple python library for side-by-side diff in terminal.

Use difflib as its engine.

Supports beautiful output with multi-width or zero-width character.

Install

pip install bigyo

It just works!

How to

Replace

difflib.Differ().compare(a, b)

to

bigyo.Bigyo().compare(a, b)

and you get your nice side-by-side comparison generator. (Note it is generator)

Also, to get full comparison string at once, there is

bigyo.Bigyo().comparison_string(a, b)

method for you to use.

Bigyo rendering strategy

Default bigyo rendering strategy is SimpleBigyoRenderer with default params, which will look like this.

- Hello, World |+  Helo, Wold!
?    -     -   |?            +

However, you can change separator (defaults to |) if you wish, by making BigyoRenderer class with parameter,

bigyo_rd = SimpleBigyoRenderer(sep="*")

...And give it as parameter of Bigyo.

bigyo_cls = bigyo.Bigyo(bigyo_renderer = bigyo_rd)

In this case, result will look like this.

- Hello, World *+  Helo, Wold!
?    -     -   *?            +

Also there exists OnelineBigyoRenderer which will render difference like this.

He>l<lo, Wo>r<ld|Helo, Wold<!>

History

All the commits can be found in github page.

0.0.1   2022.12.15 Project init!
0.1.0   2022.12.17 Added comparison_string method, changed name from BigyoStrategy to BigyoRenderer, bugfix
0.1.1   2022.12.17 Separate bigyo_renderer, change directory structure
0.1.2   2022.12.21 Now with sphinx document!
0.1.3   2022.12.21 Requirements.txt had typo.
0.1.4   2022.12.27 Documentation fixs
0.1.4a8 2023.01.05 Tinkering with github action (nothing to do with actual program!)

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

bigyo-0.1.4a8.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

bigyo-0.1.4a8-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file bigyo-0.1.4a8.tar.gz.

File metadata

  • Download URL: bigyo-0.1.4a8.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for bigyo-0.1.4a8.tar.gz
Algorithm Hash digest
SHA256 68e3c4d093ebc523d8da4d8dbf529eff497085a242cc0598a6560b59269377ea
MD5 6e74ae4b00152926afd99ae1d1723668
BLAKE2b-256 caac33a2be868e232bea74316e2e0ceb7f315a258a21a66942746d9bed6b85d8

See more details on using hashes here.

File details

Details for the file bigyo-0.1.4a8-py3-none-any.whl.

File metadata

  • Download URL: bigyo-0.1.4a8-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for bigyo-0.1.4a8-py3-none-any.whl
Algorithm Hash digest
SHA256 98ad5f0bd84890994b6e5e350f9a7f654d879fefd57f48ef6f3cdc23945f86a3
MD5 672b2f1aa47c0dfc17a2e21c54211fb0
BLAKE2b-256 26ef43296dab25cb28b65ad0775d07896a93588f20d5cb31aa816f5d8f9954cb

See more details on using hashes here.

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