sc-inetbox-adapter


Namesc-inetbox-adapter JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryAPI adapter for Swisscom Internet Box
upload_time2023-04-03 19:20:33
maintainer
docs_urlNone
authorMatthias Weis
requires_python>=3.8,<4.0
licenseGNU General Public License v3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sc_inetbox_adapter

API adapter for Swisscom Internet Box

## Installation

```bash
$ pip install sc_inetbox_adapter
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`sc_inetbox_adapter` was created by Matthias Weis. It is licensed under the terms of the GNU General Public License v3.0 license.

## Develop

In the root dir:
```bash
$ python -m venv .
$ source ./bin/activate
$ poetry install
```

## Test
Place a file named '''.password''' containing the admin password in the root folder and run the tests:
```bash
$ python -m pytest tests
```

## Publish
```bash
poetry config pypi-token.test-pypi *TOKEN*
poetry publish -r test-pypi
```

## Credits

`sc_inetbox_adapter` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sc-inetbox-adapter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Matthias Weis",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ba/4d/ef16b41ece03e572bbbd857bb9e905cb7a17de9a9fdd1333504f89357131/sc_inetbox_adapter-0.1.2.tar.gz",
    "platform": null,
    "description": "# sc_inetbox_adapter\n\nAPI adapter for Swisscom Internet Box\n\n## Installation\n\n```bash\n$ pip install sc_inetbox_adapter\n```\n\n## Usage\n\n- TODO\n\n## Contributing\n\nInterested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.\n\n## License\n\n`sc_inetbox_adapter` was created by Matthias Weis. It is licensed under the terms of the GNU General Public License v3.0 license.\n\n## Develop\n\nIn the root dir:\n```bash\n$ python -m venv .\n$ source ./bin/activate\n$ poetry install\n```\n\n## Test\nPlace a file named '''.password''' containing the admin password in the root folder and run the tests:\n```bash\n$ python -m pytest tests\n```\n\n## Publish\n```bash\npoetry config pypi-token.test-pypi *TOKEN*\npoetry publish -r test-pypi\n```\n\n## Credits\n\n`sc_inetbox_adapter` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "API adapter for Swisscom Internet Box",
    "version": "0.1.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0bc4084b95cff756ad49989baa2f2feb95a3ae96bb2bd0e3082e34efc07b985",
                "md5": "8d7b00d6bd63ac236c822b3438fd7ded",
                "sha256": "b517b5704de3dbeb44ad74061eef7b86ccb8d5bb181f1299bcc40a0098c06910"
            },
            "downloads": -1,
            "filename": "sc_inetbox_adapter-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8d7b00d6bd63ac236c822b3438fd7ded",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 16015,
            "upload_time": "2023-04-03T19:20:30",
            "upload_time_iso_8601": "2023-04-03T19:20:30.933031Z",
            "url": "https://files.pythonhosted.org/packages/f0/bc/4084b95cff756ad49989baa2f2feb95a3ae96bb2bd0e3082e34efc07b985/sc_inetbox_adapter-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba4def16b41ece03e572bbbd857bb9e905cb7a17de9a9fdd1333504f89357131",
                "md5": "94953744848d69da18de765542435cc4",
                "sha256": "b741cd3c850b47d12503082fa881fc77daea8e137a52355ad93b2aea9ec80365"
            },
            "downloads": -1,
            "filename": "sc_inetbox_adapter-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "94953744848d69da18de765542435cc4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 14935,
            "upload_time": "2023-04-03T19:20:33",
            "upload_time_iso_8601": "2023-04-03T19:20:33.201085Z",
            "url": "https://files.pythonhosted.org/packages/ba/4d/ef16b41ece03e572bbbd857bb9e905cb7a17de9a9fdd1333504f89357131/sc_inetbox_adapter-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-03 19:20:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "sc-inetbox-adapter"
}
        
Elapsed time: 0.13998s