Metadata-Version: 2.1
Name: stock-dashboard
Version: 0.0.1
Summary: Simple python database
Home-page: https://github.com/py-contributors/python-db
Author: Deepak Raj
Author-email: deepak008@live.com
License: UNKNOWN
Description: <h1 align="center"><a href="https://pypi.org/project/quickDatabase/">Quick DB ⚡ 0.0.1</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:
        
        ```bash
        pip install 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>
        
        ## Author
        
        - Module : QuickDB
        - Author  : py-contributors
        - Email   : pycontributors@gmail.com
        
Keywords: python database
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Requires-Python: >=3.4
Description-Content-Type: text/markdown
