pyramid_simpleauth icon indicating copy to clipboard operation
pyramid_simpleauth copied to clipboard

Session based authentication and role based security for a Pyramid web application.

Results 5 pyramid_simpleauth issues
Sort by recently updated
recently updated
newest added

using `nosetests --cover-package=pyramid_simpleauth --cover-tests --with-doctest --with-coverage `im getting the following errors. ``` Coverage.py warning: Module pyramid_simpleauth was never imported. Name Stmts Miss Cover --------------------------- Traceback (most recent call last): File...

I'm running a virtualenv created exclusively for this test. After installing Pyramid, I tried to install `pyramid_simpleauth`, but no success: ``` (pyramid_simpleauth_example) example $ pip install pyramid_simpleauth Collecting pyramid_simpleauth Downloading...

This includes several changes: - Remove unused PyDNS dependency. - Change dependency on dnspython to one of dnspython or dnspython3. - Change urlparse to a py2/py3 works-in-both version import. -...

I'm trying to install on Python 3 on Windows (the least-likely-to-work combination) and while passlib installed fine, it borked on pyDNS. I'm just wondering what that dependency is for, since...