pryvate.blueprints.simple package

Submodules

pryvate.blueprints.simple.simple module

Simple blueprint.

pryvate.blueprints.simple.simple.get_package(package)[source]

List versions of a package.

Returns:A HTML page with a list of all versions of a specific package registered in pryvate

In case a given package is not registered in pryvate, the request is proxied to another CheeseShop

pryvate.blueprints.simple.simple.get_simple()[source]

List all packages.

Returns:A HTML page with a list of all the packages registered in pryvate
pryvate.blueprints.simple.simple.search_simple()[source]

Handling pip search.

I don’t fancy parsing XML payloads to be honest, if you cannot live without being able to search through pryvate you’re welcome to create a pull request at https://github.com/dinoshauer/pryvate

Returns:501 - Not implemented

Module contents

Blueprint for the /simple endpoint.

Handles searching for and listing packages.