dockerr


Namedockerr JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryA simple python package to manage external testing of docker containers
upload_time2024-06-11 14:18:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords docker testing containers pytest
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)

[![PyPI - Version](https://img.shields.io/pypi/v/dockerr.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/dockerr/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dockerr.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/dockerr/) [![Coverage Status](https://coveralls.io/repos/github/Tranquility2/dockerr/badge.svg?branch=master)](https://coveralls.io/github/Tranquility2/dockerrr?branch=master)

# dockerr

> [!IMPORTANT]
> Happy to update that I got this framework cabablities merged into [testcontainers-python](https://github.com/testcontainers/testcontainers-python)
> (Checkout the [PR](https://github.com/testcontainers/testcontainers-python/pull/585))  
> This Repo will hopefully (oneday) be reporposed into something new 😃

## Description

This is a python framwork for running docker containers in order to test them.
Fox example: you can run a container, test something while its still running and the framework will take care of cleaning up afterwards.
It's designed to be simple and easy to use.

## Installation

```bash
pip install dockerr
```

## Usage

```python
from dockerr.runner import DockerRunner

with DockerRunner(tag, name, ports, path, dockerfile=DOCKER_FILE):
    # Do something
```

## Status
~~This is an early version of the framework and it's still under development.~~

**Deprecated** - please see note above

## Examples
Please checkout the samples folder for more examples.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dockerr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "docker, testing, containers, pytest",
    "author": null,
    "author_email": "Roy Moore <roy@moore.co.il>",
    "download_url": "https://files.pythonhosted.org/packages/1c/2f/0799df271fd81e1bab0bd9209a118eb5b52f59270bedc99aae8056d64afd/dockerr-0.2.1.tar.gz",
    "platform": null,
    "description": "\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n\n[![PyPI - Version](https://img.shields.io/pypi/v/dockerr.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/dockerr/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dockerr.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/dockerr/) [![Coverage Status](https://coveralls.io/repos/github/Tranquility2/dockerr/badge.svg?branch=master)](https://coveralls.io/github/Tranquility2/dockerrr?branch=master)\n\n# dockerr\n\n> [!IMPORTANT]\n> Happy to update that I got this framework cabablities merged into [testcontainers-python](https://github.com/testcontainers/testcontainers-python)\n> (Checkout the [PR](https://github.com/testcontainers/testcontainers-python/pull/585))  \n> This Repo will hopefully (oneday) be reporposed into something new \ud83d\ude03\n\n## Description\n\nThis is a python framwork for running docker containers in order to test them.\nFox example: you can run a container, test something while its still running and the framework will take care of cleaning up afterwards.\nIt's designed to be simple and easy to use.\n\n## Installation\n\n```bash\npip install dockerr\n```\n\n## Usage\n\n```python\nfrom dockerr.runner import DockerRunner\n\nwith DockerRunner(tag, name, ports, path, dockerfile=DOCKER_FILE):\n    # Do something\n```\n\n## Status\n~~This is an early version of the framework and it's still under development.~~\n\n**Deprecated** - please see note above\n\n## Examples\nPlease checkout the samples folder for more examples.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple python package to manage external testing of docker containers",
    "version": "0.2.1",
    "project_urls": {
        "homepage": "https://github.com/Tranquility2/dockerr",
        "repository": "https://github.com/Tranquility2/dockerr"
    },
    "split_keywords": [
        "docker",
        " testing",
        " containers",
        " pytest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77d80117fd767b220a939ca8714bc078500da43c2ea4c84f93a52df046fb5379",
                "md5": "d5537d828f6a9c4fdb1348e034cf6706",
                "sha256": "47e3033b285f4c241e9fe3aa059c073d46eee5e26a8e66886ebec04e93cc607b"
            },
            "downloads": -1,
            "filename": "dockerr-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5537d828f6a9c4fdb1348e034cf6706",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6161,
            "upload_time": "2024-06-11T14:18:40",
            "upload_time_iso_8601": "2024-06-11T14:18:40.819594Z",
            "url": "https://files.pythonhosted.org/packages/77/d8/0117fd767b220a939ca8714bc078500da43c2ea4c84f93a52df046fb5379/dockerr-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c2f0799df271fd81e1bab0bd9209a118eb5b52f59270bedc99aae8056d64afd",
                "md5": "88e2b4693c5da6cf8f9d3d3fd7455403",
                "sha256": "e6fc4d711d2e67ddf73bdb8cf0b8eb05d89657b6f84cbd81a9de1eedfacc762c"
            },
            "downloads": -1,
            "filename": "dockerr-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "88e2b4693c5da6cf8f9d3d3fd7455403",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6985,
            "upload_time": "2024-06-11T14:18:41",
            "upload_time_iso_8601": "2024-06-11T14:18:41.906641Z",
            "url": "https://files.pythonhosted.org/packages/1c/2f/0799df271fd81e1bab0bd9209a118eb5b52f59270bedc99aae8056d64afd/dockerr-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 14:18:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Tranquility2",
    "github_project": "dockerr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dockerr"
}
        
Elapsed time: 0.47592s