Metadata-Version: 2.1
Name: sqint
Version: 0.1a0
Summary: Example package description
Home-page: https://github.com/cdelker/sqint
Author: Collin J. Delker
Author-email: code@collindelker.com
License: License :: OSI Approved :: MIT License
Keywords: sqlite,database,tui
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# Sqint

### SQlite IN Terminal

Sqint is a texutal-based terminal application for viewing, querying, and modifying SQLite databases.

Install with:

```
pip install sqint
```

And run from the command line:

```
sqint [database.db]
```
