Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
igrek51 committed Feb 13, 2024
1 parent 817e2ea commit 526c29c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
</div>

*Nuclear* is a binding glue for CLI applications.
It includes a set of tools for building CLI applications in Python:
It consists of tools for building CLI applications in Python, including:

- [CLI parser](https://igrek51.github.io/nuclear/quick-start/) for building nested CLI commands
- [WAT](https://igrek51.github.io/nuclear/inspect/) - inspection tool for exploring Python objects
- [Sublog](https://igrek51.github.io/nuclear/sublog/) - contextual logging system
- [Sublog](https://igrek51.github.io/nuclear/sublog/) - contextual logger
- [WAT](https://igrek51.github.io/nuclear/inspect/) - inspection tool
- [Shell utilities](https://igrek51.github.io/nuclear/shell/)


Expand Down Expand Up @@ -229,7 +229,7 @@ wat()

- display variables besides log messages: `logger.debug('message', airspeed=20)`,
- wrap errors with context: `with add_context('ignition')`,
- catch errors and show traceback in a concise, pretty format: `with logerr()`.
- catch errors and show traceback in a concise, pretty format: `with error_handler()`.

```python
from nuclear.sublog import logger, error_handler, add_context
Expand Down

0 comments on commit 526c29c

Please sign in to comment.