{"id":15167143,"url":"https://github.com/oddlama/fora","last_synced_at":"2025-10-01T00:31:08.011Z","repository":{"id":44627894,"uuid":"329370687","full_name":"oddlama/fora","owner":"oddlama","description":"A simple infrastructure and configuration management tool","archived":true,"fork":false,"pushed_at":"2022-08-07T23:18:37.000Z","size":890,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-22T20:01:47.895Z","etag":null,"topics":["configuration-management","fora","infrastructure","python"],"latest_commit_sha":null,"homepage":"https://oddlama.gitbook.io/fora/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oddlama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-13T16:42:41.000Z","updated_at":"2024-05-30T23:07:45.000Z","dependencies_parsed_at":"2022-09-12T15:23:15.812Z","dependency_job_id":null,"html_url":"https://github.com/oddlama/fora","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddlama%2Ffora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddlama%2Ffora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddlama%2Ffora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddlama%2Ffora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oddlama","download_url":"https://codeload.github.com/oddlama/fora/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219875009,"owners_count":16554636,"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":["configuration-management","fora","infrastructure","python"],"created_at":"2024-09-27T05:40:37.686Z","updated_at":"2025-10-01T00:31:02.673Z","avatar_url":"https://github.com/oddlama.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://oddlama.gitbook.io/fora\"\u003e\u003cimg width=\"auto\" height=\"120\" src=\"./docs/fora.png\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://pypi.python.org/pypi/fora\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/fora?color=green\" title=\"PyPI Version\"\u003e\u003c/a\u003e\n   \u003ca href=\"https://pepy.tech/project/fora\"\u003e\u003cimg src=\"https://static.pepy.tech/personalized-badge/fora?period=total\u0026units=abbreviation\u0026left_color=grey\u0026right_color=green\u0026left_text=downloads\" title=\"PyPI Downloads\"\u003e\u003c/a\u003e\n   \u003ca href=\"./LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" title=\"MIT License\"\u003e\u003c/a\u003e\n   \u003ca href=\"https://oddlama.gitbook.io/fora\"\u003e\u003cimg src=\"https://img.shields.io/badge/documentation-blue.svg\" title=\"Documentation\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## What is Fora?\n\nFora is an infrastructure and configuration management tool inspired by [Ansible](https://www.ansible.com) and [pyinfra](https://pyinfra.com).\nYet, it implements a drastically different approach to inventory management (and some other aspects), when compared to these well-known tools.\nSee [how it differs](https://oddlama.gitbook.io/fora/outlining-the-differences#how-is-fora-different-from-existing-tools) for more details.\n\n## Installation \u0026 Quickstart\n\nYou can install Fora with pip:\n\n```bash\npip install fora\n```\n\nAfterwards, you can use it to write scripts which will be used to run operations or commands on a remote host.\n\n```python\n# deploy.py\nfrom fora.operations import files, system\n\nfiles.directory(\n    name=\"Create a temporary directory\",\n    path=\"/tmp/hello\")\n\nsystem.package(\n    name=\"Install neovim\",\n    package=\"neovim\")\n```\n\nThese scripts are executed against an inventory, or a specific remote host (usually via SSH).\n\n```bash\nfora root@example.com deploy.py\n```\n\nTo start with your own (more complex) deploy, you can have Fora create a scaffolding in an empty directory. There are [different scaffoldings](https://oddlama.gitbook.io/fora/usage/introduction#deploy-structure) available for different use-cases.\n\n```bash\nfora --init minimal\n```\n\nFora can do a lot more than this, which is explained in the [Introduction](https://oddlama.gitbook.io/fora/usage/introduction). If you are interested in how Fora is different from existing tools, have a look at [Outlining the differences](https://oddlama.gitbook.io/fora/outlining-the-differences).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foddlama%2Ffora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foddlama%2Ffora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foddlama%2Ffora/lists"}