Introduction
============
This is a plugin for `zest.releaser`__ for being able to automatically copy releases of your products
to a local directory.
__ http://pypi.python.org/pypi/zest.releaser
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)?
Authors
=======
This product was developed by RedTurtle Technology team.
.. image:: http://www.redturtle.it/redturtle_banner.png
:alt: RedTurtle Technology Site
:target: http://www.redturtle.it/
Changelog
=========
0.2 (2022-12-22)
----------------
- Python3 support.
[cekk]
0.1 (2013-01-30)
----------------
- Initial release
[keul]
Raw data
{
"_id": null,
"home_page": "https://github.com/RedTurtle/rt.zestreleaser.pypilocal",
"name": "rt.zestreleaser.pypilocal",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "releaser zest.releaser egg",
"author": "RedTurtle Technology",
"author_email": "keul@redturtle.it",
"download_url": "https://files.pythonhosted.org/packages/e1/97/d4160503c1ebc22a8373a292400be5c4f837f0ed2a46d500968df6f84ded/rt.zestreleaser.pypilocal-0.2.tar.gz",
"platform": null,
"description": "Introduction\n============\n\nThis is a plugin for `zest.releaser`__ for being able to automatically copy releases of your products\nto a local directory.\n\n__ http://pypi.python.org/pypi/zest.releaser\n\nThis can be useful in some special customer environments, for example behind strong firewall and network\npolicies, where reaching an external pypi repository is not simple.\n\nHow to use\n==========\n\nYou must configure your ``~/.pypirc`` file, adding to it a configuration like the one that follow::\n\n [rt.zestreleaser.pypilocal]\n pypi-local = ../../pypi-local\n\nIn this example next time you will run the ``fullrelease`` utility, a folder named ``pypi-local`` will be\nsearched two level above the current working directory.\n\nIn a common *buildout* environment this is a normal situation::\n\n buildout-directory\n |\n ...\n |_ pypi-local\n ...\n \\_ src\n |\n ...\n \\_ your.package\n\nIt this way the ``pypi-local`` folder will be looked in the buildout directory root.\n\nYou can also provide multiple path, or system absolute paths::\n\n [rt.zestreleaser.pypilocal]\n pypi-local = ../../pypi-local\n global = /opt/global-pypi\n\nFor every found match, ``zest.releaser`` will ask to you if copy the release in the folder::\n\n ....\n Register and upload to pypi (y/N)?\n Register and upload to plone.org (Y/n)? n\n Copy egg to folder /Users/keul/buildout/test/pypi-local (Y/n)? Y\n Copy egg to folder /opt/global-pypi (Y/n)?\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.it/redturtle_banner.png\n :alt: RedTurtle Technology Site\n :target: http://www.redturtle.it/\n\nChangelog\n=========\n\n0.2 (2022-12-22)\n----------------\n\n- Python3 support.\n [cekk]\n\n\n0.1 (2013-01-30)\n----------------\n\n- Initial release\n [keul]",
"bugtrack_url": null,
"license": "GPL",
"summary": "Plugin for zest.releaser to allow putting the created egg in a standard buildout folder",
"version": "0.2",
"split_keywords": [
"releaser",
"zest.releaser",
"egg"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "ada1e244eb24799a2509540be4bf084d",
"sha256": "c9462aedfe9d4276b279f711f4da8fbf37f56231f1e2d19c1c4afabcf36ee6bd"
},
"downloads": -1,
"filename": "rt.zestreleaser.pypilocal-0.2.tar.gz",
"has_sig": false,
"md5_digest": "ada1e244eb24799a2509540be4bf084d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13098,
"upload_time": "2022-12-22T10:57:12",
"upload_time_iso_8601": "2022-12-22T10:57:12.296295Z",
"url": "https://files.pythonhosted.org/packages/e1/97/d4160503c1ebc22a8373a292400be5c4f837f0ed2a46d500968df6f84ded/rt.zestreleaser.pypilocal-0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-22 10:57:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "RedTurtle",
"github_project": "rt.zestreleaser.pypilocal",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "rt.zestreleaser.pypilocal"
}