ivoy


Nameivoy JSON
Version 0.4.5 PyPI version JSON
download
home_pagehttps://github.com/cuenca-mx/ivoy-python
SummaryClient library for iVoy
upload_time2021-03-01 23:28:13
maintainer
docs_urlNone
authorCuenca
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # iVoy

[![test](https://github.com/cuenca-mx/ivoy-python/workflows/test/badge.svg)](https://github.com/cuenca-mx/ivoy-python/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/cuenca-mx/ivoy-python/branch/master/graph/badge.svg)](https://codecov.io/gh/cuenca-mx/ivoy-python)

[iVoy Mensajería](https://ivoy.mx) Python3.6+ Client Library

## Install

To setup your environment:

```bash
pip install ivoy
```

## Tests

```bash
make test
```

## Create Client

```python
from ivoy import Client

client = Client(
	auth_user= your_auht_user,
	auth_password= your_auth_password,
	ivoy_user= ivoy_system_user,
	ivoy_password= ivoy_system_password
)
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cuenca-mx/ivoy-python",
    "name": "ivoy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cuenca",
    "author_email": "dev@cuenca.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/2f/faf5dbe24196ab204196f4aa4d05333948c485264fcb34bc7bb466c0108c/ivoy-0.4.5.tar.gz",
    "platform": "",
    "description": "# iVoy\n\n[![test](https://github.com/cuenca-mx/ivoy-python/workflows/test/badge.svg)](https://github.com/cuenca-mx/ivoy-python/actions?query=workflow%3Atest)\n[![codecov](https://codecov.io/gh/cuenca-mx/ivoy-python/branch/master/graph/badge.svg)](https://codecov.io/gh/cuenca-mx/ivoy-python)\n\n[iVoy Mensajer\u00eda](https://ivoy.mx) Python3.6+ Client Library\n\n## Install\n\nTo setup your environment:\n\n```bash\npip install ivoy\n```\n\n## Tests\n\n```bash\nmake test\n```\n\n## Create Client\n\n```python\nfrom ivoy import Client\n\nclient = Client(\n\tauth_user= your_auht_user,\n\tauth_password= your_auth_password,\n\tivoy_user= ivoy_system_user,\n\tivoy_password= ivoy_system_password\n)\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Client library for iVoy",
    "version": "0.4.5",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cd111abc75d6bd65d10ab8c9626f89929f50083d400512551a5cf0aa051cc15",
                "md5": "f3dbc37a85bdcfe2be2f1c310e9af5fc",
                "sha256": "e3afcb2be72e8a9ceb0dc188aab2bf2904b7fe4f7f105d4ed346f390499aeb5a"
            },
            "downloads": -1,
            "filename": "ivoy-0.4.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3dbc37a85bdcfe2be2f1c310e9af5fc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15056,
            "upload_time": "2021-03-01T23:28:12",
            "upload_time_iso_8601": "2021-03-01T23:28:12.602006Z",
            "url": "https://files.pythonhosted.org/packages/6c/d1/11abc75d6bd65d10ab8c9626f89929f50083d400512551a5cf0aa051cc15/ivoy-0.4.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f22ffaf5dbe24196ab204196f4aa4d05333948c485264fcb34bc7bb466c0108c",
                "md5": "c13603c40688a73a995a5c7e6c7141a4",
                "sha256": "3aabb888cd8a7c11ad200be516b8754db30e521918ee747fe4c8130af6fe7b33"
            },
            "downloads": -1,
            "filename": "ivoy-0.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c13603c40688a73a995a5c7e6c7141a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 10495,
            "upload_time": "2021-03-01T23:28:13",
            "upload_time_iso_8601": "2021-03-01T23:28:13.688158Z",
            "url": "https://files.pythonhosted.org/packages/f2/2f/faf5dbe24196ab204196f4aa4d05333948c485264fcb34bc7bb466c0108c/ivoy-0.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-03-01 23:28:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "cuenca-mx",
    "github_project": "ivoy-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ivoy"
}
        
Elapsed time: 0.05445s