Recent Releases of https://github.com/kaymal/tcmb-py
https://github.com/kaymal/tcmb-py - v0.4.0
Changed
- TCMB Web Service will start accepting api-keys only in request headers starting from 26.04.2024. Therefore, removed key parameters from query strings and added api-key to the headers. Note that this change will not affect any user facing functions.
Updated
- Package data used for wildcarding is updated.
- Python
Published by kaymal almost 2 years ago
https://github.com/kaymal/tcmb-py - v0.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
HTTPErrorinstead of the generic Exception. Print more detailed traceback.
- Python
Published by kaymal almost 3 years ago
https://github.com/kaymal/tcmb-py - v0.2.0
Added
- Add monkeypatch to mock response for tests. ### Changed
- Accept arguments for the parameters
startandendin theYYYY-MM-DDformat as well asDD-MM-YYYYformat. - Update method docstrings.
- Python
Published by kaymal about 3 years ago