Base libraries for the Ansible HashiCorp Vault Lookup (AHVL) Plugin by Netson
Project description
ahvl
Base libraries for the Ansible HashiCorp Vault Lookup (AHVL) Plugin by Netson
Install package
pip install ahvl
Package will most likely be installed in /usr/local/lib/pythonX.X/dist-packages/ahvl
on ubuntu systems
Upgrade package
pip install --upgrade ahvl
Update instructions
- create a working directory
mkdir /opt/ahvl && cd /opt/ahvl
- make sure twine is installed
pip install twine
- make sure your github SSH key is available
- login to github
ssh -T git@github.com
- clone repository
git clone git://github.com/netson/ahvl
- set remote origin
git remote set-url origin git@github.com:netson/ahvl.git
- make changes as needed
- remove any dist folder that may exist
rm -rf ./dist && rm MANIFEST
- determine next PyPi package version number, look at
https://github.com/netson/ahvl/releases
- change the
version
anddownload_url
insetup.py
- commit changes to git
git add . && git commit -m "commit message"
- push to master
git push origin master
- create a new release on github with the same version number as in
download_url
- create PyPi source distribution
python setup.py sdist
- test package upload using twine
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
- verify test results on
https://test.pypi.org/manage/projects/
- upload package to PyPi using twine
twine upload dist/*
- enter your
username
andpassword
- DONE! :-)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ahvl-1.0.6.tar.gz (19.5 kB) | File type Source | Python version None | Upload date | Hashes View |