Metadata-Version: 2.4
Name: nikos-safebooru-wrapper
Version: 0.1.0
Summary: A Python wrapper for the safebooru.org API
Author: Niko
License: Unlicense
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pydantic
Requires-Dist: python-magic
Dynamic: license-file

# Niko's Safebooru Wrapper

> [!IMPORTANT]
> This is still work in progress!! Bugs WILL show up!!

> [!NOTE]
> This derives from [Niko's Rule34 Wrapper](https://github.com/niko-at-chalupa/nikos-rule34-wrapper).

A python wrapper for safebooru.org!!

## Features
> - **`tag_info` support** -
> Supports safebooru's tag info stuff. This means that tags can be catagorized by their type *(general, artist, character...)*.

## Planned features
> - [ ] Httpx instead of requests

> - [ ] Async support

> - [ ] CLI interface

> - [ ] PyPi package 
