my-cont


Namemy-cont JSON
Version 1.1.3 PyPI version JSON
download
home_page
Summary
upload_time2023-09-13 13:50:19
maintainer
docs_urlNone
authorPavel Kirilin
requires_python>=3.11,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cont

This is set of sctipts to fast run containers for local development.

Just install it using `pip` or `pipx` and start using.

```bash
pipx install my-cont 
```

Install autocompletion by running:

```bash
cont --install-completion
```

By defaul if you specify container name the corresponding named volume is going to 
be created where it's possible.
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "my-cont",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pavel Kirilin",
    "author_email": "win10@list.ru",
    "download_url": "https://files.pythonhosted.org/packages/6a/75/c11eca1eaf1a6d0243451ef313a80bc9c8688cd054068155f226f0669d7e/my_cont-1.1.3.tar.gz",
    "platform": null,
    "description": "# Cont\n\nThis is set of sctipts to fast run containers for local development.\n\nJust install it using `pip` or `pipx` and start using.\n\n```bash\npipx install my-cont \n```\n\nInstall autocompletion by running:\n\n```bash\ncont --install-completion\n```\n\nBy defaul if you specify container name the corresponding named volume is going to \nbe created where it's possible.",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "1.1.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba2272781925945842fc0bd2c2c255e63b1954749f6c6004df08c7132dd360df",
                "md5": "84aaea506d0400b8ce1cc917d9507d32",
                "sha256": "429d67862bc182281b52b71ba3e091e964a875c08cd580d40e87fccc1f13c6c1"
            },
            "downloads": -1,
            "filename": "my_cont-1.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84aaea506d0400b8ce1cc917d9507d32",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 3696,
            "upload_time": "2023-09-13T13:50:17",
            "upload_time_iso_8601": "2023-09-13T13:50:17.387776Z",
            "url": "https://files.pythonhosted.org/packages/ba/22/72781925945842fc0bd2c2c255e63b1954749f6c6004df08c7132dd360df/my_cont-1.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a75c11eca1eaf1a6d0243451ef313a80bc9c8688cd054068155f226f0669d7e",
                "md5": "8083c5ac8d3d31ff03c2b52baa9fee02",
                "sha256": "1dd75e97e2a945050105c3acddbd5829501b54cdd86449371ead56f400b5e716"
            },
            "downloads": -1,
            "filename": "my_cont-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8083c5ac8d3d31ff03c2b52baa9fee02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 3030,
            "upload_time": "2023-09-13T13:50:19",
            "upload_time_iso_8601": "2023-09-13T13:50:19.456411Z",
            "url": "https://files.pythonhosted.org/packages/6a/75/c11eca1eaf1a6d0243451ef313a80bc9c8688cd054068155f226f0669d7e/my_cont-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-13 13:50:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "my-cont"
}
        
Elapsed time: 0.12235s