Metadata-Version: 2.1
Name: snapbox
Version: 0.1.2
Summary: Draw boxes over images.
Author-email: Artur Barseghyan <artur.barseghyan@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/barseghyanartur/snapbox/
Project-URL: Bug Tracker, https://github.com/barseghyanartur/snapbox/issues
Project-URL: Documentation, https://snapbox.readthedocs.io/
Project-URL: Source Code, https://github.com/barseghyanartur/snapbox/
Project-URL: Changelog, https://snapbox.readthedocs.io/en/latest/changelog.html
Keywords: box,image
Classifier: Development Status :: 4 - Beta
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Pillow
Provides-Extra: all
Requires-Dist: snapbox[dev,docs,test] ; extra == 'all'
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: detect-secrets ; extra == 'dev'
Requires-Dist: doc8 ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pip-tools ; extra == 'dev'
Requires-Dist: pydoclint ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: uv ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx <6.0 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme >=1.3.0 ; extra == 'docs'
Requires-Dist: sphinx-no-pragma ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-rst ; extra == 'test'

=======
SnapBox
=======
.. External dependencies

.. _tkinter: https://docs.python.org/3/library/tkinter.html
.. _Pillow: https://python-pillow.org/
.. _pipx: https://pipx.pypa.io/

.. Internal references

.. _SnapBox: https://github.com/barseghyanartur/snapbox/
.. _Read the Docs: http://snapbox.readthedocs.io/
.. _Contributor guidelines: https://snapbox.readthedocs.io/en/latest/contributor_guidelines.html

Put bounding boxes over images.

.. image:: https://img.shields.io/pypi/v/snapbox.svg
   :target: https://pypi.python.org/pypi/snapbox
   :alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/snapbox.svg
    :target: https://pypi.python.org/pypi/snapbox/
    :alt: Supported Python versions

.. image:: https://github.com/barseghyanartur/snapbox/actions/workflows/test.yml/badge.svg?branch=main
   :target: https://github.com/barseghyanartur/snapbox/actions
   :alt: Build Status

.. image:: https://readthedocs.org/projects/snapbox/badge/?version=latest
    :target: http://snapbox.readthedocs.io
    :alt: Documentation Status

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
   :target: https://github.com/barseghyanartur/snapbox/#License
   :alt: MIT

.. image:: https://coveralls.io/repos/github/barseghyanartur/snapbox/badge.svg?branch=main&service=github
    :target: https://coveralls.io/github/barseghyanartur/snapbox?branch=main
    :alt: Coverage

Features
========
- Put bounding boxes over images.
- Export altered images.

Prerequisites
=============
- Python 3.8+
- `tkinter`_
- `Pillow`_

Installation
============
Using `pipx`_
-------------
*Recommended*

.. code-block:: sh

    pipx install snapbox

Using `pip`
-----------
.. code-block:: sh

    pip install snapbox

Documentation
=============
- Documentation is available on `Read the Docs`_.
- For guidelines on contributing check the `Contributor guidelines`_.

Usage
=====
.. code-block:: sh

    snapbox

Tests
=====

Run the tests with unittest:

.. code-block:: sh

    python -m unittest snapbox.py

Or pytest:

.. code-block:: sh

    pytest

License
=======

MIT

Support
=======
For security issues contact me at the e-mail given in the `Author`_ section.

For overall issues, go to `GitHub <https://github.com/barseghyanartur/snapbox/issues>`_.

Author
======

Artur Barseghyan <artur.barseghyan@gmail.com>
