Metadata-Version: 2.3
Name: xtools
Version: 0.3.0
Summary: XTools API wrapper
Author: Baptiste Fontaine
Author-email: Baptiste Fontaine <b@ptistefontaine.fr>
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: requests>=2.28.2,<3
Requires-Python: >=3.10, <4.0
Project-URL: Homepage, https://github.com/bfontaine/xtools
Description-Content-Type: text/markdown

# xtools
[![Version on Pypi](https://img.shields.io/pypi/v/xtools.svg?label=PyPI)](https://pypi.org/project/xtools/)

**xtools** is a Python wrapper around [XTools][]’ API.

[XTools]: https://xtools.readthedocs.io/en/stable/index.html

Note this project is not affiliated with nor endorsed by XTools.

## Install

    pip install xtools

### Requirements

Python 3.10+.

## Usage

[Read the docs](https://python-xtools.readthedocs.io/en/latest/).
