termdbms
rich
Our great sponsors
termdbms | rich | |
---|---|---|
16 | 134 | |
1,234 | 42,510 | |
- | 1.8% | |
2.8 | 9.7 | |
9 months ago | 6 days ago | |
Go | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
termdbms
-
Why SQLite may become foundational for digital progress
https://github.com/mathaou/termdbms
Granted I'm the author, but until I get around to rewriting it from the ground up, I really think it saves a lot of time for editing single cells, querying, and viewing in a headless environment.
-
Bubble Tea: fun, functional and stateful way to build terminal apps
One of my favorite TUI frameworks. I made https://github.com/mathaou/termdbms with it. A very pleasant experience.
- Ask HN: Have you used SQLite as a primary database?
- TUI in webapp design language(CSS) and pattern(check the demo, it’s next level)
-
Ask HN: Have you created programs for only your personal use?
I made a headless sqlite dbms (not nearly as feature rich as the real thing) for my own embedded development. It can show the values of any table, view specific cells, update cells with a text editor interface, beautifies json, and takes in SQL queries as well.
Got some bugs with formatting complex lines of text, but it works well enough for me. I plan on porting to Rust one of these days.
-
Terminal cataloging/database application
Ok I thought some programming could be done. Clipper is very very high level, so extremely easy to use! What about this then? Still very low level tough!
- Gobang – Cross-platform TUI database management tool written in Rust
- SQLite-TUI: A TUI for viewing SQLite databases, written in Go
rich
-
How to do licenses?
No. I just remembered the rich package of Python. And here is how it handles the same problem. It is also licensed under MIT, and for implementing the CLI spinners, the maintainers decided to distribute another not less famous, MIT-licensed cli-spinners. Just see the rich/_spinners.py file. They added the license notice of the cli-spinners right on the top of the file.
- KleverNotes : Still working on it !
-
Released my first pypi project!
Great job on publishing your first project. But are you aware of the rich library which offers the same functionality and a lot more console formatting? How does your library compare to it?
-
This week(s) in DocArray
We ported back the pretty printing from DocArray v1 to v2 and tidied it up a bit to reflect the new v2 schema! Under the hood, we're relying on the awesome rich library for everything related to UI.
-
lord-of-the-clips (lotc): CLI app to download, trim/clip, and merge videos. Supports lots of sites. Downloads/trims at multiple points. Merges multiple clips.
This app leverages these powerful libraries: - yt-dlp: video downloader - moviepy: video trimmer/merger - click: CLI app creator - rich / rich-click: CLI app styler
-
tempy: render beautiful weather data to your terminal
- rich, a base rich text library with tons of raw capabilities and convenience classes/functions. `tempy` makes use of `rich` for all its rendering capabilities.
-
Ask HN: What Are You Working on This Year?
Both are python libraries written by Will McGugan, designed to bring stylized text formatting to terminals and consoles.
-
My first Python App
You should check out https://github.com/Textualize/rich to enhance your terminal outputs.
- Como desarrollar una aplicación de cmd con interfaz estática
-
My resume is boring
To keep things simple my choice fell on console output, but I knew Python has some nice libraries about formatting text in the terminal such as rich so my derived classes were refactored to implement console rendering.
What are some alternatives?
tqdm - A Fast, Extensible Progress Bar for Python and CLI
colorama - Simple cross-platform colored terminal text in Python
python-prompt-toolkit - Library for building powerful interactive command line applications in Python
blessed - Blessed is an easy, practical library for making python terminal apps
textual - Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.
alive-progress - A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
notcurses - blingful character graphics/TUI library. definitely not curses.
WindTerm - A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.
typer - Typer, build great CLIs. Easy to code. Based on Python type hints.
Python Fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
DearPyGui - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
CUTIE - Command line User Tools for Input Easification