Metadata-Version: 1.2
Name: Yolo2Voc
Version: 1.0.3
Summary: Yolo Annotation to PascalVOC annotation.
Home-page: https://github.com/BrWillian/Yolo2Voc/
Author: Willian Antunes
Author-email: wiliam-m-@hotmail.com
Maintainer: Willian Antunes
Maintainer-email: wiliam-m-@hotmail.com
License: MIT
Project-URL: Documentation, https://yolo2voc.readthedocs.io/
Description: .. image:: https://readthedocs.org/projects/yolo2voc/badge/?version=latest
            :target: https://yolo2voc.readthedocs.io/
            :alt: Documentation Status
        
        .. image:: https://app.codacy.com/project/badge/Grade/b5cbcb07687648fe8f77027f4438aceb
            :target: https://www.codacy.com/gh/BrWillian/Yolo2Voc/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=BrWillian/Yolo2Voc&amp;utm_campaign=Badge_Grade
        
        
        Yolo2Voc
        =============
        
        .. contents:: Table of Contents
           :local:
        
        Requirements
        -------------
        
        * Python -- one of the following:
        
          - CPython : 3.6 and newer
          - Pillow : Latest 8.x version
          - lxml : Latest 4.x version
          - tqdm : Latest 4.x version
          - defusedxml : Latest 0.x version
        
        Installation
        ------------
        
        Package is uploaded on `PyPI <https://pypi.org/project/yolo2voc>`_.
        
        You can install it with pip::
        
            $ python3 -m pip install yolo2voc
        
        Documentation
        -------------
        
        Documentation is available online: https://yolo2voc.readthedocs.io/
        
        License
        -------
        
        Yolo2Voc is released under the MIT License. See LICENSE for more information.
        
Keywords: Yolo2Voc Yolo PascalVOC
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
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: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
