kilko-waste


Namekilko-waste JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryKilko Container Management API Client
upload_time2024-08-28 16:29:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kilko Container Management API

This is a crude API client for Kilko Container Manager which manages some of the waste point 
(i.e. trash bins) in various cities in the Netherlands.

Examples of how to use it are included in [main.py](main.py), with the approximate request and response schemas under the
[definitions](src/kilko_waste/definitions) folder.

## Usage
1. Copy `.env.example` to `.env` and use your credentials.
2. Install dependencies.
3. Run `main.py`.

## Notes

This is intended to be adapted to run on Home Assistant as an integration. Feel free to raise an issue.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kilko-waste",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Alin Ali Hassan <alinalihassan@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/96/cc/62f39d3d3963e6eb377ef25fd73c824d87eadb39df45811d2b456f72719b/kilko_waste-0.1.5.tar.gz",
    "platform": null,
    "description": "# Kilko Container Management API\n\nThis is a crude API client for Kilko Container Manager which manages some of the waste point \n(i.e. trash bins) in various cities in the Netherlands.\n\nExamples of how to use it are included in [main.py](main.py), with the approximate request and response schemas under the\n[definitions](src/kilko_waste/definitions) folder.\n\n## Usage\n1. Copy `.env.example` to `.env` and use your credentials.\n2. Install dependencies.\n3. Run `main.py`.\n\n## Notes\n\nThis is intended to be adapted to run on Home Assistant as an integration. Feel free to raise an issue.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Kilko Container Management API Client",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/alinalihassan/Kilko-Container-Management-API"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6da4aeacc40d0c7d0e45d5a932ed83b658f29ba2c0c609989758365d87d288ce",
                "md5": "e444f57570104be293142188dc3ff23c",
                "sha256": "0a3347c09c06004012057247c35642ac851d4728369e556916d5c330174cebf4"
            },
            "downloads": -1,
            "filename": "kilko_waste-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e444f57570104be293142188dc3ff23c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 9342,
            "upload_time": "2024-08-28T16:28:57",
            "upload_time_iso_8601": "2024-08-28T16:28:57.540205Z",
            "url": "https://files.pythonhosted.org/packages/6d/a4/aeacc40d0c7d0e45d5a932ed83b658f29ba2c0c609989758365d87d288ce/kilko_waste-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96cc62f39d3d3963e6eb377ef25fd73c824d87eadb39df45811d2b456f72719b",
                "md5": "32ce0009d6644765b72d106e1a028a42",
                "sha256": "dcacb52aa78b362ae4e8b7e620a6af8ad0f2cf41c41a66498e540b3a8832ded9"
            },
            "downloads": -1,
            "filename": "kilko_waste-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "32ce0009d6644765b72d106e1a028a42",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 10534,
            "upload_time": "2024-08-28T16:29:01",
            "upload_time_iso_8601": "2024-08-28T16:29:01.512801Z",
            "url": "https://files.pythonhosted.org/packages/96/cc/62f39d3d3963e6eb377ef25fd73c824d87eadb39df45811d2b456f72719b/kilko_waste-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-28 16:29:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alinalihassan",
    "github_project": "Kilko-Container-Management-API",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "kilko-waste"
}
        
Elapsed time: 0.51752s