Metadata-Version: 2.1
Name: faraday_agent_parameters_types
Version: 1.2.0
Summary: The faraday agents run code remotely to ensure your domains. This info is triggered and published
Home-page: https://github.com/infobyte/faraday_agent_parameters_types
Author: Faraday Development Team
Author-email: devel@infobytesec.com
License: GNU General Public License v3
Keywords: faraday
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: docs
License-File: COPYING
License-File: AUTHORS.rst

# Faraday Agent Parameters Types

The [faraday agents][dispatcher] run code remotely to secure your domains. This info is triggered and published to a
[faraday server][faraday] instance, which had set the parameters of the code. This repository sets the models to
be used by both sides.


Features
--------

* Set the models of parameters types for the agents:
    * How to pass them by identifier strings
    * How to encode/decode them to pass data between the [Faraday server][faraday], and the [agents][dispatcher]

Credits
-------

This package was created with [Cookiecutter][cookiecutter] and the
[`audreyr/cookiecutter-pypackage`][cookiecutter-pypackage] project template.

[cookiecutter]: https://github.com/audreyr/cookiecutter
[cookiecutter-pypackage]: https://github.com/audreyr/cookiecutter-pypackage
[faraday]: https://github.com/infobyte/faraday
[dispatcher]: https://github.com/infobyte/faraday_agent_dispatcher


1.0.1 [Aug 9th, 2021]:
---
 * New manifest for InsightVM agent
 * Remove HOST and API from parameters

1.0.0 [Jun 29th, 2021]:
---
 * First release of module

0.1.0 [May 14th, 2021]:
---
 * Release of first stable version, to use in multiples pipelines

0.1.0a1 [Apr 22nd, 2021]:
---
 * Encode/Decode the types, plus identifier logic
 * First release of the package, in alpha status
