Exemplo n.º 1
0
 def github():
     auxly.open("https://github.com/jeffrimko/qprompt")
Exemplo n.º 2
0
 def pypi():
     auxly.open("https://pypi.org/project/qprompt/")
Exemplo n.º 3
0
def run_build():
    try:
        auxly.open(fr"{OUTDIR}\doctrine2-win32-x64\doctrine2.exe")
    except:
        qprompt.warn("Could not find executable!")
Exemplo n.º 4
0
def open_docs():
    index = r"doc\build\html\index.html"
    if not op.isfile(index):
        docs()
    auxly.open(index)
Exemplo n.º 5
0
 def pypi():
     auxly.open("https://pypi.org/project/PopPage/")
Exemplo n.º 6
0
 def travis():
     auxly.open("https://travis-ci.org/jeffrimko/PopPage")
Exemplo n.º 7
0
 def travis(): auxly.open("https://travis-ci.org/jeffrimko/PopPage")
 Menu(github, pypi, travis).main(header="Browse")
Exemplo n.º 8
0
 def pypi(): auxly.open("https://pypi.org/project/qprompt/")
 def docs(): auxly.open("https://qprompt.readthedocs.io/")
Exemplo n.º 9
0
 def github(): auxly.open("https://github.com/jeffrimko/PopPage")
 def pypi(): auxly.open("https://pypi.org/project/PopPage/")
Exemplo n.º 10
0
 def pypi(): auxly.open("https://pypi.org/project/PopPage/")
 def travis(): auxly.open("https://travis-ci.org/jeffrimko/PopPage")
Exemplo n.º 11
0
def open_docs():
    index = r"doc\build\html\index.html"
    if not op.isfile(index):
        docs()
    auxly.open(index)
Exemplo n.º 12
0
 def travis(): auxly.open("https://travis-ci.org/jeffrimko/Qprompt")
 Menu(github, pypi, docs, travis).main(header="Browse")
Exemplo n.º 13
0
 def docs(): auxly.open("https://qprompt.readthedocs.io/")
 def travis(): auxly.open("https://travis-ci.org/jeffrimko/Qprompt")
Exemplo n.º 14
0
 def docs():
     auxly.open("https://qprompt.readthedocs.io/")
Exemplo n.º 15
0
 def github():
     auxly.open("https://github.com/jeffrimko/PopPage")
Exemplo n.º 16
0
 def travis():
     auxly.open("https://travis-ci.org/jeffrimko/Qprompt")
Exemplo n.º 17
0
 def github(): auxly.open("https://github.com/jeffrimko/qprompt")
 def pypi(): auxly.open("https://pypi.org/project/qprompt/")