A package which provides an easy way to host Let's Encrypt domain validation content in your Pyramid project.
Project description
pyramid_letsencrypt
pyramid_letsencrypt provides an easy way to host Let’s Encrypt domain validation content in your Pyramid project, with just a config entry.
This plugin is needed for deployment scenarios where you do not have a reverse proxy (think Nginx and the lot) in front of your Pyramid app to serve static content. One of such scenarios is hosting your Pyramid app on Heroku.
Usage
Include pyramid_letsencrypt in your project and set the letsencrypt.content setting:
pyramid.includes =
...
pyramid_letsencrypt
letsencrypt.content = FOO.BAR
Testing & development
If you have tox installed, run all tests with:
$ tox
To run only a specific Python environment:
$ tox -e py35
If you don’t have tox installed, you can install the testing requirements, then run the tests.
$ python3 -m venv env
$ env/bin/pip install -e ".[testing]"
$ env/bin/nosetests
Changelog
0.1 (2016-07-24)
Initial release. [zupo]
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 Distributions
Built Distribution
Hashes for pyramid_letsencrypt-0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07049eaa459928c166efbd1c0b61c770319ddbdf24e09668595b916956ee6f4a |
|
MD5 | 7292635e2b2f8c2b768fa8add91a18c7 |
|
BLAKE2b-256 | 2aca1dcd6e56c0f17ba53ac21787f6488e9a558a75415c0d744d088213a8bd6e |