# postgres_client
A client for communicating with PostgreSQL databases
## Installation
`pip install wf-postgres-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-postgres-client",
"name": "wf-postgres-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/e1/79/300dd96377be61842c01448443acdeaacb3892c3985537eab84a4bea7782/wf_postgres_client-0.1.2.tar.gz",
"platform": null,
"description": "# postgres_client\n\nA client for communicating with PostgreSQL databases\n\n## Installation\n\n`pip install wf-postgres-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 PostgreSQL databases",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/WildflowerSchools/wf-postgres-client",
"Repository": "https://github.com/WildflowerSchools/wf-postgres-client"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8d1e467771b5a79aeac868918165de5da8dfdfe46739d5819aa4008b29079505",
"md5": "9efb3ed91dc5df9ecbdfea43af2da8da",
"sha256": "73d4707fd8070dbe723f9e3e614d121489bbf73bead03f420203ceadc3d59fc0"
},
"downloads": -1,
"filename": "wf_postgres_client-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9efb3ed91dc5df9ecbdfea43af2da8da",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 4992,
"upload_time": "2023-07-30T22:28:16",
"upload_time_iso_8601": "2023-07-30T22:28:16.913885Z",
"url": "https://files.pythonhosted.org/packages/8d/1e/467771b5a79aeac868918165de5da8dfdfe46739d5819aa4008b29079505/wf_postgres_client-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e179300dd96377be61842c01448443acdeaacb3892c3985537eab84a4bea7782",
"md5": "fc451ec9300507340603f64fdac6a1bc",
"sha256": "a2a64a84e9719cd57f58961520c2fbc88b889ba2cb5d8f9b0a2c9a6d44283a47"
},
"downloads": -1,
"filename": "wf_postgres_client-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "fc451ec9300507340603f64fdac6a1bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 4568,
"upload_time": "2023-07-30T22:28:18",
"upload_time_iso_8601": "2023-07-30T22:28:18.252444Z",
"url": "https://files.pythonhosted.org/packages/e1/79/300dd96377be61842c01448443acdeaacb3892c3985537eab84a4bea7782/wf_postgres_client-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-30 22:28:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "WildflowerSchools",
"github_project": "wf-postgres-client",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "wf-postgres-client"
}