{"id":15013068,"url":"https://github.com/simonkowallik/as3ninja","last_synced_at":"2025-04-12T04:21:10.880Z","repository":{"id":36182708,"uuid":"220081992","full_name":"simonkowallik/as3ninja","owner":"simonkowallik","description":":octocat: AS3 Ninja is a templating and validation engine for your AS3 declarations. No matter if you prefer a CLI or Swagger REST API, AS3 Ninja has you covered!","archived":false,"fork":false,"pushed_at":"2023-02-18T10:51:23.000Z","size":3288,"stargazers_count":6,"open_issues_count":12,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T07:15:08.401Z","etag":null,"topics":["as3","cli","devops","gitops","jinja2","json-schema","openapi","python","rest-api","swagger","vault"],"latest_commit_sha":null,"homepage":"https://as3ninja.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonkowallik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/support.rst","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-06T20:17:38.000Z","updated_at":"2023-02-26T06:04:01.000Z","dependencies_parsed_at":"2024-10-14T03:40:48.935Z","dependency_job_id":"28b6303f-b658-4791-a2ce-9d0d145bc598","html_url":"https://github.com/simonkowallik/as3ninja","commit_stats":{"total_commits":131,"total_committers":4,"mean_commits":32.75,"dds":0.2137404580152672,"last_synced_commit":"b6804024599e551e035808f29e77cccc5ae3675a"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonkowallik%2Fas3ninja","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonkowallik%2Fas3ninja/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonkowallik%2Fas3ninja/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonkowallik%2Fas3ninja/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonkowallik","download_url":"https://codeload.github.com/simonkowallik/as3ninja/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514411,"owners_count":21116961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["as3","cli","devops","gitops","jinja2","json-schema","openapi","python","rest-api","swagger","vault"],"created_at":"2024-09-24T19:43:41.756Z","updated_at":"2025-04-12T04:21:10.845Z","avatar_url":"https://github.com/simonkowallik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![AS3 Ninja](https://raw.githubusercontent.com/simonkowallik/as3ninja/master/docs/_static/logo.png)\n\n_AS3 Ninja is a templating and validation engine for your AS3 declarations. No matter if you prefer a CLI or Swagger REST API, AS3 Ninja has you covered!_\n\n[![CI Pipeline](https://github.com/simonkowallik/as3ninja/actions/workflows/ci-pipeline.yaml/badge.svg)](https://github.com/simonkowallik/as3ninja/actions/workflows/ci-pipeline.yaml)\n[![Documentation Status](https://readthedocs.org/projects/as3ninja/badge/?version=latest\u0026style=flat)](https://as3ninja.readthedocs.io/en/latest/?badge=latest)\n[![Maintainability](https://api.codeclimate.com/v1/badges/9f516ff8bde00c7c082d/maintainability)](https://codeclimate.com/github/simonkowallik/as3ninja/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/9f516ff8bde00c7c082d/test_coverage)](https://codeclimate.com/github/simonkowallik/as3ninja/test_coverage)\n\n- Free software: ISC license\n- Documentation: \u003chttps://as3ninja.readthedocs.io\u003e\n- Works with Python 3.8 and up\n\n## What is AS3 Ninja and what can it do for you?\n\nAS3 Ninja is a templating engine as well as a validator for\n[AS3](https://github.com/F5Networks/f5-appsvcs-extension/) declarations.\nIt offers a CLI for local usage, as well as a OpenAPI/Swagger based REST\nAPI.\n\nAS3 Ninja empowers you to create AS3 declarations in a DevOps way by\nembracing the ideas of GitOps and CI/CD.\n\nIt separates Configuration from Code (Templates) as far as YOU wish.\n\nAS3 Ninja let's you decide to scale between declarative and imperative\nparadigms to fit your needs.\n\nWhat AS3 Ninja doesn't do:\n\n- It does not provide you with a UI to create configurations\n- It does not deploy AS3 configurations\n\n## Features\n\n- Validate your AS3 Declarations against the AS3 Schema (via API, eg. for CI/CD) and AS3 specific formats\n- Create AS3 Declarations from templates using the full power of Jinja2 (CLI and API)\n  - reads your JSON or YAML configurations to generate AS3 Declarations\n  - carefully crafted Jinja2 `as3ninja.filters` and `as3ninja.functions` further enhance the templating capabilities\n- Use Git(hub) to pull template configurations and declaration templates\n- HashiCorp Vault integration to retrieve secrets\n- AS3 Ninja provides a simple CLI..\n- ..and a REST API including a Swagger/OpenAPI interface at `/api/docs` and `/api/redoc` (openapi.json @ `/api/openapi.json`)\n\n## AS3 Ninja Interface\n\nSome impressions from AS3 Ninja's interfaces:\n\n### the Command Line\n\n![CLI](https://as3ninja.readthedocs.io/en/latest/_images/_cli.svg)\n\n### the API UI\n\nReDoc and Swagger UI:\n\n![ReDoc](https://raw.githubusercontent.com/simonkowallik/as3ninja/master/docs/_static/_api.gif)\n\nSwagger UI demo:\n\n![Swagger UI](https://raw.githubusercontent.com/simonkowallik/as3ninja/master/docs/_static/_api_demo.gif)\n\n## Disclaimer and Security Note\n\nAS3 Ninja is not a commercial product and [is not covered by any form of support, there is no contract nor SLA!](./docs/support.rst). Please read, understand and adhere to the license before use.\n\nAS3 Ninja's focus is flexibility in templating and features, it is not hardened to run in un-trusted environments.\n\n- It comes with a large set of dependencies, all of them might introduce security issues\n- Jinja2 is not using a Sandboxed Environment and the `readfile` filter allows arbitrary file includes.\n- The API is unauthenticated\n\n\u003e **_WARNING:_**  Only use AS3 Ninja in a trusted environment with restricted access and trusted input.\n\n## Where to start?\n\n[Read the Docs](https://as3ninja.readthedocs.io/) and then [Try it out](https://as3ninja.readthedocs.io/en/latest/usage.html)\\! :-)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonkowallik%2Fas3ninja","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonkowallik%2Fas3ninja","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonkowallik%2Fas3ninja/lists"}