candor-test


Namecandor-test JSON
Version 1.1.5 PyPI version JSON
download
home_pagehttps://github.com/FroostySnoowman/Candor
SummarySimple wrapper for the Candor API.
upload_time2023-09-15 19:29:50
maintainer
docs_urlNone
authorFroostySnoowman
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # candor.py

`candor.py` is an official API wrapper for Candor Service's API endpoints. It's modern, easy to use, feature-rich, and intuitive!

## Features

+ **Simple:** High-level abstraction of API interactions; easy to use and easy to customize.

+ **Lightweight:** Doesn't rely on any external dependencies, minimal package size.

+ **Extensive:** Covers all Candor related endpoints from the Candor Services API.

+ **Fast:** HTTP requests and object instancing optimized to use minimal resources and complete tasks quickly!

+ **Intuitive:** Complete auto-completion, docstrings, and type-hinting for all library objects and variables.

## Installation

`candor.py` requires Python 3.8 or higher.

|Manager     |Command                  |
|:----------:|:------------------------|
|PIP         |`pip install candor`   |

**Quickstart:**

```python
import candor

candor.verifyLicense()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FroostySnoowman/Candor",
    "name": "candor-test",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "FroostySnoowman",
    "author_email": "froostysnoowmanbusiness@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9e/4e/c313e0f9fec9cf4b7166fcff5c6d049452b68af421c0ac0f0ff4abe829d8/candor-test-1.1.5.tar.gz",
    "platform": null,
    "description": "# candor.py\n\n`candor.py` is an official API wrapper for Candor Service's API endpoints. It's modern, easy to use, feature-rich, and intuitive!\n\n## Features\n\n+ **Simple:** High-level abstraction of API interactions; easy to use and easy to customize.\n\n+ **Lightweight:** Doesn't rely on any external dependencies, minimal package size.\n\n+ **Extensive:** Covers all Candor related endpoints from the Candor Services API.\n\n+ **Fast:** HTTP requests and object instancing optimized to use minimal resources and complete tasks quickly!\n\n+ **Intuitive:** Complete auto-completion, docstrings, and type-hinting for all library objects and variables.\n\n## Installation\n\n`candor.py` requires Python 3.8 or higher.\n\n|Manager     |Command                  |\n|:----------:|:------------------------|\n|PIP         |`pip install candor`   |\n\n**Quickstart:**\n\n```python\nimport candor\n\ncandor.verifyLicense()\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple wrapper for the Candor API.",
    "version": "1.1.5",
    "project_urls": {
        "Homepage": "https://github.com/FroostySnoowman/Candor"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2165e08cddbd820653ff68e1a63e8dcac86e6c07e814347235ec48f966f08362",
                "md5": "7ce502ae85248ee27c3e9d7b3abcde53",
                "sha256": "72018724d201731be4c3ae710fce0f00f5df9ffb5c81d4f931dff3ec6662a1a4"
            },
            "downloads": -1,
            "filename": "candor_test-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ce502ae85248ee27c3e9d7b3abcde53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2549,
            "upload_time": "2023-09-15T19:29:48",
            "upload_time_iso_8601": "2023-09-15T19:29:48.578376Z",
            "url": "https://files.pythonhosted.org/packages/21/65/e08cddbd820653ff68e1a63e8dcac86e6c07e814347235ec48f966f08362/candor_test-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e4ec313e0f9fec9cf4b7166fcff5c6d049452b68af421c0ac0f0ff4abe829d8",
                "md5": "8c729394d52a9e36e43d75a16160f88e",
                "sha256": "09e24fbb5022571ff04c028d903e22a1015ec4464b8b048f8e666815c999333d"
            },
            "downloads": -1,
            "filename": "candor-test-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8c729394d52a9e36e43d75a16160f88e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2311,
            "upload_time": "2023-09-15T19:29:50",
            "upload_time_iso_8601": "2023-09-15T19:29:50.661993Z",
            "url": "https://files.pythonhosted.org/packages/9e/4e/c313e0f9fec9cf4b7166fcff5c6d049452b68af421c0ac0f0ff4abe829d8/candor-test-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-15 19:29:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FroostySnoowman",
    "github_project": "Candor",
    "github_not_found": true,
    "lcname": "candor-test"
}
        
Elapsed time: 0.10933s