python-antsy


Namepython-antsy JSON
Version 0.0.17 PyPI version JSON
download
home_pagehttps://www.grupodyd.com
SummaryAntsy API Client
upload_time2024-02-29 02:19:13
maintainer
docs_urlNone
authorJuan F. Duque
requires_python>=3.9.0
licenseMIT
keywords antsy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Release](https://github.com/grupodyd/python-antsy/actions/workflows/release.yml/badge.svg)](https://github.com/grupodyd/python-antsy/actions/workflows/release.yml)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![pypi](https://badge.fury.io/py/python-antsy.svg)](https://pypi.org/project/python-antsy/)
[![PyPI](https://img.shields.io/pypi/pyversions/python-antsy.svg)](https://pypi.python.org/pypi/python-antsy)

# python-antsy
Python package for integration of Antsy in other applications

## Installation

Install from PyPi using [pip](https://pip.pypa.io/en/latest/), a
package manager for Python.

```shell
pip install python-antsy
```

### Test your installation

Try to find the attributes of your authentication token. Save the following code sample to your computer with a text editor. Be sure to replace `refresh_token`.

```python
from antsy import Antsy

# Your Auth Token
client = Antsy(refresh_token="JWT_TOKEN")

client.auth.whoami()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.grupodyd.com",
    "name": "python-antsy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": "",
    "keywords": "antsy",
    "author": "Juan F. Duque",
    "author_email": "jfelipe@grupodyd.com",
    "download_url": "https://files.pythonhosted.org/packages/28/45/4671ff95d43f352c6d7baef0e89546f65ea71a7c2563afe6a1f86b374780/python-antsy-0.0.17.tar.gz",
    "platform": null,
    "description": "[![Release](https://github.com/grupodyd/python-antsy/actions/workflows/release.yml/badge.svg)](https://github.com/grupodyd/python-antsy/actions/workflows/release.yml)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n[![pypi](https://badge.fury.io/py/python-antsy.svg)](https://pypi.org/project/python-antsy/)\n[![PyPI](https://img.shields.io/pypi/pyversions/python-antsy.svg)](https://pypi.python.org/pypi/python-antsy)\n\n# python-antsy\nPython package for integration of Antsy in other applications\n\n## Installation\n\nInstall from PyPi using [pip](https://pip.pypa.io/en/latest/), a\npackage manager for Python.\n\n```shell\npip install python-antsy\n```\n\n### Test your installation\n\nTry to find the attributes of your authentication token. Save the following code sample to your computer with a text editor. Be sure to replace `refresh_token`.\n\n```python\nfrom antsy import Antsy\n\n# Your Auth Token\nclient = Antsy(refresh_token=\"JWT_TOKEN\")\n\nclient.auth.whoami()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Antsy API Client",
    "version": "0.0.17",
    "project_urls": {
        "Homepage": "https://www.grupodyd.com",
        "Source": "https://github.com/grupodyd/python-antsy",
        "Tracker": "https://github.com/grupodyd/python-antsy/issues"
    },
    "split_keywords": [
        "antsy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8926c9b5b91f21c4d826468e35673558954d1cec3a1a18a6b707eb8507f7ad8",
                "md5": "74ecefe72589fba6c5b8a893b6291405",
                "sha256": "be6c6116bd5e85cdcc8ad4293b68d671e52a8c5323bd2295fec797252ca96df7"
            },
            "downloads": -1,
            "filename": "python_antsy-0.0.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "74ecefe72589fba6c5b8a893b6291405",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 10644,
            "upload_time": "2024-02-29T02:19:12",
            "upload_time_iso_8601": "2024-02-29T02:19:12.245154Z",
            "url": "https://files.pythonhosted.org/packages/d8/92/6c9b5b91f21c4d826468e35673558954d1cec3a1a18a6b707eb8507f7ad8/python_antsy-0.0.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28454671ff95d43f352c6d7baef0e89546f65ea71a7c2563afe6a1f86b374780",
                "md5": "872fc2c4751e346535d43e26b8dcff76",
                "sha256": "da11e9f59bca762229def9bd9b366864b8cfaaf1e2163f0214f2437f4aee51e1"
            },
            "downloads": -1,
            "filename": "python-antsy-0.0.17.tar.gz",
            "has_sig": false,
            "md5_digest": "872fc2c4751e346535d43e26b8dcff76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 7822,
            "upload_time": "2024-02-29T02:19:13",
            "upload_time_iso_8601": "2024-02-29T02:19:13.901638Z",
            "url": "https://files.pythonhosted.org/packages/28/45/4671ff95d43f352c6d7baef0e89546f65ea71a7c2563afe6a1f86b374780/python-antsy-0.0.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-29 02:19:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "grupodyd",
    "github_project": "python-antsy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "python-antsy"
}
        
Elapsed time: 4.55504s