Metadata-Version: 2.1
Name: cookiedb-cli
Version: 0.2.0
Summary: The CLI for interactive use of CookieDB. 
Home-page: https://github.com/jaedsonpys/cookiedb-cli
Author: Jaedson Silva
Author-email: imunknowuser@protonmail.com
License: GPL
Project-URL: Source code, https://github.com/jaedsonpys/cookiedb-cli
Project-URL: License, https://github.com/jaedsonpys/cookiedb-cli/blob/master/LICENSE
Keywords: database,cli,console,cookiedb
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
Classifier: Topic :: Database :: Database Engines/Servers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# CookieDB CLI

CookieDB CLI is a way to access CookieDB interactively, without having to **write files**, and can perform all the actions available in the [CookieDB](https://github.com/jaedsonpys/cookiedb) library.

Install `cookiedb-cli` using pip:

```
pip install cookiedb-cli
```

## Using CookieDB-CLI

To use the `CLI` version, you need to know the [CookieDB library](https://github.com/jaedsonpys/cookiedb). After that, just use the same methods.

Some standard CLI commands are:

- `exit`: Closes the command interface;
- `list`: List all databases.

A password will always be **required to access** the available databases.

## License

```
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
```

This code is licensed under GPL v3 license (see [LICENSE](https://github.com/jaedsonpys/cookiedb-cli/blob/master/LICENSE) for details)
