client for api.onlaw.dk
Project description
onlaw_api_client
python client for api.onlaw.dk
installation
std usage
simply
pip install onlaw_api_client
For a minimal example see examples/query.py
development
- clone the repo :
git clone https://github.com/Onlaw/onlaw_api_client.git
- venv:
python3 -m venv venv
- activate:
source venv/bin/activate
- update dependencies:
pip-compile requirements.dev.in > requirements.dev.txt
- install:
pip install -r requirements.dev.txt
- sync dependencies:
pip-sync requirements.dev.txt
- install onlaw api client from local source:
pip install -e .
- install pre-commit hooks:
pre-commit install
new dependencies
- Add them to
setup.py
ininstall_requires
. - To generate a new
requirements.txt
:pip-compile
testing package
- build package (remember if neccesary to change version in
setup.py
):make pypitest
- create new venv and activate it, and install package:
pip install --index-url https://test.pypi.org/simple/ onlaw_api_client --upgrade --extra-index-url https://test.pypi.org/simple/ --no-deps
. Note the--no-deps
arguments which prevent dependencies to be installed. test.pypi does not have all packages and hence installation from test.pypi most likely fail.
publish new package
- bump version number in
setup.py
make pypiprod
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for onlaw_api_client-0.1.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a57b4a78f266b3491dde1c642cd9d76dc8cceab83126a6dca7d0988f5751d46a |
|
MD5 | 5dd912f8148a470c58b1ab55c1aeeffc |
|
BLAKE2b-256 | 5b3754624b580a9f3ef499786b6d248dee3cd689feb6e4c439ecfcc26c08b99a |