sqint


Namesqint JSON
Version 0.1a1 PyPI version JSON
download
home_pagehttps://github.com/cdelker/sqint
SummaryExample package description
upload_time2023-04-06 03:20:04
maintainer
docs_urlNone
authorCollin J. Delker
requires_python
licenseLicense :: OSI Approved :: MIT License
keywords sqlite database tui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cdelker/sqint",
    "name": "sqint",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sqlite,database,tui",
    "author": "Collin J. Delker",
    "author_email": "code@collindelker.com",
    "download_url": "https://files.pythonhosted.org/packages/5c/fa/528af5b2fb1338da5f7583e54910a6cc7a10d9851cf63e107e857223351b/sqint-0.1a1.tar.gz",
    "platform": null,
    "description": "# Sqint\n\n### SQlite IN Terminal\n\nSqint is a texutal-based terminal application for viewing, querying, and modifying SQLite databases.\n\nInstall with:\n\n```\npip install sqint\n```\n\nAnd run from the command line:\n\n```\nsqint [database.db]\n```\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: MIT License",
    "summary": "Example package description",
    "version": "0.1a1",
    "split_keywords": [
        "sqlite",
        "database",
        "tui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d080f48debc3b50db06fdaa1edac0d87d9caff394ba79ea765ecfcd209d8f705",
                "md5": "ea4f939cec71fecfeeac3aa9c5d1f31e",
                "sha256": "04eddaa6cc99c0088288ceb01bcd00e9f198638c7a55a4ccd0a0c356c5983dca"
            },
            "downloads": -1,
            "filename": "sqint-0.1a1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea4f939cec71fecfeeac3aa9c5d1f31e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12913,
            "upload_time": "2023-04-06T03:20:02",
            "upload_time_iso_8601": "2023-04-06T03:20:02.280314Z",
            "url": "https://files.pythonhosted.org/packages/d0/80/f48debc3b50db06fdaa1edac0d87d9caff394ba79ea765ecfcd209d8f705/sqint-0.1a1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cfa528af5b2fb1338da5f7583e54910a6cc7a10d9851cf63e107e857223351b",
                "md5": "f9a0155ece168b806d440541dc815315",
                "sha256": "91c5f34903d7becd106ea142357e8a8a0ee6279f65a8f6c9ae93d81a7df7f32b"
            },
            "downloads": -1,
            "filename": "sqint-0.1a1.tar.gz",
            "has_sig": false,
            "md5_digest": "f9a0155ece168b806d440541dc815315",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8483,
            "upload_time": "2023-04-06T03:20:04",
            "upload_time_iso_8601": "2023-04-06T03:20:04.331548Z",
            "url": "https://files.pythonhosted.org/packages/5c/fa/528af5b2fb1338da5f7583e54910a6cc7a10d9851cf63e107e857223351b/sqint-0.1a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-06 03:20:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "cdelker",
    "github_project": "sqint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sqint"
}
        
Elapsed time: 0.05645s