Convenience wrapper for DB API and csv.DictReader rows, and similar.
Project description
brunns-row
Convenience wrapper for DB API and csv.DictReader rows, and similar.
Setup
Install with pip:
pip install brunns-row
(As usual, use of a venv or virtualenv is recommended.)
Developing
Requires tox. Run make precommit tells you if you're OK to commit. For more options, run:
make help
Releasing
Requires hub, setuptools, wheel and twine. To release n.n.n:
version="n.n.n"
git commit -am"Release $version" && git push # If not already all pushed, which it should be.
hub release create $version -m"Release $version"
python3 setup.py sdist bdist_wheel
twine upload dist/*$version*
Quick version:
version="n.n.n"
git commit -am"Release $version" && git push && hub release create $version -m"Release $version" && python setup.py sdist bdist_wheel && twine upload dist/*$version*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 brunns-row-1.0.1.tar.gz.
File metadata
- Download URL: brunns-row-1.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbbaa4dbcbd69bd60806d4e28a5ff4d939b83f3b01ecda9264ab6cc0827f6b44
|
|
| MD5 |
661852f3dc0791a7e8fc116118464efa
|
|
| BLAKE2b-256 |
0895b9c94c70a3ecbfe22ad039c518cd9bff610fe027d2abe0d4d48d1fa3c93c
|
File details
Details for the file brunns_row-1.0.1-py3-none-any.whl.
File metadata
- Download URL: brunns_row-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db77c46bd6921e5e4ede995aa9cd1b58fbe2580fa66ce00ff17d3826a73531cd
|
|
| MD5 |
ef6472d667ca185a55cf6bc10a247fab
|
|
| BLAKE2b-256 |
3006a42fc9b55e7ed1470d00166abfbc8241175a580069e481cb1ea17374c766
|