https://github.com/infobyte/faraday_agent_parameters_types
The faraday agents run code remotely from the faraday server. The server sets the parameters of the code, and this repository sets the models to by used by both sides.
https://github.com/infobyte/faraday_agent_parameters_types
Last synced: 9 months ago
JSON representation
The faraday agents run code remotely from the faraday server. The server sets the parameters of the code, and this repository sets the models to by used by both sides.
- Host: GitHub
- URL: https://github.com/infobyte/faraday_agent_parameters_types
- Owner: infobyte
- License: gpl-3.0
- Created: 2021-06-29T21:52:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-27T13:14:14.000Z (10 months ago)
- Last Synced: 2025-09-03T01:37:27.085Z (9 months ago)
- Language: Python
- Size: 262 KB
- Stars: 3
- Watchers: 13
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- License: COPYING
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# 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