pyfreshdesk


Namepyfreshdesk JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryPython client for Freshdesk API.
upload_time2024-02-11 22:35:25
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT License Copyright © 2024 Kyle L. Davis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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 freshdesk api client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

[![PyPI](https://img.shields.io/pypi/v/pyfreshdesk?color=darkred)](https://pypi.org/project/pyfreshdesk/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyfreshdesk?label=Python%20Version&logo=python&logoColor=yellow)](https://pypi.org/project/pyfreshdesk/)
[![PyPI - License](https://img.shields.io/pypi/l/pyfreshdesk?color=green)](https://github.com/AceofSpades5757/pyfreshdesk/blob/main/LICENSE)

[![Read the Docs](https://img.shields.io/readthedocs/pyfreshdesk)](https://pyfreshdesk.readthedocs.io/en/latest/)

# Description

Python client library for interacting with Freshdesk.

# Installation

`pip install pyfreshdesk`

# Usage

## Basic

```python
from freshdesk import Client


fd = Client(domain='mydomain', api_key='MY_API_KEY')
```

## Different Plan

```python
from freshdesk import Client
from freshdesk import Plan


fd = Client(
    domain='mydomain',
    api_key='MY_API_KEY',
    plan=Plan.ESTATE,
)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyfreshdesk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "\"Kyle L. Davis\" <kyle.l.davis57@gmail.com>",
    "keywords": "freshdesk,api,client",
    "author": "",
    "author_email": "\"Kyle L. Davis\" <kyle.l.davis57@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/da/79/60d02d836b0f45ea6815ef4f31af830bfb1d0e7c9f678b6921c03093c43c/pyfreshdesk-0.1.1.tar.gz",
    "platform": null,
    "description": "[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\r\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\r\n\r\n[![PyPI](https://img.shields.io/pypi/v/pyfreshdesk?color=darkred)](https://pypi.org/project/pyfreshdesk/)\r\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyfreshdesk?label=Python%20Version&logo=python&logoColor=yellow)](https://pypi.org/project/pyfreshdesk/)\r\n[![PyPI - License](https://img.shields.io/pypi/l/pyfreshdesk?color=green)](https://github.com/AceofSpades5757/pyfreshdesk/blob/main/LICENSE)\r\n\r\n[![Read the Docs](https://img.shields.io/readthedocs/pyfreshdesk)](https://pyfreshdesk.readthedocs.io/en/latest/)\r\n\r\n# Description\r\n\r\nPython client library for interacting with Freshdesk.\r\n\r\n# Installation\r\n\r\n`pip install pyfreshdesk`\r\n\r\n# Usage\r\n\r\n## Basic\r\n\r\n```python\r\nfrom freshdesk import Client\r\n\r\n\r\nfd = Client(domain='mydomain', api_key='MY_API_KEY')\r\n```\r\n\r\n## Different Plan\r\n\r\n```python\r\nfrom freshdesk import Client\r\nfrom freshdesk import Plan\r\n\r\n\r\nfd = Client(\r\n    domain='mydomain',\r\n    api_key='MY_API_KEY',\r\n    plan=Plan.ESTATE,\r\n)\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright \u00a9 2024 Kyle L. Davis  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  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. ",
    "summary": "Python client for Freshdesk API.",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://github.com/AceofSpades5757/pyfreshdesk/blob/main/README.md",
        "Homepage": "https://github.com/AceofSpades5757/pyfreshdesk",
        "Issues": "https://github.com/AceofSpades5757/pyfreshdesk/issues",
        "Repository": "https://github.com/AceofSpades5757/pyfreshdesk"
    },
    "split_keywords": [
        "freshdesk",
        "api",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d177795c1964cf0d5ae93177baf79784ce4c611e68d70c1788a147c3e336ee0",
                "md5": "0e003b4eab589e5b486a1ae6e0cc2449",
                "sha256": "76ae733adfea01d1cddc7b892ae0a4cf219a1a899f7b914a3541d91e0992f50c"
            },
            "downloads": -1,
            "filename": "pyfreshdesk-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e003b4eab589e5b486a1ae6e0cc2449",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 28125,
            "upload_time": "2024-02-11T22:35:23",
            "upload_time_iso_8601": "2024-02-11T22:35:23.791100Z",
            "url": "https://files.pythonhosted.org/packages/8d/17/7795c1964cf0d5ae93177baf79784ce4c611e68d70c1788a147c3e336ee0/pyfreshdesk-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da7960d02d836b0f45ea6815ef4f31af830bfb1d0e7c9f678b6921c03093c43c",
                "md5": "adc248a62b7c80d44d20cf99225aad94",
                "sha256": "9f18aa77b15e93caa110687aa9f4debcf14ad2d14d44ebc63f36db57c21e2746"
            },
            "downloads": -1,
            "filename": "pyfreshdesk-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "adc248a62b7c80d44d20cf99225aad94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 25614,
            "upload_time": "2024-02-11T22:35:25",
            "upload_time_iso_8601": "2024-02-11T22:35:25.682416Z",
            "url": "https://files.pythonhosted.org/packages/da/79/60d02d836b0f45ea6815ef4f31af830bfb1d0e7c9f678b6921c03093c43c/pyfreshdesk-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-11 22:35:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AceofSpades5757",
    "github_project": "pyfreshdesk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyfreshdesk"
}
        
Elapsed time: 0.18123s