Cookiedb

Latest version: v9.0.0

Safety actively analyzes 623047 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

9.0.0

Features

- Remove all methods that use `pickle`.
- Create self method to store data and read database by lines.
- Loading only necessary data when getting, adding, deleting and updating.
- Encode and decode data using `struct` in `Cryptography` class.
- Raise `ValueNotSupportedError` to not suported values (supported data types: str, int, float, bool, dict and list).

8.1.0

Features

- Create path if not exist in `CookieDB.append()` method.

8.0.0

Features

- Remove `open()`, `create_database()` and `checkout()` methods.
- Create database automatically if not exist.

7.1.0

Features

- Use `bytes.join()` method to join encrypt data.
- Create `append()` method.
- Create a `Document` instance on open a database.
- Import only what is needed in the code.

7.0.0

Features

- [`32bfd2e`](https://github.com/jaedsonpys/cookiedb/commit/32bfd2e): Create `Cryptography` class;
- [`94b8e9a`](https://github.com/jaedsonpys/cookiedb/commit/94b8e9a): Raise custom `InvalidTokenError` and `InvalidSignatureError` exceptions;
- [`b319915`](https://github.com/jaedsonpys/cookiedb/commit/b319915): Use `Cryptography` in `_document` module;
- [`190167b`](https://github.com/jaedsonpys/cookiedb/commit/190167b): Remove key base64 encode from `CookieDB.__init__`.

6.0.1

Improves

- [`577ef81`](https://github.com/jaedsonpys/cookiedb/commit/577ef81): Store length of list instead of calculating every iteration;
- [`3b861ed`](https://github.com/jaedsonpys/cookiedb/commit/3b861ed): Update `cryptography` library version.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.