This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GLOB sdist-make: /home/tcabot/Code/urllib3/setup.py | |
| py36 inst-nodeps: /home/tcabot/Code/urllib3/.tox/dist/urllib3-dev.zip | |
| py36 installed: /home/tcabot/Code/urllib3/.tox/py36/lib/python3.6/distutils/__init__.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses, import imp,asn1crypto==0.24.0,astroid==2.0.4,atomicwrites==1.2.1,attrs==18.2.0,certifi==2018.10.15,cffi==1.11.5,chardet==3.0.4,coverage==4.5.1,cryptography==2.3.1,gcp-devrel-py-tools==0.0.15,idna==2.7,ipaddress==1.0.22,isort==4.3.4,lazy-object-proxy==1.3.1,mccabe==0.6.1,mock==2.0.0,more-itertools==4.3.0,packaging==18.0,pbr==4.3.0,pkginfo==1.4.2,pluggy==0.7.1,py==1.7.0,pycparser==2.19,pylint==2.1.1,pyOpenSSL==18.0.0,pyparsing==2.2.2,PySocks==1.6.8,pytest==3.6.4,pytest-timeout==1.3.1,requests==2.19.1,requests-toolbelt==0.8.0,retrying==1.3.3,six==1.11.0,tornado==5.0.2,tox==2.9.1,tqdm==4.27.0,twine==1.11.0,typed-ast==1.1.0,urllib3===dev,virtualenv==16.0.0,wrapt==1.10.11 | |
| py36 runt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # puma - this script starts and stops the puma daemon | |
| # | |
| # chkconfig: - 85 15 | |
| # description: Description \ | |
| # goes here... | |
| # processname: puma | |
| # config: /etc/puma.conf | |
| # pidfile: /home/stanislaw/apps/micro-apps/puma/puma.pid |