Metadata-Version: 2.1
Name: htk-django-dbshell-plus
Version: 2.0.2
Summary: A dbshell_plus management command for Django that selects pgcli or mycli when available.
Home-page: https://github.com/hacktoolkit/django-dbshell-plus
Author: Hacktoolkit
Author-email: hello@hacktoolkit.com
License: BSD
Keywords: htk-django-dbshell-plus
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
License-File: AUTHORS.md
Requires-Dist: Django

# HTK Django DB Shell Plus

[![PyPI version](https://badge.fury.io/py/htk-django-dbshell-plus.svg)](https://badge.fury.io/py/htk-django-dbshell-plus)

A `dbshell_plus` management command for Django that selects `pgcli` or `mycli` when available.

**NOTE:**
This is a fork from
https://github.com/simonpercivall/django-dbshell-plus, which has not
been maintained for over 9 years.

# Installation

`pip install htk-django-dbshell-plus`

# License

* Free software: BSD license

# Legacy Documentation

* Documentation: http://django-dbshell-plus.rtfd.org.





Here's the recent changes to HTK Django DB Shell Plus.

---

Version: 2.0.1
Released: 2024-07-04

Fix packaging

---

Version: 2.0.0
Released: 2024-06-20

Updates for Python 3

---

Version: 1.0.1
Released: 2015-08-12

Initial version, use `pgcli` or `mycli` when available.

---



