Plugin for zest.releaser to allow putting the created egg in a standard buildout folder
Project description
Introduction
This is a plugin for zest.releaser for being able to automatically copy releases of your products to a local directory.
This can be useful in some special customer environments, for example behind strong firewall and network policies, where reaching an external pypi repository is not simple.
How to use
You must configure your ~/.pypirc file, adding to it a configuration like the one that follow:
[rt.zestreleaser.pypilocal] pypi-local = ../../pypi-local
In this example next time you will run the fullrelease utility, a folder named pypi-local will be searched two level above the current working directory.
In a common buildout environment this is a normal situation:
buildout-directory | ... |_ pypi-local ... \_ src | ... \_ your.package
It this way the pypi-local folder will be looked in the buildout directory root.
You can also provide multiple path, or system absolute paths:
[rt.zestreleaser.pypilocal] pypi-local = ../../pypi-local global = /opt/global-pypi
For every found match, zest.releaser will ask to you if copy the release in the folder:
.... Register and upload to pypi (y/N)? Register and upload to plone.org (Y/n)? n Copy egg to folder /Users/keul/buildout/test/pypi-local (Y/n)? Y Copy egg to folder /opt/global-pypi (Y/n)?
Changelog
0.2 (2022-12-22)
Python3 support. [cekk]
0.1 (2013-01-30)
Initial release [keul]
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
Hashes for rt.zestreleaser.pypilocal-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9462aedfe9d4276b279f711f4da8fbf37f56231f1e2d19c1c4afabcf36ee6bd |
|
MD5 | ada1e244eb24799a2509540be4bf084d |
|
BLAKE2b-256 | e197d4160503c1ebc22a8373a292400be5c4f837f0ed2a46d500968df6f84ded |