Yet another pastes factories for ClueReleaseManager
Makina Corpus sponsored software
What is ClueReleaseManager.paste
It is just another wsgi wrapper to use a ClueReleaseManager application into a paster configuration
How to use ClueReleaseManager.paste
Calling the App
[composite:main] use = egg:Paste#urlmap / = foo [app:foo] use=egg:ClueReleaseManager.paste basefiledir=%(here)s/test_files baseurl=http://localhost:8096 self_register=true backup_pypis=http://localhost:8096
Configuration options
baseurl: baseurl of the application [optionnal] [default: localhost]
basefiledir: where to store distributions [optionnal] [default: files]
self_register: enable auto registration [optionnal] [default:false]
backup_pypis: line separted pypi backup servers [optionnal] [default:[]]
sqluri: SQLAlchemy database URI [optionnal] [default: sqlite:///cluerelmgr.db’]
DOCTESTS
ClueReleaseManager factory
Checking that everything is in place:
>>> resp = app.get('/')
>>> 'href="http://localhost:8096/login"' in resp.body
True
>>> os.path.exists(os.path.join(here_dir, 'db.db'))
True
Changelog
1.0
Initial release
Release files for ClueReleaseManager.paste 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ClueReleaseManager.paste-1.1.zip | 16.9 kB | Details |
Release files / ClueReleaseManager.paste-1.1.zip
| Download URL | ClueReleaseManager.paste-1.1.zip |
|---|---|
| Size | 16.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a1fa462a6c43a5a9d93d0375e136271b41a6cc4bece8199bc012a43cb110d5b4
|
|
BLAKE2b-256 checksum How to use checksums |
95d77b321909160da7b5718eaa7c132d97e5335c3e89a807684179eb5b34d1dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |