Amundsen Common
Amundsen Common library holds common codes among micro services in Amundsen. For information about Amundsen and our other services, visit the main repository. Please also see our instructions for a quick start setup of Amundsen with dummy data, and an overview of the architecture.
Requirements
- Python >= 3.6
Buildint Pypi Distro
- Update version in setup.py
- Grab account credentials for PyPi https://pypi.org/
- Build and upload distro:
# clean
deactivate
rm -rf venv/
rm -rf dist/
# venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# build / test
python3 setup.py install
python3 -bb -m pytest tests
# make dist
ls dist/
python3 setup.py sdist
ls dist/
# upload
pip install twine
twine upload dist/*
Release files for amundsen-common-rudeserver 0.2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| amundsen-common-rudeserver-0.2.7.tar.gz | 7.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| amundsen_common_rudeserver-0.2.7-py3.7.egg | Legacy Egg format | - | - | Details |
Total release size: 29.4 kB
Release files / amundsen-common-rudeserver-0.2.7.tar.gz
| Download URL | amundsen-common-rudeserver-0.2.7.tar.gz |
|---|---|
| Size | 7.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
55e58891015839f8d3e09247a3cc1d1c59e1ebbdd8ee9483a51d0ed69772efb8
|
|
BLAKE2b-256 checksum How to use checksums |
99254d91f43736cb1f2d85531c32399bce02bedf2abfc250d60f95c7e910e9c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.4
|
Release files / amundsen_common_rudeserver-0.2.7-py3.7.egg
| Download URL | amundsen_common_rudeserver-0.2.7-py3.7.egg |
|---|---|
| Size | 21.7 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
97675bc88979484d8fa118b7094031cd6cd37f2812888af61876ba290758f114
|
|
BLAKE2b-256 checksum How to use checksums |
a3f9610f1efb50d15bb76dfeaaef94b4764ba81fc8ebace0ffcf72b33aacf529
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.4
|