pyshop
pyshop copied to clipboard
A Private PyPI server written in pyramid
Does PYSHOP now support LDAP? My configuration is correct. but,unable login to LDAP USER. Do not know where the problem lies.  
Hey there, so a couple suggestions for fixing your LDAP documentation and development of Pyshop based on our companies woes with the documentation/implementation: > \# name of the atrribute where...
These commits make the use-case I had for pyshop possible. What I'd like is for pyshop to run behind a single sign-on service, but still permit uploads and downloads that...
This patch enables pyshop to use authentication provided by another webserver. This functionality would typically be used while running pyshop in Apache under mod_wsgi with some sort of single sign-on...
PyShop doesn't seems to canonicalize package names according the PEP 503. See: https://github.com/pypa/pip/commit/8e236dd6a09bd2f70f9d4fc886da8c354d4c58f2 As a result a package mirrored by PyShop can't be install if containing a dot with `pip...
In the pursuit of evaluating pyshop for use, I came across some of the same problems outlined in #38. Specifically, failing uploads which the distutils uploader report as `HTTP 200`...
Hi, I tried to use pyshop here, when uploading my first package I get `Upload failed (500): Internal Server Error` pyshop (1.2.2) What's wrong? :) ``` 2015-06-18 16:59:28,570 ERROR [waitress][Dummy-2]...
When using ldap authentication, the by_ldap_credentials methods checks if a corresponding local User object exists in the database, and creates one if it does not: if user_ldap is None: log.debug('create...