Metadata-Version: 1.1
Name: fortifyapi
Version: 1.0.12
Summary: Python library for Fortify Software Security Center (SSC) RESTFul API
Home-page: https://github.com/target/fortifyapi
Author: Brandon Spruth, Jim Nelson
Author-email: brandon.spruth2@target.com, jim.nelson2@target.com
License: MIT
Download-URL: https://github.com/target/fortifyapi/tarball/1.0.12
Description-Content-Type: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/v/fortifyapi.svg
           :target: https://pypi.org/project/fortifyapi
        .. image:: https://img.shields.io/pypi/pyversions/fortifyapi.svg
        .. image:: https://img.shields.io/travis/target/fortifyapi/master.svg
           :target: http://travis-ci.org/target/fortifyapi
           
        Fortify API
        ***********
        
        Fortify API is a Python RESTFul API client module for Fortify's `Software Security Center <https://saas.hpe.com/en-us/software/software-security-assurance-sdlc/>`_
        
        Quick Start
        ~~~~~~~~~~~
        
        Several quick start options are available:
        
        - Build locally: ``python setup.py build``
        - Install with pip (recommended): ``pip install fortifyapi``
        - `Download the latest release <https://github.com/target/fortifyapi/releases/latest/>`__.
        
        Example
        ~~~~~~~
        
        ::
        
            # import the package
            from fortifyapi import fortify
        
            # setup fortify ssc connection information
            host = 'https://localhost:8443/'
        
            # instantiate the fortify api wrapper
            ssc = fortify.FortifyApi(host)
        
            # Do something
        
        Supporting information for each method available can be found in the `documentation <https://target.github.io/fortifyapi/>`__.
        
        Bugs and Feature Requests
        ~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Found something that doesn't seem right or have a feature request? Please open a new issue.
        
        Copyright and License
        ~~~~~~~~~~~~~~~~~~~~~
        .. image:: https://img.shields.io/github/license/target/fortifyapi.svg?style=flat-square
        
        - Copyright 2017 Target Brands, Inc.
        
Keywords: fortify,api,security,software,hpe,micro focus,ssc,sast
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
