Metadata-Version: 2.1
Name: acnutils
Version: 0.6.1
Summary: Various utilities used in AntiCompositeNumber's bots
Home-page: https://github.com/AntiCompositeNumber/acnutils
License: Apache-2.0
Keywords: pywikibot,toolforge,wikimedia,wikipedia
Author: AntiCompositeNumber
Author-email: anticompositenumber+pypi@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Provides-Extra: db
Requires-Dist: pywikibot (>=6.6.1,<8.0.0)
Requires-Dist: toolforge (>=5.0.0,<6.0.0); extra == "db"
Project-URL: Repository, https://github.com/AntiCompositeNumber/acnutils
Description-Content-Type: text/x-rst

acnutils
========
.. image:: https://img.shields.io/github/workflow/status/AntiCompositeNumber/AntiCompositeBot/Python%20application
    :alt: GitHub Workflow Status
    :target: https://github.com/AntiCompositeNumber/acnutils/actions
.. image:: https://coveralls.io/repos/github/AntiCompositeNumber/acnutils/badge.svg?branch=master
    :alt: Coverage status
    :target: https://coveralls.io/github/AntiCompositeNumber/acnutils?branch=master
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :alt: Code style: black
    :target: https://github.com/psf/black
.. image:: https://img.shields.io/pypi/pyversions/acnutils
    :alt: PyPI - Python Version
    :target: https://pypi.org/project/acnutils/


A collection of various scripts used by AntiCompositeNumber's bots.

Feel free to use this if you find it useful, however, no guarentees of stability are made.
Pull requests are welcome, but may be declined if they would not be useful for my bots or tools.

This package depends on pywikibot. Some utilites also require a database connection via the toolforge libarary, to enable those install ``acnutils[db]``.

Poetry is used for dependency management and package building. To set up this project, run ``poetry install -E db``.

