[](https://travis-ci.org/lycantropos/seek-well) [](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 `
Release files for seek-well 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seek-well-0.2.1.tar.gz | 6.1 kB | Details |
Release files / seek-well-0.2.1.tar.gz
| Download URL | seek-well-0.2.1.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8ca1e9ce9f55480f1f7b6f64a5fbba9739fcdaf132b6b86fb2d30aca3b1177a1
|
|
BLAKE2b-256 checksum How to use checksums |
ef406c1999d5db0751524b2eb3539dec2988b678382c3daea5fc0be40cf46dc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |