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
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size hou-flask-psycopg2-0.0.4.tar.gz (5.7 kB) | File type Source | Python version None | Upload date | Hashes View hashes |