Metadata-Version: 2.1
Name: archerysec-cli
Version: 3.1.5
Summary: A commandline tool that wraps the Archerysec REST API for controlling Archery and executing quick, targeted scans.
Home-page: https://github.com/archerysec/archerysec-cli.git
Author: Anand Tiwari
Author-email: 
License: 
Platform: UNKNOWN
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
License-File: LICENSE.txt
Requires-Dist: certifi
Requires-Dist: chardet
Requires-Dist: Click
Requires-Dist: idna
Requires-Dist: pyArchery
Requires-Dist: requests
Requires-Dist: urllib3
Provides-Extra: dev
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: ddt ; extra == 'dev'
Requires-Dist: mock ; extra == 'dev'
Requires-Dist: pep8 ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: responses ; extra == 'dev'


Archery CLI
*******************

A commandline tool that wraps the Archerysec REST API for controlling Archery and executing quick, targeted scans.

- `For More details <http://docs.archerysec.com/>`__

Requirements
~~~~~~~~~~~~

- `Archery tool <https://github.com/archerysec/archerysec>`__
- Python 3.9


Bugs and Feature Requests
~~~~~~~~~~~~~~~~~~~~~~~~~

- `If you Found bug or have a feature request? Please open a new issue <https://github.com/archerysec/archerysec/issues>`__

