Name | seed-farmer JSON |
Version |
7.0.5
JSON |
| download |
home_page | None |
Summary | The AWS Professional Services CLI tool SeedFarmer for GitOps support |
upload_time | 2025-07-31 17:44:00 |
maintainer | None |
docs_url | None |
author | AWS Professional Services |
requires_python | <3.14,>=3.9 |
license | Apache-2.0 |
keywords |
aws
gitops
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Seed-Farmer
[](https://pypi.org/project/seed-farmer/)
[](https://pypi.org/project/seed-farmer/)
[](https://github.com/awslabs/seed-farmer/blob/main/LICENSE)
Seed-Farmer (seedfarmer) is an opensource orchestration tool that works with AWS CodeSeeder (see [github](https://github.com/awslabs/aws-codeseeder) or [docs](https://aws-codeseeder.readthedocs.io/en/latest/)) and acts as an orchestration tool modeled after [GitOps deployments](https://www.gitops.tech/). It has a CommandLine Interface (CLI) based in Python.
Please see our [SeedFarmer Documentation](https://seed-farmer.readthedocs.io/en/latest/).
For information related to the architecture of Seed-Farmer or the deployment scheme...please see:
- [Seed-Farmer multi-account architecture](https://seed-farmer.readthedocs.io/en/latest/architecture.html)
- [Seed-Farmer processing steps](https://seed-farmer.readthedocs.io/en/latest/architecture.html#method-of-processing)
Seed-Farmer uses modular code deployments ([see modules](https://seed-farmer.readthedocs.io/en/latest/module_development.html)) leveraging [manifests](https://seed-farmer.readthedocs.io/en/latest/manifests.html) and [deployspecs](https://seed-farmer.readthedocs.io/en/latest/module_development.html#deployspec), keeping track of changes and applying changes as need / detected.
## Getting Started
The Seed-Farmer library is available on PyPi. Install the library in a python virtual environment.
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install seed-farmer
```
A [project](https://seed-farmer.readthedocs.io/en/latest/project_development.html) is now necessary to begin create modules.
## Development
To get started with developing you need to setup a virtual environment and install the needed python dependencies
Setup virtual environment and install dependencies:
```bash
make install
```
Run unit tests
```bash
make test
```
Validate ruff formatting and mypy
```bash
make validate
```
Fix ruff formatting issues
```bash
make format
```
Raw data
{
"_id": null,
"home_page": null,
"name": "seed-farmer",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.14,>=3.9",
"maintainer_email": null,
"keywords": "AWS, GitOps",
"author": "AWS Professional Services",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/5c/a7/9ed08c746baaaa5d8c4929923bc53d17eef4c8ce54ab598f392d0b841cd9/seed_farmer-7.0.5.tar.gz",
"platform": null,
"description": "# Seed-Farmer\n\n[](https://pypi.org/project/seed-farmer/)\n[](https://pypi.org/project/seed-farmer/)\n[](https://github.com/awslabs/seed-farmer/blob/main/LICENSE)\n\nSeed-Farmer (seedfarmer) is an opensource orchestration tool that works with AWS CodeSeeder (see [github](https://github.com/awslabs/aws-codeseeder) or [docs](https://aws-codeseeder.readthedocs.io/en/latest/)) and acts as an orchestration tool modeled after [GitOps deployments](https://www.gitops.tech/). It has a CommandLine Interface (CLI) based in Python. \n\nPlease see our [SeedFarmer Documentation](https://seed-farmer.readthedocs.io/en/latest/).\n\nFor information related to the architecture of Seed-Farmer or the deployment scheme...please see:\n- [Seed-Farmer multi-account architecture](https://seed-farmer.readthedocs.io/en/latest/architecture.html)\n- [Seed-Farmer processing steps](https://seed-farmer.readthedocs.io/en/latest/architecture.html#method-of-processing)\n\nSeed-Farmer uses modular code deployments ([see modules](https://seed-farmer.readthedocs.io/en/latest/module_development.html)) leveraging [manifests](https://seed-farmer.readthedocs.io/en/latest/manifests.html) and [deployspecs](https://seed-farmer.readthedocs.io/en/latest/module_development.html#deployspec), keeping track of changes and applying changes as need / detected.\n\n\n## Getting Started\nThe Seed-Farmer library is available on PyPi. Install the library in a python virtual environment.\n\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npip install seed-farmer\n```\n\nA [project](https://seed-farmer.readthedocs.io/en/latest/project_development.html) is now necessary to begin create modules. \n\n## Development\n\nTo get started with developing you need to setup a virtual environment and install the needed python dependencies\n\nSetup virtual environment and install dependencies:\n\n```bash\nmake install\n```\n\nRun unit tests\n```bash\nmake test\n```\n\nValidate ruff formatting and mypy\n```bash\nmake validate\n```\n\nFix ruff formatting issues\n```bash\nmake format\n```",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "The AWS Professional Services CLI tool SeedFarmer for GitOps support",
"version": "7.0.5",
"project_urls": {
"Homepage": "https://github.com/awslabs/seed-farmer",
"Org Site": "https://aws.amazon.com/professional-services/"
},
"split_keywords": [
"aws",
" gitops"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1c606ce47a01b672a0cb7352176d5a1fea67ca982915ca5a73342ef5dcc41661",
"md5": "b0f458705eaa0a473ffcad79e663198e",
"sha256": "73a10349efb37646fe929832c010e2e9831fd2840ff43e446b46d0daa5071296"
},
"downloads": -1,
"filename": "seed_farmer-7.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b0f458705eaa0a473ffcad79e663198e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.14,>=3.9",
"size": 157876,
"upload_time": "2025-07-31T17:43:58",
"upload_time_iso_8601": "2025-07-31T17:43:58.820167Z",
"url": "https://files.pythonhosted.org/packages/1c/60/6ce47a01b672a0cb7352176d5a1fea67ca982915ca5a73342ef5dcc41661/seed_farmer-7.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5ca79ed08c746baaaa5d8c4929923bc53d17eef4c8ce54ab598f392d0b841cd9",
"md5": "8884c7f346d6c4369cc974ed0f4e987d",
"sha256": "420469a31571e37192fc5da8966f5c4ae116debf386e18b531a7e05ba8c7e826"
},
"downloads": -1,
"filename": "seed_farmer-7.0.5.tar.gz",
"has_sig": false,
"md5_digest": "8884c7f346d6c4369cc974ed0f4e987d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.14,>=3.9",
"size": 101221,
"upload_time": "2025-07-31T17:44:00",
"upload_time_iso_8601": "2025-07-31T17:44:00.242054Z",
"url": "https://files.pythonhosted.org/packages/5c/a7/9ed08c746baaaa5d8c4929923bc53d17eef4c8ce54ab598f392d0b841cd9/seed_farmer-7.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-31 17:44:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "awslabs",
"github_project": "seed-farmer",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "seed-farmer"
}