cadmium-django-sdk


Namecadmium-django-sdk JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttps://github.com/bannawandoor27/cadmium-django-sdk
SummaryCadmium SDK for capturing and sending Django errors.
upload_time2024-12-18 14:03:42
maintainerNone
docs_urlNone
authorbannawandoor
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cadmium-Django SDK

This SDK captures and sends errors from your Django application to the Cadmium server.

## Installation

```bash
pip install cadmium-django-sdk
```

## Configuration

Add the following to your `settings.py`:

```python
INSTALLED_APPS += ['cadmium_django']

APPLICATION_ID = "your-application-id"
CD_SECRET = "your-secret"
CD_ID = "your-cd-id"

import cadmium_django
cadmium_django.initialize()
```

## Usage

Once configured, any unhandled exception will automatically be sent to the Cadmium server.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bannawandoor27/cadmium-django-sdk",
    "name": "cadmium-django-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "bannawandoor",
    "author_email": "connect@hasanulbanna.in",
    "download_url": "https://files.pythonhosted.org/packages/7d/0a/9694a1b1dda2f76dcd8a4ced3ede2e74b2e2b51a1cd62b5db89990bc2dac/cadmium-django-sdk-1.2.1.tar.gz",
    "platform": null,
    "description": "# Cadmium-Django SDK\n\nThis SDK captures and sends errors from your Django application to the Cadmium server.\n\n## Installation\n\n```bash\npip install cadmium-django-sdk\n```\n\n## Configuration\n\nAdd the following to your `settings.py`:\n\n```python\nINSTALLED_APPS += ['cadmium_django']\n\nAPPLICATION_ID = \"your-application-id\"\nCD_SECRET = \"your-secret\"\nCD_ID = \"your-cd-id\"\n\nimport cadmium_django\ncadmium_django.initialize()\n```\n\n## Usage\n\nOnce configured, any unhandled exception will automatically be sent to the Cadmium server.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Cadmium SDK for capturing and sending Django errors.",
    "version": "1.2.1",
    "project_urls": {
        "Homepage": "https://github.com/bannawandoor27/cadmium-django-sdk"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d182affee01866aae6d1c5f823df64197042a0977d3f937c433fdb91c5c5ecb",
                "md5": "850129fee2081d285507601d1de8ce26",
                "sha256": "69a409b9c29b2dd6481743883a437f52828230b29f5a19494e8939b987ef371f"
            },
            "downloads": -1,
            "filename": "cadmium_django_sdk-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "850129fee2081d285507601d1de8ce26",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3684,
            "upload_time": "2024-12-18T14:03:40",
            "upload_time_iso_8601": "2024-12-18T14:03:40.591004Z",
            "url": "https://files.pythonhosted.org/packages/4d/18/2affee01866aae6d1c5f823df64197042a0977d3f937c433fdb91c5c5ecb/cadmium_django_sdk-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d0a9694a1b1dda2f76dcd8a4ced3ede2e74b2e2b51a1cd62b5db89990bc2dac",
                "md5": "36eca670058014c0e4b093113333833b",
                "sha256": "51609d22cca413e46cff4deecf361dc25a817ca2cc1ec4ff39a952ef24f57759"
            },
            "downloads": -1,
            "filename": "cadmium-django-sdk-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "36eca670058014c0e4b093113333833b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2636,
            "upload_time": "2024-12-18T14:03:42",
            "upload_time_iso_8601": "2024-12-18T14:03:42.846437Z",
            "url": "https://files.pythonhosted.org/packages/7d/0a/9694a1b1dda2f76dcd8a4ced3ede2e74b2e2b51a1cd62b5db89990bc2dac/cadmium-django-sdk-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 14:03:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bannawandoor27",
    "github_project": "cadmium-django-sdk",
    "github_not_found": true,
    "lcname": "cadmium-django-sdk"
}
        
Elapsed time: 0.82470s