django-psa


Namedjango-psa JSON
Version 0.16.5a0 PyPI version JSON
download
home_pagehttps://github.com/topleft-team/django-psa
SummaryDjango app for working with various PSA REST API. Defines models (tickets, companies, etc.) and callbacks.
upload_time2025-09-05 18:46:50
maintainerNone
docs_urlNone
authorTopLeft Technologies Ltd.
requires_pythonNone
licenseMIT
keywords django connectwise halo autotask rest api python
VCS
bugtrack_url
requirements django requests setuptools python-dateutil retrying django-model-utils redis build
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-psa
Django app for working with various PSA REST API. Defines models (tickets, companies, etc.) and callbacks. Used in https://www.topleft.team/

Will provide a sync interface for applications to selectively implement PSA APIs, just import the sync app
and whatever PSA apps you need.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/topleft-team/django-psa",
    "name": "django-psa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django connectwise halo autotask rest api python",
    "author": "TopLeft Technologies Ltd.",
    "author_email": "sam@topleft.team",
    "download_url": "https://files.pythonhosted.org/packages/65/99/0ffd0dd157c6d17546dbdb9a0f5841b5137d653893ac986f66ab31e9f220/django_psa-0.16.5a0.tar.gz",
    "platform": null,
    "description": "# django-psa\nDjango app for working with various PSA REST API. Defines models (tickets, companies, etc.) and callbacks. Used in https://www.topleft.team/\n\nWill provide a sync interface for applications to selectively implement PSA APIs, just import the sync app\nand whatever PSA apps you need.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django app for working with various PSA REST API. Defines models (tickets, companies, etc.) and callbacks.",
    "version": "0.16.5a0",
    "project_urls": {
        "Homepage": "https://github.com/topleft-team/django-psa"
    },
    "split_keywords": [
        "django",
        "connectwise",
        "halo",
        "autotask",
        "rest",
        "api",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e27c4790f3b465d2dbbcbb34b67162398bae31e5cb2a9d01ae98daeb2a719a45",
                "md5": "2308ba748fb02d8abdf52cafeeac8361",
                "sha256": "db47a37325906fb1173335d008e85cc09d053b0e5e306106378f6a2dcf80dc53"
            },
            "downloads": -1,
            "filename": "django_psa-0.16.5a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2308ba748fb02d8abdf52cafeeac8361",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 87797,
            "upload_time": "2025-09-05T18:46:49",
            "upload_time_iso_8601": "2025-09-05T18:46:49.679259Z",
            "url": "https://files.pythonhosted.org/packages/e2/7c/4790f3b465d2dbbcbb34b67162398bae31e5cb2a9d01ae98daeb2a719a45/django_psa-0.16.5a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65990ffd0dd157c6d17546dbdb9a0f5841b5137d653893ac986f66ab31e9f220",
                "md5": "feced1aba5bbf072a8d2150d29a9a6c5",
                "sha256": "1d2a216dcca7840c950c5c586e98563a98bc1e72906bc07e3cdac3047bf29abe"
            },
            "downloads": -1,
            "filename": "django_psa-0.16.5a0.tar.gz",
            "has_sig": false,
            "md5_digest": "feced1aba5bbf072a8d2150d29a9a6c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 46443,
            "upload_time": "2025-09-05T18:46:50",
            "upload_time_iso_8601": "2025-09-05T18:46:50.539663Z",
            "url": "https://files.pythonhosted.org/packages/65/99/0ffd0dd157c6d17546dbdb9a0f5841b5137d653893ac986f66ab31e9f220/django_psa-0.16.5a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-05 18:46:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "topleft-team",
    "github_project": "django-psa",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "django",
            "specs": [
                [
                    "==",
                    "4.2.20"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "75.3.2"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "retrying",
            "specs": []
        },
        {
            "name": "django-model-utils",
            "specs": [
                [
                    "==",
                    "4.3.1"
                ]
            ]
        },
        {
            "name": "redis",
            "specs": [
                [
                    "==",
                    "4.5.4"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    "==",
                    "1.2.2.post1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "django-psa"
}
        
Elapsed time: 2.67161s