Neos Common Code
Project description
NEOS Platform Common Code v0.14.10
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.10.tar.gz
(120.8 kB
view details)
Built Distribution
File details
Details for the file neos_common-0.14.10.tar.gz
.
File metadata
- Download URL: neos_common-0.14.10.tar.gz
- Upload date:
- Size: 120.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 859f382ad30104cfeea334f8f5dd318d4e3623f8d70c311ec6729a09aed914fa |
|
MD5 | 06717bb33370a35491213130a42b00d8 |
|
BLAKE2b-256 | 0c4954909a7bd431b544ec261448c286fb744f45b72675036c1346c1854d0a24 |
File details
Details for the file neos_common-0.14.10-py3-none-any.whl
.
File metadata
- Download URL: neos_common-0.14.10-py3-none-any.whl
- Upload date:
- Size: 35.3 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 | bb15d5ca3ef1f26d320f585124dc3b4851f81bf4f2e889f1382e86abb6f01618 |
|
MD5 | 2f905acdbdad2e55bfdeb6844005f5df |
|
BLAKE2b-256 | 95d33d40fe4ef36ea36e8e71e86b0351e1e5c989bb0c57c85a9bcf664edf0d8f |