Piyo

Latest version: v1.1.2

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

Scan your dependencies

1.0.3

Add keywords and options params to search posts easier.

Previously, complex `q` parameters had to be set in order to use search keywords and options in the article search endpoint. This update adds search keywords and optional params to posts() for easier search for articles.

python
keywords = ["diary", "secret"]
search_options = {
"sort": "created"
}
posts = client.posts(keywords=keywords, search_options=search_options)


v1
fix post/patch/delete request bugs

0.3.0

[piyo-0.3.0.tar.gz](https://github.com/argonism/piyo/files/7229660/piyo-0.3.0.tar.gz)

add POST endpoints

0.2.0

first release

support those endpoints

- GET teams
- GET teams/:team
- GET teams/:team/stats
- GET teams/:team/members
- GET teams/:team/posts
- GET teams/:team/posts/:post_id
- GET teams/:team/posts/:post_id/comments
- GET teams/:team/comments
- GET teams/:team/comments/:comment_id

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.