magentic-olly


Namemagentic-olly JSON
Version 0.1.10 PyPI version JSON
download
home_pageNone
SummaryA package for custom opentelemetry instrumentation
upload_time2025-07-12 04:34:49
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.9
licenseCopyright (c) 2025 Magentic AI All rights reserved. This software is proprietary and confidential. Unauthorized copying, distribution, modification, or use of this software, in whole or in part, is strictly prohibited without the express written permission of the copyright holder. For commercial or business use, a separate license agreement is required. Please contact the copyright holder for licensing information. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Magentic Instrumentation

A package for magentic ai observability systems.

## Installation

```bash
pip install magentic-olly
```

## Usage

```python
import magentic_olly
export_params = magentic_olly.HttpExportParams(
    endpoint='https://{DOMAIN}/v1/traces',
    token='{TOKEN}'  
)
magentic_olly.set_http_export_params(export_params)
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "magentic-olly",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/cd/d8/8d16908f43b16ededc30746dbd9b59617032dd559021c797f57d14b2adf4/magentic_olly-0.1.10.tar.gz",
    "platform": null,
    "description": "# Magentic Instrumentation\n\nA package for magentic ai observability systems.\n\n## Installation\n\n```bash\npip install magentic-olly\n```\n\n## Usage\n\n```python\nimport magentic_olly\nexport_params = magentic_olly.HttpExportParams(\n    endpoint='https://{DOMAIN}/v1/traces',\n    token='{TOKEN}'  \n)\nmagentic_olly.set_http_export_params(export_params)\n```\n\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2025 Magentic AI\n        \n        All rights reserved.\n        \n        This software is proprietary and confidential. Unauthorized copying, distribution, modification, or use of this software, in whole or in part, is strictly prohibited without the express written permission of the copyright holder.\n        \n        For commercial or business use, a separate license agreement is required. Please contact the copyright holder for licensing information.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n        \n        ",
    "summary": "A package for custom opentelemetry instrumentation",
    "version": "0.1.10",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9d9b3ef56c902ca11be2de53a8902895d84be3a2c6c47fe648f6ab5cb0a5472",
                "md5": "526ad337ea4573acabd4762dfdae6500",
                "sha256": "16f6d98a66764bf082261d8e065c5db3118e2b3ec8466b78e3f10d41f4c4d740"
            },
            "downloads": -1,
            "filename": "magentic_olly-0.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "526ad337ea4573acabd4762dfdae6500",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 17400,
            "upload_time": "2025-07-12T04:34:48",
            "upload_time_iso_8601": "2025-07-12T04:34:48.012913Z",
            "url": "https://files.pythonhosted.org/packages/a9/d9/b3ef56c902ca11be2de53a8902895d84be3a2c6c47fe648f6ab5cb0a5472/magentic_olly-0.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cdd88d16908f43b16ededc30746dbd9b59617032dd559021c797f57d14b2adf4",
                "md5": "cb008b67f1de7d547d07d7e89cec1bb5",
                "sha256": "40045ef7974e55c120c1bd44762fb0e9c818d4d1389bfab4287ed55a210bf88c"
            },
            "downloads": -1,
            "filename": "magentic_olly-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "cb008b67f1de7d547d07d7e89cec1bb5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 11966,
            "upload_time": "2025-07-12T04:34:49",
            "upload_time_iso_8601": "2025-07-12T04:34:49.192795Z",
            "url": "https://files.pythonhosted.org/packages/cd/d8/8d16908f43b16ededc30746dbd9b59617032dd559021c797f57d14b2adf4/magentic_olly-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-12 04:34:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "magentic-olly"
}
        
Elapsed time: 0.42051s