bulkhead


Namebulkhead JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttp://www.codeberg/cap_jmk/prettify-py
Summarypackage providing objects for API interaction
upload_time2023-01-03 17:50:15
maintainer
docs_urlNone
authorJulian M. Kleber
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # weather-collector

# Why?

There is a need to collect data from weather APIs to improve the Digital Core to regulate the display brightness

# What?

Is a simple module to handle various weather endpoints or endpoints in general

![](Endpoints.png)

## Usage

The idea is to provide a simple interface for handling collections of APIs. Through time, the objects should become
very abstract to be reusable in different environments. This is the moment a package shoudl be factored out, either
through a framework or just a package.

Basically, your use case should implement the following interfaces

* endpoints.interface
* endpoint_collection.interface
* sampler.interface (optional)

## Documentation of the Endpoints

<https://docs.tomorrow.io/reference/post-route>

## Delimiter

Timestamp1, timestamp2, wert1 , wert2, durchschnitt;

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.codeberg/cap_jmk/prettify-py",
    "name": "bulkhead",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Julian M. Kleber",
    "author_email": "julian.m.kleber@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6c/1e/8b989ec2200f42fe0ccbe9a0736bcfef954c1b54592eff5f814b3de13f38/bulkhead-0.1.5.tar.gz",
    "platform": null,
    "description": "# weather-collector\n\n# Why?\n\nThere is a need to collect data from weather APIs to improve the Digital Core to regulate the display brightness\n\n# What?\n\nIs a simple module to handle various weather endpoints or endpoints in general\n\n![](Endpoints.png)\n\n## Usage\n\nThe idea is to provide a simple interface for handling collections of APIs. Through time, the objects should become\nvery abstract to be reusable in different environments. This is the moment a package shoudl be factored out, either\nthrough a framework or just a package.\n\nBasically, your use case should implement the following interfaces\n\n* endpoints.interface\n* endpoint_collection.interface\n* sampler.interface (optional)\n\n## Documentation of the Endpoints\n\n<https://docs.tomorrow.io/reference/post-route>\n\n## Delimiter\n\nTimestamp1, timestamp2, wert1 , wert2, durchschnitt;\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "package providing objects for API interaction",
    "version": "0.1.5",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e12bbe920733e9fc1f76f19e039bf99d4b8e3136d123e745f7f99b6006dc6298",
                "md5": "c3872b5906a99a62559584e52709b802",
                "sha256": "a469b6b4e7d522d894b2a2041fe28beb41ad052caa4bc2ab595c5705a3963f3e"
            },
            "downloads": -1,
            "filename": "bulkhead-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c3872b5906a99a62559584e52709b802",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 22916,
            "upload_time": "2023-01-03T17:50:14",
            "upload_time_iso_8601": "2023-01-03T17:50:14.367777Z",
            "url": "https://files.pythonhosted.org/packages/e1/2b/be920733e9fc1f76f19e039bf99d4b8e3136d123e745f7f99b6006dc6298/bulkhead-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c1e8b989ec2200f42fe0ccbe9a0736bcfef954c1b54592eff5f814b3de13f38",
                "md5": "b86c5ed95d0edd762b24762f91f20fda",
                "sha256": "113c1c27078e0179f776ae28aa8726ddb4e1ad4d9a42f1378e50361d163dde8b"
            },
            "downloads": -1,
            "filename": "bulkhead-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b86c5ed95d0edd762b24762f91f20fda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 22199,
            "upload_time": "2023-01-03T17:50:15",
            "upload_time_iso_8601": "2023-01-03T17:50:15.595802Z",
            "url": "https://files.pythonhosted.org/packages/6c/1e/8b989ec2200f42fe0ccbe9a0736bcfef954c1b54592eff5f814b3de13f38/bulkhead-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-03 17:50:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "bulkhead"
}
        
Elapsed time: 0.07763s