compare pypi packages
still in beta
pip install pypic
import pypic as pp
Normalise a package name
>>>pp.normalise("me--test")
'me-test'
>>>pp.normalsie("me.test")
'me-test'
Check if a package exists on pypi
>>>pp.check("pypic")
True
#Checking if a particular version exists
>>>pp.check("pypic", version="0.1.0")
True
while True:
git.fork(project)
if project.new_feature or project.fixed_bug:
git.send_pull_request(project)