Metadata-Version: 2.4
Name: faraday_agent_parameters_types
Version: 1.9.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
License-File: COPYING
License-File: AUTHORS.rst
Requires-Dist: marshmallow<4.0.0
Requires-Dist: packaging
Requires-Dist: validators<=0.20.0
Provides-Extra: dev
Requires-Dist: giteasychangelog; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: black; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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
