Booru

Latest version: v1.0.21

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

Scan your dependencies

Page 1 of 2

1.0.21alpha

Bug Fixes
- proper parameter for find_tags ([bd766d5](https://github.com/sinkaroid/booru/commit/bd766d50e8dfe38c8963b00472f355b77a689a14))
- adjust parse_image_danbooru ([2ea04d1](https://github.com/sinkaroid/booru/commit/2ea04d1acc9b4bcade6045f0ca423789549fc906))
- disable check content_type ([61ecd2f](https://github.com/sinkaroid/booru/commit/61ecd2fdb8093ab23e6689efddef651cbdc685cc))
- duplicate values ([8394443](https://github.com/sinkaroid/booru/commit/8394443c7719952bae8edf303219baeb2622ebd6))
- no more deserialize ([1a50d06](https://github.com/sinkaroid/booru/commit/1a50d06c19b2fb5e39447805f43cd0cfdb967e5d))
- proper deserialize ([e22147e](https://github.com/sinkaroid/booru/commit/e22147eb621e26fd1cc9387f2b5ec9dd560448a6))
- proper statement for e6 stuff sigh ([f8cba6f](https://github.com/sinkaroid/booru/commit/f8cba6ff51b2cfa69da7538db19fc62d151ca926))
- proper tags block, not from query anymore ([97a7367](https://github.com/sinkaroid/booru/commit/97a73678cfe73f2ecbc9f814d5f1768555db92b6))
- proper type data returns ([99af19b](https://github.com/sinkaroid/booru/commit/99af19b061f60b154a72dc2de55cb4485f797c51))
- refactoring parser with constant ([309508b](https://github.com/sinkaroid/booru/commit/309508b62b663eaf32915cafc8ddb09372750629))

Build
- proper description render on pypi ([1a8dd4a](https://github.com/sinkaroid/booru/commit/1a8dd4acc20ce46b640e84800192928cd7bf1429))
- rebranding booru ([2d99212](https://github.com/sinkaroid/booru/commit/2d99212bd6e2cb5e8368419e8ad4c6cd2323ef33))

CI
- find_tags cases & upgrade actions ([2a7986c](https://github.com/sinkaroid/booru/commit/2a7986ca36b15f9706b0e393749798cd3160f6c8))
- plenty of testing cases ([a011b9b](https://github.com/sinkaroid/booru/commit/a011b9baa47079b165dbd627747a42de951dcf69))
- tdd ([6743028](https://github.com/sinkaroid/booru/commit/674302858b3f9ce4d3e3868c8f6b89ad2c3e2b87))
- tdd ([a25c422](https://github.com/sinkaroid/booru/commit/a25c422d54441e26a6730495d5a81450b29d4edf))
- update testing cases ([3b67c96](https://github.com/sinkaroid/booru/commit/3b67c961b1d9d39a4bd770d94ae3a4a8180c3946))

Docs
- fix search_image() sentence ([b9d6bd5](https://github.com/sinkaroid/booru/commit/b9d6bd5c7f069d4cbeae2579cc8fcacfc6335480))

Features
- aiohttp instead requests ([2b7b37e](https://github.com/sinkaroid/booru/commit/2b7b37e89d8718fb97886663430846460cece056))
- proper append and fix type data ([c7116fa](https://github.com/sinkaroid/booru/commit/c7116fade2693d6778756f952a106a3e3bd6f11f))
- proper tags block, tags completion built-in ([96456bb](https://github.com/sinkaroid/booru/commit/96456bba13be8f4fbcc1f1bfa116e5b64d56a244))
- request_wildcard method ([d186f5e](https://github.com/sinkaroid/booru/commit/d186f5e650f6c21ef95dbfc04d85ab66b9a54c5e))
- simplify the request ([55da9b8](https://github.com/sinkaroid/booru/commit/55da9b89ebcf7ea08467e6205078feda67d325a1))
- tags completion through wildcard ([c917de4](https://github.com/sinkaroid/booru/commit/c917de434b01d6a82eb4fd7098e333671fb87392))
- wildcard & ascii_to_str core ([5b57b84](https://github.com/sinkaroid/booru/commit/5b57b84609de2c9cc8ebc69d3fc6f2cc92740e31))

Style
- black built-in ([5124ba6](https://github.com/sinkaroid/booru/commit/5124ba6c5e6f5df1404357ad4db29fce41d1d627))

1.0.15alpha

Performance Improvements
- fix proper type data affected on docs, comments, intellisense ([9670870](https://github.com/sinkaroid/booru/commit/96708707402b793a96b3dd5e8f340824f67c3ac7))

1.0.14alpha

Features
- **client:** increase hard limit posts ([f9e5bfd](https://github.com/sinkaroid/booru/commit/f9e5bfd499dd3c44c4c3a6df5a0e32940a486d4b))
- **parser:** add resolve method ([a43b634](https://github.com/sinkaroid/booru/commit/a43b63420082fb18b70990e070e6dedb49af85e2))
Bug Fixes
- **parser:** fix encoding returns ([a43b634](https://github.com/sinkaroid/booru/commit/a43b63420082fb18b70990e070e6dedb49af85e2))

1.0.13

Features
- make mock api first before request ([91b1772](https://github.com/sinkaroid/booru/commit/91b17722eca08b0014be1d7c195d009cc28d1f0c))
- `invalid_auth` should raise when invalid auth given ([a8e0104](https://github.com/sinkaroid/booru/commit/a8e010420213fccdc092347ba82609f28d1023ea))

Performance Improvements
- fix misleading directory data on realbooru ([bbc4f6c](https://github.com/sinkaroid/booru/commit/bbc4f6c0d4ceb4b2919e8bc89afe9868b5ee3389))
- fix wrong property given on danbooru ([52ece86](https://github.com/sinkaroid/booru/commit/52ece86715e473309c846214bce6db03a9ee4dfd))

1.0.13alpha

Build

1.0.11

Features
- add `deserialize` method that works for parsing JSON ([2e261e1](https://github.com/sinkaroid/booru/commit/2e261e1bdca709f09caed1dcc780fa959b12e52c))
- refactoring client with `deserialize` instead of redundant loads ([f5a775f](https://github.com/sinkaroid/booru/commit/f5a775f0f204353850146d2b151c1fc902e1ed84))
- release and bump with pypi ([ecfab61](https://github.com/sinkaroid/booru/commit/ecfab61196dc0bc1f3b6ecdee82280d778f76530))

Performance Improvements
- fix redundant imports that even unused on `paheal` ([7f79a6f](https://github.com/sinkaroid/booru/commit/7f79a6f22fbf983f8dc02587347232d8fdb5c223))

Tests
- minor improvements tests with auto changelog ([6f584e5](https://github.com/sinkaroid/booru/commit/6f584e5f4dfba41122bdc78089941c80364e949e))

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.