xtools


Namextools JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/bfontaine/xtools
SummaryXTools API wrapper
upload_time2023-04-01 17:43:16
maintainer
docs_urlNone
authorBaptiste Fontaine
requires_python>=3.8,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # xtools
[![Version on Pypi](https://img.shields.io/pypi/v/xtools.svg?label=PyPI)](https://pypi.org/project/coveralls/)
[![Coverage Status](https://coveralls.io/repos/github/bfontaine/xtools/badge.svg?branch=master)](https://coveralls.io/github/bfontaine/xtools?branch=master)

**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.8+.

## Usage

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

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bfontaine/xtools",
    "name": "xtools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Baptiste Fontaine",
    "author_email": "b@ptistefontaine.fr",
    "download_url": "https://files.pythonhosted.org/packages/80/90/c4ac5b96b615aea4481ddcd51eabc7456c592813489cef528b1b72d014da/xtools-0.2.0.tar.gz",
    "platform": null,
    "description": "# xtools\n[![Version on Pypi](https://img.shields.io/pypi/v/xtools.svg?label=PyPI)](https://pypi.org/project/coveralls/)\n[![Coverage Status](https://coveralls.io/repos/github/bfontaine/xtools/badge.svg?branch=master)](https://coveralls.io/github/bfontaine/xtools?branch=master)\n\n**xtools** is a Python wrapper around [XTools][]\u2019 API.\n\n[XTools]: https://xtools.readthedocs.io/en/stable/index.html\n\nNote this project is not affiliated with nor endorsed by XTools.\n\n## Install\n\n    pip install xtools\n\n### Requirements\n\nPython 3.8+.\n\n## Usage\n\n[Read the docs](https://python-xtools.readthedocs.io/en/latest/).",
    "bugtrack_url": null,
    "license": "",
    "summary": "XTools API wrapper",
    "version": "0.2.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6e9831b581f88d030005f08e8d76540a350cce52d24250c1c3b44c17059e285",
                "md5": "ca3d08016bee255d942adc962d13ec0c",
                "sha256": "1089f28ccd74952ecddcc8d354bfcf052fdbdf2e021af2757456247c97ad0478"
            },
            "downloads": -1,
            "filename": "xtools-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca3d08016bee255d942adc962d13ec0c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 11326,
            "upload_time": "2023-04-01T17:43:15",
            "upload_time_iso_8601": "2023-04-01T17:43:15.299548Z",
            "url": "https://files.pythonhosted.org/packages/c6/e9/831b581f88d030005f08e8d76540a350cce52d24250c1c3b44c17059e285/xtools-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8090c4ac5b96b615aea4481ddcd51eabc7456c592813489cef528b1b72d014da",
                "md5": "8696b91ea635939b9485d635baba23b6",
                "sha256": "b8707d916e68d63a92e3ced76fc3e71c315da864a9992e24b834a7582140f986"
            },
            "downloads": -1,
            "filename": "xtools-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8696b91ea635939b9485d635baba23b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 9173,
            "upload_time": "2023-04-01T17:43:16",
            "upload_time_iso_8601": "2023-04-01T17:43:16.997460Z",
            "url": "https://files.pythonhosted.org/packages/80/90/c4ac5b96b615aea4481ddcd51eabc7456c592813489cef528b1b72d014da/xtools-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-01 17:43:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "bfontaine",
    "github_project": "xtools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xtools"
}
        
Elapsed time: 0.13220s