quickDatabase


NamequickDatabase JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/py-contributors/python-db
SummarySimple python database
upload_time2024-07-02 02:47:49
maintainerNone
docs_urlNone
authorDeepak Raj
requires_python>=3.4
licenseNone
keywords python database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center"><a href="https://pypi.org/project/quickDatabase/">Quick DB âš¡ 0.0.5</a></h1>

<p align="center">
Light weight database for python, with a simple API and a simple file format.
it is not meant to be a full featured database, but rather a simple way to  store data in a file.
it's written in python, and is compatible with python 3.6 and above.</p>

<p align="center">
<a href="https://github.com/py-contributors/quickdb/stargazers"><img src="https://img.shields.io/github/stars/py-contributors/quickdb?style=for-the-badge" alt="github stars"></a>
<a href="https://github.com/py-contributors/quickdb/network/members"><img src="https://img.shields.io/github/forks/py-contributors/quickdb?style=for-the-badge" alt="github forks"></a>
<img src="https://img.shields.io/github/languages/code-size/py-contributors/quickdb?style=for-the-badge" alt="code size">
  </p>
  <p align="center">
<a href="https://pypi.org/project/quickdb/"><img src="https://img.shields.io/pypi/status/quickdatabase.svg?style=for-the-badge" alt="pypi status"></a>
<a href="https://pypi.org/project/quickdb/"><img src="https://img.shields.io/readthedocs/quickdb?style=for-the-badge" alt="docs"></a>
<a href="https://pypi.org/project/quickdb/"><img src="https://img.shields.io/librariesio/release/pypi/quickdb?style=for-the-badge" alt="dependices"></a>
</p>
<p align="center">
<a href="https://discord.gg/JfbK3bS"><img src="https://img.shields.io/discord/758030555005714512.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge" alt="discord invite"></a>
<a href="https://api.github.com/repos/py-contributors/quickdb/contributors"><img src="https://img.shields.io/github/contributors/py-contributors/quickdb?style=for-the-badge" alt="total contributors"></a>
</p>

## Features

* Simple API
* CLI support with colorful output
* Easy to use 
* CLI interface
* Open source

## Documentation/Tutorial

The documentation is available at [Quick DB](https://quickdb.readthedocs.io/en/latest/)

## Installation

You can install the package using pip:

### [Stable version](https://pypi.org/project/quickDatabase/)

```bash
pip install quickdatabase
```

### [Unstable and latest version](https://test.pypi.org/project/quickDatabase/)

```bash
pip install -i https://test.pypi.org/simple/ quickDatabase
```

## Usage

To use QuickDB, you need to import it:

```bash
from quickdb import QuickDB
```

## CONTRIBUTING

If you want to contribute to this project, you can do so by forking the repository and making a pull request.
Check out the [CONTRIBUTING.md](/CONTRIBUTING.md) file for more information.

## LICENSE

This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details

## Contributors

<a href="https://github.com/Py-Contributors/quickdb/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=Py-Contributors/quickdb"/>
</a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/py-contributors/python-db",
    "name": "quickDatabase",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": null,
    "keywords": "python database",
    "author": "Deepak Raj",
    "author_email": "deepak008@live.com",
    "download_url": "https://files.pythonhosted.org/packages/6d/09/6d2f48a56843649e4aec0a1e10156cc7bcc4fa63d9f7ff1b42a6f7e47de1/quickDatabase-0.0.5.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\"><a href=\"https://pypi.org/project/quickDatabase/\">Quick DB \u00e2\u0161\u00a1 0.0.5</a></h1>\n\n<p align=\"center\">\nLight weight database for python, with a simple API and a simple file format.\nit is not meant to be a full featured database, but rather a simple way to  store data in a file.\nit's written in python, and is compatible with python 3.6 and above.</p>\n\n<p align=\"center\">\n<a href=\"https://github.com/py-contributors/quickdb/stargazers\"><img src=\"https://img.shields.io/github/stars/py-contributors/quickdb?style=for-the-badge\" alt=\"github stars\"></a>\n<a href=\"https://github.com/py-contributors/quickdb/network/members\"><img src=\"https://img.shields.io/github/forks/py-contributors/quickdb?style=for-the-badge\" alt=\"github forks\"></a>\n<img src=\"https://img.shields.io/github/languages/code-size/py-contributors/quickdb?style=for-the-badge\" alt=\"code size\">\n  </p>\n  <p align=\"center\">\n<a href=\"https://pypi.org/project/quickdb/\"><img src=\"https://img.shields.io/pypi/status/quickdatabase.svg?style=for-the-badge\" alt=\"pypi status\"></a>\n<a href=\"https://pypi.org/project/quickdb/\"><img src=\"https://img.shields.io/readthedocs/quickdb?style=for-the-badge\" alt=\"docs\"></a>\n<a href=\"https://pypi.org/project/quickdb/\"><img src=\"https://img.shields.io/librariesio/release/pypi/quickdb?style=for-the-badge\" alt=\"dependices\"></a>\n</p>\n<p align=\"center\">\n<a href=\"https://discord.gg/JfbK3bS\"><img src=\"https://img.shields.io/discord/758030555005714512.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge\" alt=\"discord invite\"></a>\n<a href=\"https://api.github.com/repos/py-contributors/quickdb/contributors\"><img src=\"https://img.shields.io/github/contributors/py-contributors/quickdb?style=for-the-badge\" alt=\"total contributors\"></a>\n</p>\n\n## Features\n\n* Simple API\n* CLI support with colorful output\n* Easy to use \n* CLI interface\n* Open source\n\n## Documentation/Tutorial\n\nThe documentation is available at [Quick DB](https://quickdb.readthedocs.io/en/latest/)\n\n## Installation\n\nYou can install the package using pip:\n\n### [Stable version](https://pypi.org/project/quickDatabase/)\n\n```bash\npip install quickdatabase\n```\n\n### [Unstable and latest version](https://test.pypi.org/project/quickDatabase/)\n\n```bash\npip install -i https://test.pypi.org/simple/ quickDatabase\n```\n\n## Usage\n\nTo use QuickDB, you need to import it:\n\n```bash\nfrom quickdb import QuickDB\n```\n\n## CONTRIBUTING\n\nIf you want to contribute to this project, you can do so by forking the repository and making a pull request.\nCheck out the [CONTRIBUTING.md](/CONTRIBUTING.md) file for more information.\n\n## LICENSE\n\nThis project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details\n\n## Contributors\n\n<a href=\"https://github.com/Py-Contributors/quickdb/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=Py-Contributors/quickdb\"/>\n</a>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simple python database",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/py-contributors/python-db"
    },
    "split_keywords": [
        "python",
        "database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "707e0b1041886688b54e27c4541393335e1d87632975996226f0db486fafef62",
                "md5": "4c0dc21a3a417147190d418a69ae792d",
                "sha256": "dd76672e7059d0ab6c898be0f89a6be563797f8de89e2fa5991a8d9a9cbac973"
            },
            "downloads": -1,
            "filename": "quickDatabase-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c0dc21a3a417147190d418a69ae792d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.4",
            "size": 5603,
            "upload_time": "2024-07-02T02:47:47",
            "upload_time_iso_8601": "2024-07-02T02:47:47.818336Z",
            "url": "https://files.pythonhosted.org/packages/70/7e/0b1041886688b54e27c4541393335e1d87632975996226f0db486fafef62/quickDatabase-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d096d2f48a56843649e4aec0a1e10156cc7bcc4fa63d9f7ff1b42a6f7e47de1",
                "md5": "ac983ed8a2a3c987964e0fb6f0fc6a93",
                "sha256": "563438786d75a04f4bb4104fcb3c9e3fc36b5ffdf1898578a5ba796f29e29f51"
            },
            "downloads": -1,
            "filename": "quickDatabase-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ac983ed8a2a3c987964e0fb6f0fc6a93",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 5732,
            "upload_time": "2024-07-02T02:47:49",
            "upload_time_iso_8601": "2024-07-02T02:47:49.205704Z",
            "url": "https://files.pythonhosted.org/packages/6d/09/6d2f48a56843649e4aec0a1e10156cc7bcc4fa63d9f7ff1b42a6f7e47de1/quickDatabase-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-02 02:47:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "py-contributors",
    "github_project": "python-db",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "quickdatabase"
}
        
Elapsed time: 0.24531s