builderer


Namebuilderer JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/florian-sattler/builderer/
SummaryContainer based mono repo builder.
upload_time2023-07-11 21:51:57
maintainer
docs_urlNone
authorFlorian Sattler
requires_python>=3.10
licenseMIT
keywords builderer continuous integration continuous delivery
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
    <a href="https://builderer.florian-sattler.de">
        <img src="https://builderer.florian-sattler.de/logo-color.svg" width="25%">
    </a>
    <h1>
        builderer
    </h1>
    <p>
        <em>Container based mono repo builder</em>
    </p>
    <p>
        <a href="https://pypi.python.org/pypi/builderer">
            <img src="https://img.shields.io/pypi/v/builderer.svg">
        </a>
        <a href="https://pepy.tech/project/builderer">
            <img src="https://pepy.tech/badge/builderer">
        </a>
        <a href="https://github.com/florian-sattler/builderer">
            <img src="https://img.shields.io/pypi/pyversions/builderer.svg">
        </a>
        <a href="https://github.com/florian-sattler/builderer/blob/main/LICENSE">
            <img alt="PyPI - License" src="https://img.shields.io/pypi/l/builderer">
        </a>
        <a href="https://github.com/florian-sattler/builderer/releases">
            <img src="https://img.shields.io/github/v/release/florian-sattler/builderer?label=github">
        </a>
        <a href="https://builderer.florian-sattler.de">
            <img src="https://img.shields.io/badge/docs-yes-brightgreen">
        </a>
        <img src="https://img.shields.io/badge/made%20with-%E2%99%A5%EF%B8%8F-red">
    </p>
</div>

_builderer_ builds docker based projects both in ci/cd and locally omitting endless configuration and the need to restart ci/cd pipelines to get a running build.

## Help

See [documentation](https://builderer.florian-sattler.de) for help.

## Installation

```bash
pip install builderer
```

## Example

Create `.builderer.yml` a the root of your project:

```yaml
steps:
  - type: build_images
    directories:
      - database
      - frontend
      - backend
```

Run the configuration.

```shell
$ builderer
Building image: database
Building image: frontend
Building image: backend
Pushing image: backend
Pushing image: frontend
Pushing image: database
```

Further configuration can be supplied via command line or in `.builderer.yml`.
See `builderer --help` and [docs](https://builderer.florian-sattler.de) to learn more.

## Changelog

Interested in what's new? Take a look at the [Changelog](CHANGELOG.md)!

## License

This project is licensed under the terms of the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/florian-sattler/builderer/",
    "name": "builderer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "builderer,continuous integration,continuous delivery",
    "author": "Florian Sattler",
    "author_email": "dev@florian-sattler.de",
    "download_url": "https://files.pythonhosted.org/packages/e6/bc/1ccf5d40d813b894588386ad49df16775142e02de75617af28b2f334c010/builderer-2.0.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n    <a href=\"https://builderer.florian-sattler.de\">\n        <img src=\"https://builderer.florian-sattler.de/logo-color.svg\" width=\"25%\">\n    </a>\n    <h1>\n        builderer\n    </h1>\n    <p>\n        <em>Container based mono repo builder</em>\n    </p>\n    <p>\n        <a href=\"https://pypi.python.org/pypi/builderer\">\n            <img src=\"https://img.shields.io/pypi/v/builderer.svg\">\n        </a>\n        <a href=\"https://pepy.tech/project/builderer\">\n            <img src=\"https://pepy.tech/badge/builderer\">\n        </a>\n        <a href=\"https://github.com/florian-sattler/builderer\">\n            <img src=\"https://img.shields.io/pypi/pyversions/builderer.svg\">\n        </a>\n        <a href=\"https://github.com/florian-sattler/builderer/blob/main/LICENSE\">\n            <img alt=\"PyPI - License\" src=\"https://img.shields.io/pypi/l/builderer\">\n        </a>\n        <a href=\"https://github.com/florian-sattler/builderer/releases\">\n            <img src=\"https://img.shields.io/github/v/release/florian-sattler/builderer?label=github\">\n        </a>\n        <a href=\"https://builderer.florian-sattler.de\">\n            <img src=\"https://img.shields.io/badge/docs-yes-brightgreen\">\n        </a>\n        <img src=\"https://img.shields.io/badge/made%20with-%E2%99%A5%EF%B8%8F-red\">\n    </p>\n</div>\n\n_builderer_ builds docker based projects both in ci/cd and locally omitting endless configuration and the need to restart ci/cd pipelines to get a running build.\n\n## Help\n\nSee [documentation](https://builderer.florian-sattler.de) for help.\n\n## Installation\n\n```bash\npip install builderer\n```\n\n## Example\n\nCreate `.builderer.yml` a the root of your project:\n\n```yaml\nsteps:\n  - type: build_images\n    directories:\n      - database\n      - frontend\n      - backend\n```\n\nRun the configuration.\n\n```shell\n$ builderer\nBuilding image: database\nBuilding image: frontend\nBuilding image: backend\nPushing image: backend\nPushing image: frontend\nPushing image: database\n```\n\nFurther configuration can be supplied via command line or in `.builderer.yml`.\nSee `builderer --help` and [docs](https://builderer.florian-sattler.de) to learn more.\n\n## Changelog\n\nInterested in what's new? Take a look at the [Changelog](CHANGELOG.md)!\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Container based mono repo builder.",
    "version": "2.0.0",
    "project_urls": {
        "Changelog": "https://github.com/florian-sattler/builderer/blob/main/CHANGELOG.md",
        "Documentation": "https://builderer.florian-sattler.de/",
        "Download": "https://pypi.org/project/builderer/#files",
        "Homepage": "https://github.com/florian-sattler/builderer/",
        "Source": "https://github.com/florian-sattler/builderer/",
        "Tracker": "https://github.com/florian-sattler/builderer/issues"
    },
    "split_keywords": [
        "builderer",
        "continuous integration",
        "continuous delivery"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0d192fa6708440da2a5fbba57d64794a001707a26f557bccee94989060349de",
                "md5": "bf70aa7ffe60e99932a17a6e2b98d8d4",
                "sha256": "cc8584ba2abb1e0d6e2f1ef1cb9c2a1ae08751c808b2bda9d31bd03e63288f4d"
            },
            "downloads": -1,
            "filename": "builderer-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf70aa7ffe60e99932a17a6e2b98d8d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 13014,
            "upload_time": "2023-07-11T21:51:56",
            "upload_time_iso_8601": "2023-07-11T21:51:56.422280Z",
            "url": "https://files.pythonhosted.org/packages/e0/d1/92fa6708440da2a5fbba57d64794a001707a26f557bccee94989060349de/builderer-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6bc1ccf5d40d813b894588386ad49df16775142e02de75617af28b2f334c010",
                "md5": "b932eeb884faeb9c9ef1952ed96290fa",
                "sha256": "f04db012a26346c67a2b3b04bcd5c6076d0545001065e8bc1bb025975d748e5c"
            },
            "downloads": -1,
            "filename": "builderer-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b932eeb884faeb9c9ef1952ed96290fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 19021,
            "upload_time": "2023-07-11T21:51:57",
            "upload_time_iso_8601": "2023-07-11T21:51:57.434809Z",
            "url": "https://files.pythonhosted.org/packages/e6/bc/1ccf5d40d813b894588386ad49df16775142e02de75617af28b2f334c010/builderer-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-11 21:51:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "florian-sattler",
    "github_project": "builderer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "builderer"
}
        
Elapsed time: 0.08557s