Treehole

Latest version: v2.0.0

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

Scan your dependencies

Page 1 of 2

1.1.2

- Minor patch for unawaited async function
- A new example for async methods usage (see [sample_async.py](./tests/sample_async.py))

1.1.1

- Minor patch of backwards compatibility for up to Python 3.6! Thank you, [vermin](https://github.com/netromdk/vermin)!

1.1.0

- Revise redundant code in calls to `requests`
- Asynchronous methods are now available! They come with `_async` suffixes compared to their synchronous counterparts.

1.0.1

- Minor patch for demo case in README.md

1.0.0

- Rename `Client` class to `TreeHoleClient` to avoid similar name with submodule `client` (breaks backward compatibility)
- Documentation is out! Check it out at [GitHub Pages](https://teddyhuang-00.github.io/pyTreeHole)
- Refactor code, add more unit tests using [`pytest`](https://docs.pytest.org/en/stable/)

0.0.3

- Move `GenericHole` type to models, you can now use it in your own functions
- Add `get_hole_image` method to `Client`, which returns the hole image as a bytes string and the content type
- Rename `search` method to `get_search` for consistency
- **Since we're still in development, this becomes a patch rather than a minor version**
- Add a new data model for user nicknames
- Add a bunch of `post_*` methods to client! You can now post comments, holes, attentions!
- Rename `test-client.py` to `test-get.py`

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.