Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Support custom package index backends #13

Open
EnTeQuAk opened this issue Oct 1, 2012 · 4 comments
Open

Support custom package index backends #13

EnTeQuAk opened this issue Oct 1, 2012 · 4 comments

Comments

@EnTeQuAk
Copy link
Member

EnTeQuAk commented Oct 1, 2012

  • Make backends configurable per project basis
  • Ensure security, avoid leaking on projects not having the backends configured
  • Define preferred repository to avoid package conflicts (can later be extended to a resolving UI)
  • Validate the backend to support the PyPi XML-RPC methods
  • Implemend find-links -> Allow for find-links #3

Did I miss anything?

@ghost ghost assigned EnTeQuAk Oct 1, 2012
@jaap3
Copy link
Contributor

jaap3 commented Oct 1, 2012

Note that some people run package indexes that besides serving private packages also mirror/proxy the actual PyPI.

paging @jezdez, he knows about these things...

@EnTeQuAk
Copy link
Member Author

EnTeQuAk commented Oct 2, 2012

Yepp, already have that in mind as I also run some proxys/mirrors myself. But thanks for the hint!

@jaap3
Copy link
Contributor

jaap3 commented Oct 2, 2012

Maybe specify which "action"s in the changelog xmlrpc method you are looking for?

@EnTeQuAk
Copy link
Member Author

EnTeQuAk commented Oct 2, 2012

Well, we are not just calling the changelog but also gathering specific information about the releases via the XML-RPC Api.

So basically we should check for complete xmlrpc support. Besides that there is always the possibility to check the index manually but I don't think that this is a good alternative

@EnTeQuAk EnTeQuAk removed their assignment Apr 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants