pybraries.subscribe.Subscribe

class pybraries.subscribe.Subscribe[source]

Class for libraries.io API for changing user’s libraries.io subscriptions

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

check_subscribed(manager, package)

Check if a user is subscribed to notifications for new project releases.

list_subscribed()

Return a list of packages a user is subscribed to for release notifications.

subscribe(manager, package)

Subscribe to receive notifications about new releases of a project.

unsubscribe(manager, package)

Stop receiving release notifications from a project.

update_subscribe(manager, package[, …])

NOT IMPLEMENTED due to possible bug in libraries.io Update the options for a subscription.