Name | admyral JSON |
Version |
0.1.43
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2024-11-22 18:30:29 |
maintainer | None |
docs_url | None |
author | Daniel Grittner |
requires_python | <4.0,>=3.11 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center">
<img src="img/banner.svg" alt="admyral" />
</p>
<div align="center">
<div>
<h3>
<a href="https://docs.admyral.dev/"><strong>๐ Docs</strong></a> ยท
<a href="https://discord.gg/GqbJZT9Hbf"><strong>๐ฌ Discord</strong></a> ยท
<a href="https://github.com/Admyral-Security/admyral-quickstart"><strong>๐๏ธ Quickstart</strong></a>
</h3>
</div>
<div>
![Commit Activity](https://img.shields.io/github/commit-activity/m/Admyral-Security/admyral?style=flat-square&logo=github)
![License](https://img.shields.io/badge/License-Apache%202.0-blue?style=flat-square&logo=apache)
</div>
</div>
</br>
## Quick start ๐
Install Admyral:
```bash
$ pip install admyral
```
Start Admyral to access the frontend, automate and monitor controls using Admyral's scalable workflow infrastructure:
```bash
$ admyral up
```
> [!IMPORTANT]
> Admyral is built with Python 3.12 and requires Docker to be installed on your machine. \
> If you don't have Docker installed, you can download it [here](https://docs.docker.com/get-docker/). \
> If you don't have Python 3.12 installed, you can download it [here](https://www.python.org/downloads/) or use your favorite package manager (e.g., `brew`).
More instructions on self-hosting with Docker can be found [here](https://docs.admyral.dev/docker), and for the development setup, click [here](https://docs.admyral.dev/development_setup).
## Simple, reliable GRC Engineering using Admyral's Python SDK
### Automation-as-Code ๐งโ๐ป
<p align="center">
<img src="img/workflow.svg" alt="admyral" />
</p>
### AI Workflows ๐ค
Empower your control monitoring and GRC workflows with AI! Admyral supports custom AI Actions using top-tier LLMs from OpenAI, Mistral, Anthropic, and more. You can use these AI Actions within your workflow to summarize findings, create a report, categorize alerts, and much more.
### No-Code Editor Sync -- Bi-directional ๐ ๐
Admyral is hybrid. It offers the flexibility of code and the simplicity and speed of No-Code. Using the latter, visualize your codified controls and edit them directly in the drag-and-drop workflow builder. All changes are synced back into your code.
<img src="img/sync.svg" alt="admyral" />
### Workflow Monitoring ๐ฎ
<img src="img/monitoring.svg" alt="admyral" />
### Reliable and Scalable Infrastructure Out-of-the-box ๐ฆ
Built on [Temporal](https://temporal.io/) (used by Netflix, Retool, and co.), Admyral ensures reliable, scalable workflows -- incl. secrets management for integrations.
Deploy in under 5 minutes without infrastructure or scalability worries.
### Start Automating Any Control or GRC Workflow ๐ฌ
Make your _security grc operations_ more efficient and accomplish more with less resources.
When automating controls in _GRC_, reduce the effort for evidence collection and establish continuous control monitoring.
Example workflows/controls can be found in [examples/playbooks/workflows](https://github.com/Admyral-Security/admyral/tree/main/examples).
## ๐ License
This repository is licensed under Apache License 2.0. See [LICENSE](https://github.com/Admyral-Security/admyral/blob/main/LICENSE) for more details.
## Misc
### Telemetry
Admyral automatically collects telemetry data using PostHog with hosting in the EU. We want to emphasize that no personal data is sent to PostHog. The data helps us to understand how Admyral is used and improve our most relevant features as well as track the overall usage for internal and external reporting.
None of data is shared with third parties and does not include any sensitive information. If you would like to opt-out of telemetry or have questions, please reach out to us via [chris@admyral.ai](mailto:chris@admyral.ai) or contact us on Discord, as we want to be transparent and respect your privacy.
You can opt-out by simply setting `ADMYRAL_DISABLE_TELEMETRY` to `true` in your environment variables.
Raw data
{
"_id": null,
"home_page": null,
"name": "admyral",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": null,
"author": "Daniel Grittner",
"author_email": "danielgrittner@web.de",
"download_url": "https://files.pythonhosted.org/packages/6f/fc/3e61493650225e2cb5546a350dfd459879e0bc9920216f9fc51e740ae695/admyral-0.1.43.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n<img src=\"img/banner.svg\" alt=\"admyral\" />\n</p>\n\n<div align=\"center\">\n <div>\n <h3>\n <a href=\"https://docs.admyral.dev/\"><strong>\ud83d\udcda Docs</strong></a> \u00b7\n <a href=\"https://discord.gg/GqbJZT9Hbf\"><strong>\ud83d\udcac Discord</strong></a> \u00b7\n <a href=\"https://github.com/Admyral-Security/admyral-quickstart\"><strong>\ud83c\udfce\ufe0f Quickstart</strong></a>\n </h3>\n </div>\n <div>\n\n![Commit Activity](https://img.shields.io/github/commit-activity/m/Admyral-Security/admyral?style=flat-square&logo=github)\n![License](https://img.shields.io/badge/License-Apache%202.0-blue?style=flat-square&logo=apache)\n\n </div>\n</div>\n\n</br>\n\n## Quick start \ud83d\ude80\n\nInstall Admyral:\n\n```bash\n$ pip install admyral\n```\n\nStart Admyral to access the frontend, automate and monitor controls using Admyral's scalable workflow infrastructure:\n\n```bash\n$ admyral up\n```\n\n> [!IMPORTANT]\n> Admyral is built with Python 3.12 and requires Docker to be installed on your machine. \\\n> If you don't have Docker installed, you can download it [here](https://docs.docker.com/get-docker/). \\\n> If you don't have Python 3.12 installed, you can download it [here](https://www.python.org/downloads/) or use your favorite package manager (e.g., `brew`).\n\nMore instructions on self-hosting with Docker can be found [here](https://docs.admyral.dev/docker), and for the development setup, click [here](https://docs.admyral.dev/development_setup).\n\n## Simple, reliable GRC Engineering using Admyral's Python SDK\n\n### Automation-as-Code \ud83e\uddd1\u200d\ud83d\udcbb\n\n<p align=\"center\">\n<img src=\"img/workflow.svg\" alt=\"admyral\" />\n</p>\n\n### AI Workflows \ud83e\udd16\n\nEmpower your control monitoring and GRC workflows with AI! Admyral supports custom AI Actions using top-tier LLMs from OpenAI, Mistral, Anthropic, and more. You can use these AI Actions within your workflow to summarize findings, create a report, categorize alerts, and much more.\n\n### No-Code Editor Sync -- Bi-directional \ud83d\udc48 \ud83d\udc49\n\nAdmyral is hybrid. It offers the flexibility of code and the simplicity and speed of No-Code. Using the latter, visualize your codified controls and edit them directly in the drag-and-drop workflow builder. All changes are synced back into your code.\n\n<img src=\"img/sync.svg\" alt=\"admyral\" />\n\n### Workflow Monitoring \ud83d\udd2e\n\n<img src=\"img/monitoring.svg\" alt=\"admyral\" />\n\n### Reliable and Scalable Infrastructure Out-of-the-box \ud83d\udce6\n\nBuilt on [Temporal](https://temporal.io/) (used by Netflix, Retool, and co.), Admyral ensures reliable, scalable workflows -- incl. secrets management for integrations.\nDeploy in under 5 minutes without infrastructure or scalability worries.\n\n### Start Automating Any Control or GRC Workflow \ud83c\udfac\n\nMake your _security grc operations_ more efficient and accomplish more with less resources.\n\nWhen automating controls in _GRC_, reduce the effort for evidence collection and establish continuous control monitoring.\n\nExample workflows/controls can be found in [examples/playbooks/workflows](https://github.com/Admyral-Security/admyral/tree/main/examples).\n\n## \ud83d\udcc3 License\n\nThis repository is licensed under Apache License 2.0. See [LICENSE](https://github.com/Admyral-Security/admyral/blob/main/LICENSE) for more details.\n\n## Misc\n\n### Telemetry\n\nAdmyral automatically collects telemetry data using PostHog with hosting in the EU. We want to emphasize that no personal data is sent to PostHog. The data helps us to understand how Admyral is used and improve our most relevant features as well as track the overall usage for internal and external reporting.\n\nNone of data is shared with third parties and does not include any sensitive information. If you would like to opt-out of telemetry or have questions, please reach out to us via [chris@admyral.ai](mailto:chris@admyral.ai) or contact us on Discord, as we want to be transparent and respect your privacy.\n\nYou can opt-out by simply setting `ADMYRAL_DISABLE_TELEMETRY` to `true` in your environment variables.\n",
"bugtrack_url": null,
"license": null,
"summary": null,
"version": "0.1.43",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "26940c6fab651754a3ec3edda69eb9f3cb59db2d5602af413392ae5110e91c9f",
"md5": "56181129a3196457aec1b20cd3ee7ada",
"sha256": "b55afc405fb4254744833cbe93e63b7de5b73fbeaab78dd98a90d38887700b13"
},
"downloads": -1,
"filename": "admyral-0.1.43-py3-none-any.whl",
"has_sig": false,
"md5_digest": "56181129a3196457aec1b20cd3ee7ada",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 199267,
"upload_time": "2024-11-22T18:30:27",
"upload_time_iso_8601": "2024-11-22T18:30:27.315895Z",
"url": "https://files.pythonhosted.org/packages/26/94/0c6fab651754a3ec3edda69eb9f3cb59db2d5602af413392ae5110e91c9f/admyral-0.1.43-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6ffc3e61493650225e2cb5546a350dfd459879e0bc9920216f9fc51e740ae695",
"md5": "ec4b320cd91cd86cee3aa293d1c68fa1",
"sha256": "a083e5006e0fb1a42bafa791ba4883f02f8edb5b32b07c3f043c95c556f03561"
},
"downloads": -1,
"filename": "admyral-0.1.43.tar.gz",
"has_sig": false,
"md5_digest": "ec4b320cd91cd86cee3aa293d1c68fa1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 126657,
"upload_time": "2024-11-22T18:30:29",
"upload_time_iso_8601": "2024-11-22T18:30:29.312187Z",
"url": "https://files.pythonhosted.org/packages/6f/fc/3e61493650225e2cb5546a350dfd459879e0bc9920216f9fc51e740ae695/admyral-0.1.43.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 18:30:29",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "admyral"
}