seed-farmer


Nameseed-farmer JSON
Version 3.4.0 PyPI version JSON
download
home_pagehttps://github.com/awslabs/seed-farmer
SummaryThe AWS Professional Services CLI tool SeedFarmer for GitOps support with AWS_CodeSeeder
upload_time2024-04-19 19:09:01
maintainerNone
docs_urlNone
authorAWS Professional Services
requires_python<3.12,>=3.8
licenseApache License 2.0
keywords aws cdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.12,>=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": "3.4.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": "225a71eb9205e12b41a86d3f38e1aea72bf8e23af4ba33cbad0094fa75795c82",
                "md5": "bcb8f2d0422eb2e84cc75af698ecb7c2",
                "sha256": "18ef010407856db74f0aa17c9f61a7f2c073bf3721efec9b426bb2b5657cee5d"
            },
            "downloads": -1,
            "filename": "seed_farmer-3.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcb8f2d0422eb2e84cc75af698ecb7c2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.8",
            "size": 101157,
            "upload_time": "2024-04-19T19:09:01",
            "upload_time_iso_8601": "2024-04-19T19:09:01.983571Z",
            "url": "https://files.pythonhosted.org/packages/22/5a/71eb9205e12b41a86d3f38e1aea72bf8e23af4ba33cbad0094fa75795c82/seed_farmer-3.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 19:09:01",
    "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"
}
        
Elapsed time: 0.35096s