New in version 0.2.0.
Raised when remote repositories are disabled in upe.config.remote.allowremote.
Raised when repoconfig.json contains an unvalid value.
Edit the repositories file. repo is the name of the repository to be added, edited or deleted.
Get a dictionary with the following information about the repository:
{'url': url, 'port': port, 'reqid': reqid, 'user': user, 'passwd': passwd}
Set the properties of a repository. properties only has to include the attributes to be changed: if you want to change the URL, pass a dictionary {'url': newurl}.
Add a repository with the properties passed. Its name will be the one passed to repofile.
Delete the repository
Delete the key from the repository.
New in version 0.2.0.
Create a server on the current directory.
Add the package file to the repository.
Delete the package from the repository.
Run the package server on http://host:port. The server must be on the current repository (where you ran server.make()).