------------------------------
- Handle package with hyphen, undescore and dot properly.
- Implement xmlrpc api for pip search for python 3 and by default.
.. important::
configuration must be updated. due to a dependency changes.
replace pyramid_xmlrpc by pyramid_rpc.
::
pyramid.includes =
...
pyramid_rpc.xmlrpc
...