Neos Common Code
Project description
NEOS Platform Common Code v0.14.7
Prerequisites
The following packages are used across python repositories. A global install of them all is highly recommended.
WSL
If running on Windows, you may need to install distutils
to install the service.
$ sudo apt-get install python3.8-distutils
Initial setup
$ invoke install-dev
Install on MacOS
- Install kafka dependencies
$ brew install librdkafka
- Setup environment variables on .bashrc or .zshrc
export CFLAGS="-I/opt/homebrew/include"
export LDFLAGS="-L/opt/homebrew/lib"
export LIBRARY_PATH="/opt/homebrew/lib"
- Execute the following command to install the dependencies
$ invoke install-dev
Code Quality
Tests
invoke tests
invoke tests-coverage
Linting
invoke check-style
invoke isort
Releases
Release management is handled using changelog-gen
. The below commands will
tag a new release, and generate the matching changelog entries. Jenkins will
then publish the release to the artifact repository.
$ invoke release
$ invoke bump-patch
$ invoke bump-minor
$ invoke bump-major
> vX.Y.Z
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
neos_common-0.14.7.tar.gz
(106.2 kB
view details)
Built Distribution
File details
Details for the file neos_common-0.14.7.tar.gz
.
File metadata
- Download URL: neos_common-0.14.7.tar.gz
- Upload date:
- Size: 106.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e56295784427c9c630edaa3500d7111007dbbbc32b280f5cb3a0e12dbc53893 |
|
MD5 | 47980d48c07cb558d45e9fe19bba26f1 |
|
BLAKE2b-256 | bd6d78b8d31f7ff0905dd4b374756c555b5deea70938a717bef53cc6895f9292 |
File details
Details for the file neos_common-0.14.7-py3-none-any.whl
.
File metadata
- Download URL: neos_common-0.14.7-py3-none-any.whl
- Upload date:
- Size: 34.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0d850f2ee7b3c076d6283efff90e88b2c46fe22117b2bf714208fbc013171a6 |
|
MD5 | b2c5f76cd51b3ae2b16113ac6fbd689f |
|
BLAKE2b-256 | 458f2034b9307f94f4129c1f192e4e17e9f44544c51923e9e6d734459edc877f |