# CookieDB Server
The **CookieDB Server** was created to provide remote access to the [CookieDB database](https://github.com/jaedsonpys/cookiedb) through a socket server, increasing security and maintaining your databases ***available when you need it***. To access this server, [use the CookieDB Client](https://github.com/jaedsonpys/cookiedb-client) for Python.
- [Project in PyPI](https://pypi.org/project/cookiedb-server)
- [Source code](https://github.com/jaedsonpys/cookiedb-server)
Install the `cookiedb-server` using the PIP Package Manager:
```
pip install cookiedb-server
```
Or manually download by cloning the repository and running the install:
```
git clone https://github.com/jaedsonpys/cookiedb-server.git
python3 setup.py install
```
## Configure the server
Configuration is simple, you just need to specify the password to access the server after running the `cookiedbserver` command on the command line. The input looks like this
```
[?] Set a password:
```
After setting your password, just run the `cookiedbserver` command again to run your server which can be accessed by [CookieDB Client for Python](https://github.com/jaedsonpys/cookiedb-client).
## License
```
Apache License Version 2.0
Copyright 2023 Jaedson Silva
```
This project uses the [Apache 2.0 License](https://github.com/jaedsonpys/cookiedb-server/blob/master/LICENSE). Please see the license file to more informations.
Raw data
{
"_id": null,
"home_page": "https://github.com/jaedsonpys/cookiedb-server",
"name": "cookiedb-server",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "server,database,cookiedb,socket",
"author": "Jaedson Silva",
"author_email": "imunknowuser@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/c4/ac/66f7009c5874d40296719ff7f841d244d42ec8a55d95c3f1ba8a26909e46/cookiedb-server-1.0.2.tar.gz",
"platform": null,
"description": "# CookieDB Server\n\nThe **CookieDB Server** was created to provide remote access to the [CookieDB database](https://github.com/jaedsonpys/cookiedb) through a socket server, increasing security and maintaining your databases ***available when you need it***. To access this server, [use the CookieDB Client](https://github.com/jaedsonpys/cookiedb-client) for Python.\n\n- [Project in PyPI](https://pypi.org/project/cookiedb-server)\n- [Source code](https://github.com/jaedsonpys/cookiedb-server)\n\nInstall the `cookiedb-server` using the PIP Package Manager:\n\n```\npip install cookiedb-server\n```\n\nOr manually download by cloning the repository and running the install:\n\n```\ngit clone https://github.com/jaedsonpys/cookiedb-server.git\npython3 setup.py install\n```\n\n## Configure the server\n\nConfiguration is simple, you just need to specify the password to access the server after running the `cookiedbserver` command on the command line. The input looks like this\n\n```\n[?] Set a password:\n```\n\nAfter setting your password, just run the `cookiedbserver` command again to run your server which can be accessed by [CookieDB Client for Python](https://github.com/jaedsonpys/cookiedb-client).\n\n## License\n\n```\nApache License Version 2.0\nCopyright 2023 Jaedson Silva\n```\n\nThis project uses the [Apache 2.0 License](https://github.com/jaedsonpys/cookiedb-server/blob/master/LICENSE). Please see the license file to more informations.",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Server for the CookieDB database",
"version": "1.0.2",
"split_keywords": [
"server",
"database",
"cookiedb",
"socket"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c4ac66f7009c5874d40296719ff7f841d244d42ec8a55d95c3f1ba8a26909e46",
"md5": "8d1b89234d7f694e28601d5bd536e67a",
"sha256": "ba6c75324521be5e4b538b06cc73746e4d1c0498206cab0ca032e0b325302e44"
},
"downloads": -1,
"filename": "cookiedb-server-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "8d1b89234d7f694e28601d5bd536e67a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7217,
"upload_time": "2023-01-17T21:45:33",
"upload_time_iso_8601": "2023-01-17T21:45:33.007947Z",
"url": "https://files.pythonhosted.org/packages/c4/ac/66f7009c5874d40296719ff7f841d244d42ec8a55d95c3f1ba8a26909e46/cookiedb-server-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-17 21:45:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "jaedsonpys",
"github_project": "cookiedb-server",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "cookiedb-server"
}