Name | snapbox JSON |
Version |
0.1.2
JSON |
| download |
home_page | None |
Summary | Draw boxes over images. |
upload_time | 2024-06-13 20:48:08 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | MIT |
keywords |
box
image
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
=======
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>
Raw data
{
"_id": null,
"home_page": null,
"name": "snapbox",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "box, image",
"author": null,
"author_email": "Artur Barseghyan <artur.barseghyan@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/90/2a/e51f9b1dfa6cae72ab361042fc7fb3e146c07ad209d5c118a8b9d99bd60b/snapbox-0.1.2.tar.gz",
"platform": null,
"description": "=======\nSnapBox\n=======\n.. External dependencies\n\n.. _tkinter: https://docs.python.org/3/library/tkinter.html\n.. _Pillow: https://python-pillow.org/\n.. _pipx: https://pipx.pypa.io/\n\n.. Internal references\n\n.. _SnapBox: https://github.com/barseghyanartur/snapbox/\n.. _Read the Docs: http://snapbox.readthedocs.io/\n.. _Contributor guidelines: https://snapbox.readthedocs.io/en/latest/contributor_guidelines.html\n\nPut bounding boxes over images.\n\n.. image:: https://img.shields.io/pypi/v/snapbox.svg\n :target: https://pypi.python.org/pypi/snapbox\n :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/pyversions/snapbox.svg\n :target: https://pypi.python.org/pypi/snapbox/\n :alt: Supported Python versions\n\n.. image:: https://github.com/barseghyanartur/snapbox/actions/workflows/test.yml/badge.svg?branch=main\n :target: https://github.com/barseghyanartur/snapbox/actions\n :alt: Build Status\n\n.. image:: https://readthedocs.org/projects/snapbox/badge/?version=latest\n :target: http://snapbox.readthedocs.io\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://github.com/barseghyanartur/snapbox/#License\n :alt: MIT\n\n.. image:: https://coveralls.io/repos/github/barseghyanartur/snapbox/badge.svg?branch=main&service=github\n :target: https://coveralls.io/github/barseghyanartur/snapbox?branch=main\n :alt: Coverage\n\nFeatures\n========\n- Put bounding boxes over images.\n- Export altered images.\n\nPrerequisites\n=============\n- Python 3.8+\n- `tkinter`_\n- `Pillow`_\n\nInstallation\n============\nUsing `pipx`_\n-------------\n*Recommended*\n\n.. code-block:: sh\n\n pipx install snapbox\n\nUsing `pip`\n-----------\n.. code-block:: sh\n\n pip install snapbox\n\nDocumentation\n=============\n- Documentation is available on `Read the Docs`_.\n- For guidelines on contributing check the `Contributor guidelines`_.\n\nUsage\n=====\n.. code-block:: sh\n\n snapbox\n\nTests\n=====\n\nRun the tests with unittest:\n\n.. code-block:: sh\n\n python -m unittest snapbox.py\n\nOr pytest:\n\n.. code-block:: sh\n\n pytest\n\nLicense\n=======\n\nMIT\n\nSupport\n=======\nFor security issues contact me at the e-mail given in the `Author`_ section.\n\nFor overall issues, go to `GitHub <https://github.com/barseghyanartur/snapbox/issues>`_.\n\nAuthor\n======\n\nArtur Barseghyan <artur.barseghyan@gmail.com>\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Draw boxes over images.",
"version": "0.1.2",
"project_urls": {
"Bug Tracker": "https://github.com/barseghyanartur/snapbox/issues",
"Changelog": "https://snapbox.readthedocs.io/en/latest/changelog.html",
"Documentation": "https://snapbox.readthedocs.io/",
"Homepage": "https://github.com/barseghyanartur/snapbox/",
"Source Code": "https://github.com/barseghyanartur/snapbox/"
},
"split_keywords": [
"box",
" image"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0f7c8d230685a283cbc2a5f5524d160f05d15f5e8474820be9317406ac9440f6",
"md5": "e543bb4ce24da34a51d934ee28d8cb6e",
"sha256": "7811e80a4120664aaa860e376f6551f2ac3af0f4fedccfb4adcbf17fe0951e07"
},
"downloads": -1,
"filename": "snapbox-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e543bb4ce24da34a51d934ee28d8cb6e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7311,
"upload_time": "2024-06-13T20:48:06",
"upload_time_iso_8601": "2024-06-13T20:48:06.386452Z",
"url": "https://files.pythonhosted.org/packages/0f/7c/8d230685a283cbc2a5f5524d160f05d15f5e8474820be9317406ac9440f6/snapbox-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "902ae51f9b1dfa6cae72ab361042fc7fb3e146c07ad209d5c118a8b9d99bd60b",
"md5": "c05ec886e8a8b7061e0a42fa0d3258f2",
"sha256": "1e79311da4b7bf00c5a771ae23f760fb67d70ab53e7084197c4c1656d872bbcc"
},
"downloads": -1,
"filename": "snapbox-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "c05ec886e8a8b7061e0a42fa0d3258f2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24629,
"upload_time": "2024-06-13T20:48:08",
"upload_time_iso_8601": "2024-06-13T20:48:08.025582Z",
"url": "https://files.pythonhosted.org/packages/90/2a/e51f9b1dfa6cae72ab361042fc7fb3e146c07ad209d5c118a8b9d99bd60b/snapbox-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-13 20:48:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "barseghyanartur",
"github_project": "snapbox",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "snapbox"
}