wf-honeycomb-rds-client


Namewf-honeycomb-rds-client JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/WildflowerSchools/wf-honeycomb-rds-client
SummaryA client for communicating with the RDS database underlying Honeycomb
upload_time2023-10-11 18:46:48
maintainerTheodore Quinn
docs_urlNone
authorTheodore Quinn
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # honeycomb_rds_client

A client for communicating with the RDS database underlying Honeycomb

## Installation

`pip install wf-honeycomb-rds-client`

## Development

### Requirements

* [Poetry](https://python-poetry.org/)
* [just](https://github.com/casey/just)

### Install

`poetry install`


#### Install w/ Python Version from PyEnv

```
# Specify pyenv python version
pyenv shell --unset
pyenv local <<VERSION>>

# Set poetry python to pyenv version
poetry env use $(pyenv which python)
poetry cache clear . --all
poetry install
```

## Task list
* TBD

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/WildflowerSchools/wf-honeycomb-rds-client",
    "name": "wf-honeycomb-rds-client",
    "maintainer": "Theodore Quinn",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "ted.quinn@wildflowerschools.org",
    "keywords": "",
    "author": "Theodore Quinn",
    "author_email": "ted.quinn@wildflowerschools.org",
    "download_url": "https://files.pythonhosted.org/packages/a9/84/80bfa65944141ceb22013ee334f24bafc4b394013d1492f4fd67a41cfddc/wf_honeycomb_rds_client-0.3.3.tar.gz",
    "platform": null,
    "description": "# honeycomb_rds_client\n\nA client for communicating with the RDS database underlying Honeycomb\n\n## Installation\n\n`pip install wf-honeycomb-rds-client`\n\n## Development\n\n### Requirements\n\n* [Poetry](https://python-poetry.org/)\n* [just](https://github.com/casey/just)\n\n### Install\n\n`poetry install`\n\n\n#### Install w/ Python Version from PyEnv\n\n```\n# Specify pyenv python version\npyenv shell --unset\npyenv local <<VERSION>>\n\n# Set poetry python to pyenv version\npoetry env use $(pyenv which python)\npoetry cache clear . --all\npoetry install\n```\n\n## Task list\n* TBD\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A client for communicating with the RDS database underlying Honeycomb",
    "version": "0.3.3",
    "project_urls": {
        "Homepage": "https://github.com/WildflowerSchools/wf-honeycomb-rds-client",
        "Repository": "https://github.com/WildflowerSchools/wf-honeycomb-rds-client"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e93a8f0a9c749f5b09874850980bb8747145a2075e1eba60ea6b85b71f3f589e",
                "md5": "f3637f632ad9f0c33dcebfab3e8099be",
                "sha256": "481388d70318049c6e178747179c1a056360d48527f5df3b7b60ab2673101635"
            },
            "downloads": -1,
            "filename": "wf_honeycomb_rds_client-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3637f632ad9f0c33dcebfab3e8099be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 5121,
            "upload_time": "2023-10-11T18:46:47",
            "upload_time_iso_8601": "2023-10-11T18:46:47.277703Z",
            "url": "https://files.pythonhosted.org/packages/e9/3a/8f0a9c749f5b09874850980bb8747145a2075e1eba60ea6b85b71f3f589e/wf_honeycomb_rds_client-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a98480bfa65944141ceb22013ee334f24bafc4b394013d1492f4fd67a41cfddc",
                "md5": "9b5acc8bcbd0248c3c0855b8de6853ca",
                "sha256": "bf6866b7d28f65de01a271c7c018f01027f8a5006a4b95e31d4e3444933e8be8"
            },
            "downloads": -1,
            "filename": "wf_honeycomb_rds_client-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9b5acc8bcbd0248c3c0855b8de6853ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 4336,
            "upload_time": "2023-10-11T18:46:48",
            "upload_time_iso_8601": "2023-10-11T18:46:48.459910Z",
            "url": "https://files.pythonhosted.org/packages/a9/84/80bfa65944141ceb22013ee334f24bafc4b394013d1492f4fd67a41cfddc/wf_honeycomb_rds_client-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 18:46:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WildflowerSchools",
    "github_project": "wf-honeycomb-rds-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wf-honeycomb-rds-client"
}
        
Elapsed time: 0.48124s