8000 GitHub - ebukari/pypic: compare pypi package, find package versions etc.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ pypic Public

compare pypi package, find package versions etc.

License

Notifications You must be signed in to change notification settings

ebukari/pypic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypic

compare pypi packages

still in beta

Install

pip install pypic

Usage

as python module

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

Contributing

while True:
    git.fork(project)

    if project.new_feature or project.fixed_bug:
        git.send_pull_request(project)

About

compare pypi package, find package versions etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0