Tcmb

Latest version: v0.4.1

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

Scan your dependencies

0.3.0

Added
- Add wildcard option when reading a series key. The wildcard characters are represented as an asterisk `*` or a question mark `?`. The asterisk `*` represents any number of characters, while the question mark `?` represents a single character.
- Add new error types.
- Add a convenient reader function to be used standalone without the need of creating a Client instance. Example usage:

python
import tcmb

data = tcmb.read(["...", "..."])


Changed
- Catch `HTTPError` instead of the generic Exception. Print more detailed traceback.

0.2.0

Added
- Add monkeypatch to mock response for tests.
Changed
- Accept arguments for the parameters `start` and `end` in the `YYYY-MM-DD` format as well as `DD-MM-YYYY` format.
- Update method docstrings.

0.1.0

- First release

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.