Metadata-Version: 2.1
Name: dependency-track
Version: 0.0.1
Summary: A simple wrapper for the Dependency Track REST API.
Home-page: https://github.com/alvinchchen/dependency-track-python
Author: Alvin Chen
Author-email: sonoma001@gmail.com
License: UNKNOWN
Description: |License| |Python Version|
        
        .. |License| image:: https://img.shields.io/badge/license-GPL2.0+-blue.svg
           :target: https://github.com/alvinchchen/dependency-track-python/LICENSE.md
        
        .. |Python Version| image:: https://img.shields.io/badge/python-3.6%2C3.7%2C3.8-blue?logo=python
           :target: https://www.python.org/doc/versions/
        
        A simple wrapper for the Dependency Track REST API.
        
        Usage
        =====
        
        Installation
        ------------
        
           This project is available as `Python package on PyPi.org <https://pypi.org/project/dependencytrack/>`_.
        
        -  Install DependencyTrack and required dependencies:
        
           .. code:: shell
        
              pip install dependencytrack requests
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
