# Seed-Farmer
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/awslabs/seed-farmer",
"name": "seed-farmer",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.8",
"maintainer_email": null,
"keywords": "aws, cdk",
"author": "AWS Professional Services",
"author_email": "aws-proserve-opensource@amazon.com",
"download_url": null,
"platform": null,
"description": "# Seed-Farmer\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",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "The AWS Professional Services CLI tool SeedFarmer for GitOps support with AWS_CodeSeeder",
"version": "5.0.0",
"project_urls": {
"Homepage": "https://github.com/awslabs/seed-farmer",
"Org Site": "https://aws.amazon.com/professional-services/"
},
"split_keywords": [
"aws",
" cdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "530a16c7e581a9f86c581fcb30df04c462fb0191d2ccf9edf11f4867dac9da32",
"md5": "45e238c69f6529e47d98f61f48fe319b",
"sha256": "a31c69d250c387ec5dc2f98588d613c1d26f245048f67106577ca2635a6f2e4f"
},
"downloads": -1,
"filename": "seed_farmer-5.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "45e238c69f6529e47d98f61f48fe319b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.8",
"size": 111639,
"upload_time": "2024-08-16T18:22:54",
"upload_time_iso_8601": "2024-08-16T18:22:54.650503Z",
"url": "https://files.pythonhosted.org/packages/53/0a/16c7e581a9f86c581fcb30df04c462fb0191d2ccf9edf11f4867dac9da32/seed_farmer-5.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-16 18:22:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "awslabs",
"github_project": "seed-farmer",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "seed-farmer"
}