# Highly Opinionated Utils: Flask-Psycopg2
Provides the ability to integrate Flask directly with psycopg2 No need for a filthy ORM
## Installation
`bash pip install hou-flask-pscyopg2 `
Sometimes on macs psycopg2 is a little pain in the ass. You’ll see errors like
`bash >>> ld: library not found for -lssl >>> clang: error: linker command failed with exit code 1 (use -v to see invocation) >>> error: command 'clang' failed with exit status 1 `
To fix these try any of the following
xcode-select –install
brew install openssl
LDFLAGS=”-L/usr/local/opt/openssl/lib” CPPFLAGS=”-I/usr/local/opt/openssl/include” pip install hou-flask-pscyopg2
History
0.0.1 (2018-06-27)
First release on PyPI.
Release files for hou-flask-psycopg2 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hou-flask-psycopg2-0.0.7.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hou_flask_psycopg2-0.0.7-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 13.9 kB
Release files / hou-flask-psycopg2-0.0.7.tar.gz
| Download URL | hou-flask-psycopg2-0.0.7.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
241d0b38df667e22b4ba97ecc0868fd3b608053397e1d6cf67ea4ffa17953140
|
|
BLAKE2b-256 checksum How to use checksums |
4efc73fc8c6a3f12fcae78b24d26621d3322d1184074e4a04059681db40f19b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
|
Release files / hou_flask_psycopg2-0.0.7-py2.py3-none-any.whl
| Download URL | hou_flask_psycopg2-0.0.7-py2.py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
cdb437dd21e8b31ade0ccdbce214081afa370dbab098140b5d6961e5be11d1a0
|
|
BLAKE2b-256 checksum How to use checksums |
854fece07abe2fac022a00d3e9d90feb9f488c756dffcbb5aa6baab0e4dec040
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
|