Highly Opinionated Utils: Flask Psycopg2
Project description
# 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hou_flask_psycopg2-0.0.6-py2.py3-none-any.whl.
File metadata
- Download URL: hou_flask_psycopg2-0.0.6-py2.py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db6508d98174174e1c4ad52e4d5e97c8f9f49ae79d26ed2b0a27fb7e8f232f63
|
|
| MD5 |
195a6431031f22d55c854d1703d38073
|
|
| BLAKE2b-256 |
9069bef80cb1e3f72399e08b7de525eb63698e8b9340ad02ccf72a148d3a8563
|