Neos Common Code
Project description
NEOS Platform Common Code v0.14.6
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.6.tar.gz
(104.5 kB
view details)
Built Distribution
File details
Details for the file neos_common-0.14.6.tar.gz
.
File metadata
- Download URL: neos_common-0.14.6.tar.gz
- Upload date:
- Size: 104.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0088048b0f65717b50249e2989c9d1af513cb45f2532f2f75491342041164756 |
|
MD5 | 41707122fed9c13b56bf0dcfadab08b4 |
|
BLAKE2b-256 | 689ed769dbaaa23839ec3f9e959265b0089837fd417b600eece30ce250373255 |
File details
Details for the file neos_common-0.14.6-py3-none-any.whl
.
File metadata
- Download URL: neos_common-0.14.6-py3-none-any.whl
- Upload date:
- Size: 33.5 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 | fced18577dfd1554d0e4c4e5ef926a834c1eb4ea2fdfde4076620fab24ce0987 |
|
MD5 | 90a9fe91056795b71cd12a811a9558c9 |
|
BLAKE2b-256 | c2c1dbf086b9cd591e8531b8247b27ba6885a3f4bb4ec84c687021d10a38ceaf |