Metadata-Version: 2.1
Name: cookiedb-client
Version: 1.0.0
Summary: A client for manipulating CookieDB Server databases.
Home-page: https://github.com/jaedsonpys/cookiedb-client
Author: Jaedson Silva
Author-email: imunknowuser@protonmail.com
License: UNKNOWN
Project-URL: License, https://github.com/jaedsonpys/cookiedb-client/blob/master/LICENSE
Description: # CookieDB Client
        
        The **CookieDB Client** is a client for the [CookieDB Database Server](https://github.com/jaedsonpys/cookiedb-server) where you can create, get, update and delete data in a **remote database**. This project uses class with the same methods as the [CookieDB database](https://github.com/jaedsonpys/cookiedb), so if you want to use it to connect to a CookieDB server, you must learn to use the database first.
        
        - [CookieDB Documentation](https://github.com/jaedsonpys/cookiedb/tree/master/DOCS/database)
        - [CookieDB Server](https://github.com/jaedsonpys/cookiedb-server)
        
        See `CookieDBClient` in use in this [simple example](https://github.com/jaedsonpys/cookiedb-client/blob/master/examples/simple_client.py).
        
        ## License
        
        ```
        Apache License Version 2.0
        Copyright 2023 Jaedson Silva
        ```
        
        This project uses the [Apache 2.0 License](https://github.com/jaedsonpys/cookiedb-client/blob/master/LICENSE). Please see the license file to more informations.
Keywords: database,server,noSQL,cookiedb
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database :: Database Engines/Servers
Description-Content-Type: text/markdown
