Metadata-Version: 2.1
Name: torxtools
Version: 1.0.8
Summary: Less generic functionalities than Phillips and Pozidriv tools. One size fits most. MacGyver's French army spork.
Author-email: Julien Lecomte <julien@lecomte.at>
License: MIT
Project-URL: Homepage, https://gitlab.com/twiddle/torxtools
Project-URL: Documentation, https://torxtools.docs.twiddle.ovh
Project-URL: Source code, https://gitlab.com/twiddle/torxtools
Project-URL: Bug tracker, https://gitlab.com/twiddle/torxtools/-/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boltons>=19.3
Requires-Dist: filelock>=3.0
Requires-Dist: tomli>=2.0
Requires-Dist: xdg>=5.0
Provides-Extra: dev

[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://spdx.org/licenses/MIT.html)
[![pipelines](https://gitlab.com/twiddle/torxtools/badges/master/pipeline.svg)](https://gitlab.com/twiddle/torxtools/pipelines)
[![coverage](https://gitlab.com/twiddle/torxtools/badges/master/coverage.svg)](https://torxtools.docs.twiddle.ovh/coverage/index.html)

# torxtools

Less generic functionalities than Phillips and Pozidriv tools. One size fits most. MacGyver's French army spork.

Quick and dirty library that holds functions used in projects with similarities.

## Installation

You can install the latest version from PyPI package repository.

~~~bash
python3 -mpip install -U torxtools
~~~


## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.


## Locations

  * Documentation: [https://torxtools.docs.twiddle.ovh](https://torxtools.docs.twiddle.ovh)
  * Website: [https://gitlab.com/twiddle/torxtools](https://gitlab.com/twiddle/torxtools)
  * PyPi: [https://pypi.org/project/torxtools](https://pypi.org/project/torxtools)
