cookiedb-client


Namecookiedb-client JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/jaedsonpys/cookiedb-client
SummaryA client for manipulating CookieDB Server databases.
upload_time2023-01-17 01:29:03
maintainer
docs_urlNone
authorJaedson Silva
requires_python
license
keywords database server nosql cookiedb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jaedsonpys/cookiedb-client",
    "name": "cookiedb-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "database,server,noSQL,cookiedb",
    "author": "Jaedson Silva",
    "author_email": "imunknowuser@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/64/68/8e312bca40c86cb03034de60214369128737a83d070746a84ca8a3684059/cookiedb-client-1.0.0.tar.gz",
    "platform": null,
    "description": "# CookieDB Client\n\nThe **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.\n\n- [CookieDB Documentation](https://github.com/jaedsonpys/cookiedb/tree/master/DOCS/database)\n- [CookieDB Server](https://github.com/jaedsonpys/cookiedb-server)\n\nSee `CookieDBClient` in use in this [simple example](https://github.com/jaedsonpys/cookiedb-client/blob/master/examples/simple_client.py).\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-client/blob/master/LICENSE). Please see the license file to more informations.",
    "bugtrack_url": null,
    "license": "",
    "summary": "A client for manipulating CookieDB Server databases.",
    "version": "1.0.0",
    "split_keywords": [
        "database",
        "server",
        "nosql",
        "cookiedb"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64688e312bca40c86cb03034de60214369128737a83d070746a84ca8a3684059",
                "md5": "34ee2a4fb72602740061747c11e197e6",
                "sha256": "4771e5a4c4309760b4c6ae43a4ce963a5c96ea8af9e10b5b90bf5a1fad8d82b6"
            },
            "downloads": -1,
            "filename": "cookiedb-client-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "34ee2a4fb72602740061747c11e197e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4066,
            "upload_time": "2023-01-17T01:29:03",
            "upload_time_iso_8601": "2023-01-17T01:29:03.428455Z",
            "url": "https://files.pythonhosted.org/packages/64/68/8e312bca40c86cb03034de60214369128737a83d070746a84ca8a3684059/cookiedb-client-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-17 01:29:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jaedsonpys",
    "github_project": "cookiedb-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "cookiedb-client"
}
        
Elapsed time: 0.02876s