An open API service indexing awesome lists of open source software.

https://github.com/tmck-code/laser-prynter

terminal/cli/python helpers for colour and pretty-printing
https://github.com/tmck-code/laser-prynter

Last synced: 2 months ago
JSON representation

terminal/cli/python helpers for colour and pretty-printing

Awesome Lists containing this project

README

          

# laser-prynter
terminal/cli/python helpers for colour and pretty-printing

- [laser_prynter](#laser_prynter)
- [`bench`](#bench)
- [`laser_prynter`](#laser_prynter-1)

---

## `laser_prynter`

https://github.com/user-attachments/assets/cce8f690-e411-459f-a04f-8e9bef533e4a

---

## `bench`

https://github.com/user-attachments/assets/4af823b0-8d18-4086-9754-c76c65b66898

```python
from laser_prynter import bench

bench.bench(
tests=[
(
(range(2),), # args
{}, # kwargs
[0,1], # expected
)
],
func_groups=[ [list] ],
n=100
)
```