aiostp


Nameaiostp JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://github.com/cuenca-mx/aiostp
Summaryasyncio client library for stpmex.com
upload_time2023-04-28 00:16:43
maintainer
docs_urlNone
authorCuenca
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            asyncio client library for stpmex.com
# STP – Async python client library for stpmex.com

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


# Installation

`pip install aiostp`

# Authentication

The preferred way to configure the credentials for the client is to set the
`STP_PRIVATE_LOCATION` and `STP_KEY_PASSPHRASE` environment variables. The client
library will automatically configure based on the values of those variables.
`STP_PRIVATE_LOCATION` can be the route to the file, or the private key itself.

To configure manually:
```python
import aiostp

aiostp.configure(priv_key='PKxxxx', priv_key_passphrase='yyyyyy')
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cuenca-mx/aiostp",
    "name": "aiostp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cuenca",
    "author_email": "dev@cuenca.com",
    "download_url": "https://files.pythonhosted.org/packages/e7/63/209559c898c19914f2c68362dd8d055c9d13efdafd439a27f2cf8ccd239d/aiostp-0.0.12.tar.gz",
    "platform": null,
    "description": "asyncio client library for stpmex.com\n# STP \u2013 Async python client library for stpmex.com\n\n[![test](https://github.com/cuenca-mx/aiostp/workflows/test/badge.svg)](https://github.com/cuenca-mx/aiostp/actions?query=workflow%3Atest)\n[![codecov](https://codecov.io/gh/cuenca-mx/aiostp/branch/main/graph/badge.svg)](https://codecov.io/gh/cuenca-mx/aiostp)\n![release](https://github.com/cuenca-mx/aiostp/workflows/release/badge.svg)\n\n\n# Installation\n\n`pip install aiostp`\n\n# Authentication\n\nThe preferred way to configure the credentials for the client is to set the\n`STP_PRIVATE_LOCATION` and `STP_KEY_PASSPHRASE` environment variables. The client\nlibrary will automatically configure based on the values of those variables.\n`STP_PRIVATE_LOCATION` can be the route to the file, or the private key itself.\n\nTo configure manually:\n```python\nimport aiostp\n\naiostp.configure(priv_key='PKxxxx', priv_key_passphrase='yyyyyy')\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "asyncio client library for stpmex.com",
    "version": "0.0.12",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c93621ec26154c8ce6240a3e178ffa568d2c2caf7a1142f029f8cf105afa0569",
                "md5": "ada96ed59dde1fc34421ca2dafd9388b",
                "sha256": "625ec89f3e12902e26f4a286a76ea647b3eda7e690f3c9ed110a17faeadea3f5"
            },
            "downloads": -1,
            "filename": "aiostp-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ada96ed59dde1fc34421ca2dafd9388b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13811,
            "upload_time": "2023-04-28T00:16:41",
            "upload_time_iso_8601": "2023-04-28T00:16:41.634164Z",
            "url": "https://files.pythonhosted.org/packages/c9/36/21ec26154c8ce6240a3e178ffa568d2c2caf7a1142f029f8cf105afa0569/aiostp-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e763209559c898c19914f2c68362dd8d055c9d13efdafd439a27f2cf8ccd239d",
                "md5": "660433409ab4f148eed8aabebf35b128",
                "sha256": "e631f4cdb2f039e4cae987d51dffed5a974f6655c139cc7803f1a839175f81e9"
            },
            "downloads": -1,
            "filename": "aiostp-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "660433409ab4f148eed8aabebf35b128",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10151,
            "upload_time": "2023-04-28T00:16:43",
            "upload_time_iso_8601": "2023-04-28T00:16:43.543912Z",
            "url": "https://files.pythonhosted.org/packages/e7/63/209559c898c19914f2c68362dd8d055c9d13efdafd439a27f2cf8ccd239d/aiostp-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-28 00:16:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "cuenca-mx",
    "github_project": "aiostp",
    "lcname": "aiostp"
}
        
Elapsed time: 0.13445s