Hierarchical ordering "SQL" scripts for correct execution.
Project description
[![Travis CI](https://travis-ci.org/lycantropos/seek-well.svg?branch=master)](https://travis-ci.org/lycantropos/seek-well) [![PyPI](https://badge.fury.io/py/seek-well.svg)](https://badge.fury.io/py/seek-well)
In what follows python3 is an alias for python3.6 or any later version.
Installation
Install the latest pip & setuptools packages versions
`bash python3 -m pip install --upgrade pip setuptools `
### Release
Download and install the latest stable version from PyPI repository
`bash python3 -m pip install --upgrade seek-well `
### Developer
Download and install the latest version from GitHub repository
`bash git clone https://github.com/lycantropos/seek-well.git cd seek-well python3 setup.py install `
Bumping version
Install [bumpversion](https://github.com/peritus/bumpversion#installation).
Choose which version number category to bump following [semver specification](http://semver.org/).
Test bumping version
`bash bumpversion --dry-run --verbose $VERSION `
where $VERSION is the target version number category name, possible values are patch/minor/major.
Bump version
`bash bumpversion --verbose $VERSION `
Note: to avoid inconsistency between branches and pull requests, bumping version should be merged into master branch as separate pull request.
Running tests
Plain
`bash python3 setup.py test `
Inside Docker container
`bash docker-compose up `
Inside Docker container with remote debugger
`bash ./set-dockerhost.sh docker-compose up `
Bash script (e.g. can be used in Git hooks)
`bash ./run-tests.sh `
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
File details
Details for the file seek-well-0.2.1.tar.gz
.
File metadata
- Download URL: seek-well-0.2.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ca1e9ce9f55480f1f7b6f64a5fbba9739fcdaf132b6b86fb2d30aca3b1177a1 |
|
MD5 | 185f57d265393d486c1e87bcde254b69 |
|
BLAKE2b-256 | ef406c1999d5db0751524b2eb3539dec2988b678382c3daea5fc0be40cf46dc9 |