pysmsboxnet


Namepysmsboxnet JSON
Version 2024.6.1 PyPI version JSON
download
home_pageNone
SummaryClient to send SMS using www.smsbox.net API
upload_time2024-06-08 07:39:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT license
keywords smsbox api sms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pysmsboxnet

Asynchronous Python library for [smsbox.net](https://www.smsbox.net) API.
Currently it allows to send a SMS, using the [v1.1 API](https://en.smsbox.net/docs/doc-API-SMSBOX-1.1-EN.html).
You can also [download the documentation](https://en.smsbox.net/docs/doc-API-SMSBOX-1.1-EN.pdf).
Future version might allow to use other [account features](https://en.smsbox.net/docs/doc-APIFunctions-SMSBOX-FR.html), this doc is in French.
The exception is `get_credits()` which allows getting remaining credits.

## Installing

You can install using pip.

## How to use

See [example.py](/example.py).
An example is also available in the documentation.

## Documentation

- [Latest stable version](https://nardol.github.io/pysmsboxnet/stable)
- Future previous versions documentations will be available at `https://nardol.github.io/pysmsboxnet/yyyy.mm.n`
- [Latest dev documentation](https://nardol.github.io/pysmsboxnet/dev)
  It is updated each time something is pushed to the `main` branch.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pysmsboxnet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "smsbox, api, sms",
    "author": null,
    "author_email": "Patrick ZAJDA <patrick@zajda.fr>",
    "download_url": "https://files.pythonhosted.org/packages/de/ae/76613ff7201916e8412c24c7489913b021fade678569be8057976cd02d8a/pysmsboxnet-2024.6.1.tar.gz",
    "platform": "any",
    "description": "# pysmsboxnet\n\nAsynchronous Python library for [smsbox.net](https://www.smsbox.net) API.\nCurrently it allows to send a SMS, using the [v1.1 API](https://en.smsbox.net/docs/doc-API-SMSBOX-1.1-EN.html).\nYou can also [download the documentation](https://en.smsbox.net/docs/doc-API-SMSBOX-1.1-EN.pdf).\nFuture version might allow to use other [account features](https://en.smsbox.net/docs/doc-APIFunctions-SMSBOX-FR.html), this doc is in French.\nThe exception is `get_credits()` which allows getting remaining credits.\n\n## Installing\n\nYou can install using pip.\n\n## How to use\n\nSee [example.py](/example.py).\nAn example is also available in the documentation.\n\n## Documentation\n\n- [Latest stable version](https://nardol.github.io/pysmsboxnet/stable)\n- Future previous versions documentations will be available at `https://nardol.github.io/pysmsboxnet/yyyy.mm.n`\n- [Latest dev documentation](https://nardol.github.io/pysmsboxnet/dev)\n  It is updated each time something is pushed to the `main` branch.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Client to send SMS using www.smsbox.net API",
    "version": "2024.6.1",
    "project_urls": {
        "Bug tracker": "https://github.com/Nardol/pysmsboxnet/issues",
        "Documentation": "https://nardol.github.io/pysmsboxnet/stable",
        "SMSBox API 1.1 doc": "https://en.smsbox.net/docs/doc-API-SMSBOX-1.1-EN.html",
        "SMSBox account API doc": "https://en.smsbox.net/docs/doc-APIFunctions-SMSBOX-FR.html",
        "Source code": "https://github.com/Nardol/pysmsboxnet"
    },
    "split_keywords": [
        "smsbox",
        " api",
        " sms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0997977934cf59802f7cc35da9c48f7898d4cf58c8ce7287c07107dca03ec21",
                "md5": "3028456b3a93da26a93a9eb65616a4cc",
                "sha256": "c8fb7327cb608154057b483a2f2ed5234a1d5ce11315f9d574146cbe5f736f32"
            },
            "downloads": -1,
            "filename": "pysmsboxnet-2024.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3028456b3a93da26a93a9eb65616a4cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6010,
            "upload_time": "2024-06-08T07:39:50",
            "upload_time_iso_8601": "2024-06-08T07:39:50.882637Z",
            "url": "https://files.pythonhosted.org/packages/d0/99/7977934cf59802f7cc35da9c48f7898d4cf58c8ce7287c07107dca03ec21/pysmsboxnet-2024.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "deae76613ff7201916e8412c24c7489913b021fade678569be8057976cd02d8a",
                "md5": "fbf88d408e08688deb20f3e4aecb06d2",
                "sha256": "5f102e10df94d45fe0825a001c231991e507649e1350467cf7ff2395775f501e"
            },
            "downloads": -1,
            "filename": "pysmsboxnet-2024.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fbf88d408e08688deb20f3e4aecb06d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15551,
            "upload_time": "2024-06-08T07:39:52",
            "upload_time_iso_8601": "2024-06-08T07:39:52.475596Z",
            "url": "https://files.pythonhosted.org/packages/de/ae/76613ff7201916e8412c24c7489913b021fade678569be8057976cd02d8a/pysmsboxnet-2024.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-08 07:39:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Nardol",
    "github_project": "pysmsboxnet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pysmsboxnet"
}
        
Elapsed time: 0.25924s