falken-trace


Namefalken-trace JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/baz-scm/falken-trace-py
SummaryEnhances traces with code metadata
upload_time2024-08-07 07:50:28
maintainerNone
docs_urlNone
authorBaz
requires_python<4.0,>=3.8
licenseApache-2.0
keywords observability tracing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # falken-trace-py

## Getting Started

### Requirements

- Python 3.8+
- ddtrace 2.9+

### Install

```shell
pip install --upgrade falken-trace
```

### Usage
Add the `falken_trace` import at the beginning of the application entrypoint file

```python
import falken_trace  # noqa

from ddtrace import patch_all

...
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/baz-scm/falken-trace-py",
    "name": "falken-trace",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "observability, tracing",
    "author": "Baz",
    "author_email": "info@baz.co",
    "download_url": "https://files.pythonhosted.org/packages/22/0d/5f6dea9c1383174bd9c30af8a5f988c8f1984a5687a73394a76bf9317fd2/falken_trace-0.1.0.tar.gz",
    "platform": null,
    "description": "# falken-trace-py\n\n## Getting Started\n\n### Requirements\n\n- Python 3.8+\n- ddtrace 2.9+\n\n### Install\n\n```shell\npip install --upgrade falken-trace\n```\n\n### Usage\nAdd the `falken_trace` import at the beginning of the application entrypoint file\n\n```python\nimport falken_trace  # noqa\n\nfrom ddtrace import patch_all\n\n...\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Enhances traces with code metadata",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/baz-scm/falken-trace-py",
        "Repository": "https://github.com/baz-scm/falken-trace-py"
    },
    "split_keywords": [
        "observability",
        " tracing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4421194388b5919c5d5a3d5f9ae63859d93b7598f2dadbb92ad9f032fe57cee6",
                "md5": "64329611725680aeba9659d0b9e82aca",
                "sha256": "f96c82fedd5bcf70af83a23cb28d8a9a743c36c67266daea81d0758344778991"
            },
            "downloads": -1,
            "filename": "falken_trace-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64329611725680aeba9659d0b9e82aca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 6662,
            "upload_time": "2024-08-07T07:50:27",
            "upload_time_iso_8601": "2024-08-07T07:50:27.692991Z",
            "url": "https://files.pythonhosted.org/packages/44/21/194388b5919c5d5a3d5f9ae63859d93b7598f2dadbb92ad9f032fe57cee6/falken_trace-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "220d5f6dea9c1383174bd9c30af8a5f988c8f1984a5687a73394a76bf9317fd2",
                "md5": "cf0944c0c6f200db54a6af41eecbb9d7",
                "sha256": "1959c5267a21b427f12a5eb97d9fa8314af8d1a7bb1937592809b9f691ba4952"
            },
            "downloads": -1,
            "filename": "falken_trace-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cf0944c0c6f200db54a6af41eecbb9d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 6037,
            "upload_time": "2024-08-07T07:50:28",
            "upload_time_iso_8601": "2024-08-07T07:50:28.709408Z",
            "url": "https://files.pythonhosted.org/packages/22/0d/5f6dea9c1383174bd9c30af8a5f988c8f1984a5687a73394a76bf9317fd2/falken_trace-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-07 07:50:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "baz-scm",
    "github_project": "falken-trace-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "falken-trace"
}
        
Baz
Elapsed time: 0.33687s