Metadata-Version: 2.1
Name: express-pascal-voc-tools
Version: 0.4.0
Summary: A tool for creating, reading and visualizing Pascal VOC annotations
Author: Soumen Sardar
Author-email: soumensardarintmain@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Express Pascal Voc Tools

A tool for creating, reading and visualizing Pascal VOC annotations

# Getting Started

## Install

`pip install express-pascal-voc-tools`

## VOC Reading

# Collaborate

GitHub: [https://github.com/Redcof/pascal_voc_tools.git](https://github.com/Redcof/pascal_voc_tools.git)

## Build and Publish

`python setup.py sdist bdist_wheel`
`python -m twine upload dist/*`
