lite-bootstrap


Namelite-bootstrap JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryLite package for bootstrapping new microservices
upload_time2024-09-12 18:04:10
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.10
licenseNone
keywords bootstrap error-tracing fastapi microservice opentelemetry python sentry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Lite-Bootstrap package
==
[![Test Coverage](https://codecov.io/gh/modern-python/lite-bootstrap/branch/main/graph/badge.svg)](https://codecov.io/gh/modern-python/lite-bootstrap)
[![MyPy Strict](https://img.shields.io/badge/mypy-strict-blue)](https://mypy.readthedocs.io/en/stable/getting_started.html#strict-mode-and-configuration)
[![Supported versions](https://img.shields.io/pypi/pyversions/lite-bootstrap.svg)](https://pypi.python.org/pypi/lite-bootstrap)
[![downloads](https://img.shields.io/pypi/dm/lite-bootstrap.svg)](https://pypistats.org/packages/lite-bootstrap)
[![GitHub stars](https://img.shields.io/github/stars/modern-python/lite-bootstrap)](https://github.com/modern-python/lite-bootstrap/stargazers)

This package helps to build new microservices

## Quickstart:
### Installation

```shell
$ pip install lite-bootstrap
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lite-bootstrap",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.10",
    "maintainer_email": null,
    "keywords": "bootstrap, error-tracing, fastapi, microservice, opentelemetry, python, sentry",
    "author": null,
    "author_email": "Artur Shiriev <me@shiriev.ru>",
    "download_url": "https://files.pythonhosted.org/packages/6f/ee/cca9468c7941fab741f986e9647d1f8e9aab759018766a5eb8dbed1023b1/lite_bootstrap-0.1.0.tar.gz",
    "platform": null,
    "description": "Lite-Bootstrap package\n==\n[![Test Coverage](https://codecov.io/gh/modern-python/lite-bootstrap/branch/main/graph/badge.svg)](https://codecov.io/gh/modern-python/lite-bootstrap)\n[![MyPy Strict](https://img.shields.io/badge/mypy-strict-blue)](https://mypy.readthedocs.io/en/stable/getting_started.html#strict-mode-and-configuration)\n[![Supported versions](https://img.shields.io/pypi/pyversions/lite-bootstrap.svg)](https://pypi.python.org/pypi/lite-bootstrap)\n[![downloads](https://img.shields.io/pypi/dm/lite-bootstrap.svg)](https://pypistats.org/packages/lite-bootstrap)\n[![GitHub stars](https://img.shields.io/github/stars/modern-python/lite-bootstrap)](https://github.com/modern-python/lite-bootstrap/stargazers)\n\nThis package helps to build new microservices\n\n## Quickstart:\n### Installation\n\n```shell\n$ pip install lite-bootstrap\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Lite package for bootstrapping new microservices",
    "version": "0.1.0",
    "project_urls": {
        "repository": "https://github.com/modern-python/lite-bootstrap"
    },
    "split_keywords": [
        "bootstrap",
        " error-tracing",
        " fastapi",
        " microservice",
        " opentelemetry",
        " python",
        " sentry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "436033d560aaa66ae87b824f9c8838485264f02894dbd1b630e0eaf75aa627c2",
                "md5": "6f25863f03f5d867dfac04bb66554304",
                "sha256": "f542f6a732a42e46e235f4755037eeb467536856a05994c01e40928409279a9d"
            },
            "downloads": -1,
            "filename": "lite_bootstrap-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f25863f03f5d867dfac04bb66554304",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 3687,
            "upload_time": "2024-09-12T18:04:08",
            "upload_time_iso_8601": "2024-09-12T18:04:08.782493Z",
            "url": "https://files.pythonhosted.org/packages/43/60/33d560aaa66ae87b824f9c8838485264f02894dbd1b630e0eaf75aa627c2/lite_bootstrap-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6feecca9468c7941fab741f986e9647d1f8e9aab759018766a5eb8dbed1023b1",
                "md5": "1a02cab769fe402703e63c1d92b85151",
                "sha256": "ec497725c20b608963c2b9de4538336a9c2e4f4347f1cae5ebe932f788becf15"
            },
            "downloads": -1,
            "filename": "lite_bootstrap-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1a02cab769fe402703e63c1d92b85151",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 4457,
            "upload_time": "2024-09-12T18:04:10",
            "upload_time_iso_8601": "2024-09-12T18:04:10.597720Z",
            "url": "https://files.pythonhosted.org/packages/6f/ee/cca9468c7941fab741f986e9647d1f8e9aab759018766a5eb8dbed1023b1/lite_bootstrap-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-12 18:04:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "modern-python",
    "github_project": "lite-bootstrap",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lite-bootstrap"
}
        
Elapsed time: 0.34388s