Skip to content

Update README.md #2715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* Productivity Tools
* [copier](https://github.com/copier-org/copier) - A library and command-line utility for rendering projects templates.
* [cookiecutter](https://github.com/cookiecutter/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates).
* [TESH-Query](https://pypi.org/project/teshq/) - AI-powered CLI tool that converts natural language queries into SQL, retrieves data from databases, and allows CSV downloads.

* [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal.
* [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line.
* [invoke](https://github.com/pyinvoke/invoke) - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
Expand Down Expand Up @@ -320,6 +322,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) - Pandas on AWS.
* [datasette](https://github.com/simonw/datasette) - An open source multi-tool for exploring and publishing data.
* [optimus](https://github.com/hi-primus/optimus) - Agile Data Science Workflows made easy with PySpark.
* [TESH-Query](https://pypi.org/project/teshq/) - AI-powered CLI tool that converts natural language queries into SQL, retrieves data from databases, and allows CSV downloads.

## Data Validation

Expand Down Expand Up @@ -357,6 +360,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pickleDB](https://github.com/patx/pickledb) - A simple and lightweight key-value store for Python.
* [tinydb](https://github.com/msiemens/tinydb) - A tiny, document-oriented database.
* [zodb](https://github.com/zopefoundation/ZODB) - A native object database for Python. A key-value and object graph database.
* ____[TESH-Query](https://pypi.org/project/teshq/) - AI-powered CLI tool that converts natural language queries into SQL, retrieves data from databases, and allows CSV downloads.


## Database Drivers

Expand Down