Align stable wheels with Openstack Stein release
Update the base stable-wheels.cfg to align with the Openstack Stein release upper-constraints.txt, to support building stable stein Openstack service images. Change-Id: I6852620b05f58509c93877d9d8c5754e9aa64c0e Story: 2005248 Task: 30353 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
a08a7f8e7e
commit
3927d4377c
@ -19,7 +19,7 @@ SUPPORTED_OS_ARGS=('centos')
|
||||
OS=centos
|
||||
OS_VERSION=7.5.1804
|
||||
BUILD_STREAM=stable
|
||||
CURRENT_STABLE_OPENSTACK=pike
|
||||
CURRENT_STABLE_OPENSTACK=stein
|
||||
VERSION=$(date --utc '+%Y.%m.%d.%H.%M') # Default version, using timestamp
|
||||
PUSH=no
|
||||
PROXY=""
|
||||
|
@ -142,7 +142,14 @@ function from_git {
|
||||
|
||||
# Build the wheel
|
||||
python setup.py bdist_wheel
|
||||
cp dist/$wheelname $OUTPUTDIR || echo $wheelname >> $FAILED_LOG
|
||||
if [ -f dist/$wheelname ]; then
|
||||
cp dist/$wheelname $OUTPUTDIR || echo $wheelname >> $FAILED_LOG
|
||||
else
|
||||
echo $wheelname >> $FAILED_LOG
|
||||
echo "Could not find dist/$wheelname"
|
||||
echo "Searching for wheel:"
|
||||
find dist/ -name '*.whl'
|
||||
fi
|
||||
popd
|
||||
done
|
||||
}
|
||||
@ -196,7 +203,14 @@ function from_tar {
|
||||
|
||||
# Build the wheel
|
||||
python setup.py bdist_wheel
|
||||
cp dist/$wheelname $OUTPUTDIR || echo $wheelname >> $FAILED_LOG
|
||||
if [ -f dist/$wheelname ]; then
|
||||
cp dist/$wheelname $OUTPUTDIR || echo $wheelname >> $FAILED_LOG
|
||||
else
|
||||
echo $wheelname >> $FAILED_LOG
|
||||
echo "Could not find dist/$wheelname"
|
||||
echo "Searching for wheel:"
|
||||
find dist/ -name '*.whl'
|
||||
fi
|
||||
popd
|
||||
done
|
||||
}
|
||||
@ -241,7 +255,14 @@ function from_zip {
|
||||
|
||||
# Build the wheel
|
||||
python setup.py bdist_wheel
|
||||
cp dist/$wheelname $OUTPUTDIR || echo $wheelname >> $FAILED_LOG
|
||||
if [ -f dist/$wheelname ]; then
|
||||
cp dist/$wheelname $OUTPUTDIR || echo $wheelname >> $FAILED_LOG
|
||||
else
|
||||
echo $wheelname >> $FAILED_LOG
|
||||
echo "Could not find dist/$wheelname"
|
||||
echo "Searching for wheel:"
|
||||
find dist/ -name '*.whl'
|
||||
fi
|
||||
popd
|
||||
done
|
||||
}
|
||||
|
@ -7,226 +7,210 @@
|
||||
# If fix_setup must be called, add |fix_setup at the end of the line
|
||||
#
|
||||
abclient-0.2.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/49/eb/091b02c1e36d68927adfb746706e2c80f7e7bfb3f16e3cbcfec2632118ab/abclient-0.2.3.tar.gz|abclient-0.2.3
|
||||
alembic-0.9.3-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/90/4a/a783832723ea876232e4f9aa0034ad3c80d3fa22c5b5f320a6fe20e4ac8c/alembic-0.9.3.tar.gz|alembic-0.9.3
|
||||
amqplib-1.0.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/75/b7/8c2429bf8d92354a0118614f9a4d15e53bc69ebedce534284111de5a0102/amqplib-1.0.2.tgz|amqplib-1.0.2
|
||||
aniso8601-1.2.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/61/f3/74a5a8affb192863f5f6aa3dfb0059a97442ff683d44fcc842b509758129/aniso8601-1.2.1.tar.gz|aniso8601-1.2.1
|
||||
alembic-1.0.8-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/d6/bb/ec1e21f2e303689ad2170eb47fc67df9ad4199ade6759a99474c4d3535c8/alembic-1.0.8.tar.gz|alembic-1.0.8
|
||||
aniso8601-5.1.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/5d/0d/ca7f24d2f87163f03044315c13edc300010d898ba712c972f4a3a827a5ab/aniso8601-5.1.0-py2.py3-none-any.whl
|
||||
anyjson-0.3.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/c3/4d/d4089e1a3dd25b46bebdb55a992b0797cff657b4477bc32ce28038fdecbc/anyjson-0.3.3.tar.gz|anyjson-0.3.3
|
||||
backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz|backports.ssl_match_hostname-3.5.0.1|fix_setup
|
||||
bottle-0.12.13-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c/bottle-0.12.13.tar.gz|bottle-0.12.13
|
||||
cassandra_driver-3.11.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/5a/96/a5b2458a0483d3cefdf13064d40119754c1552ea34b7f0e8c6e03e66eb0a/cassandra-driver-3.11.0.tar.gz|cassandra-driver-3.11.0
|
||||
ceilometermiddleware-1.1.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/28/0a/90eb56515577f3b775290181ffcc5139d74d45e34860264de5f5fea148ed/ceilometermiddleware-1.1.0-py2-none-any.whl
|
||||
Cheetah-2.4.4-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/cd/b0/c2d700252fc251e91c08639ff41a8a5203b627f4e0a2ae18a6b662ab32ea/Cheetah-2.4.4.tar.gz|Cheetah-2.4.4
|
||||
click_repl-0.1.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/33/fe/c016964a64031b440d4ba9d02375931dedc8b2a3f9049cc1da5529424ee1/click-repl-0.1.2.tar.gz|click-repl-0.1.2
|
||||
click_spinner-0.1.7-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/26/54/3fa581d2c510386b7a2e22bdd6cc8978ba0ee83fb2762c238cc7ac382f96/click-spinner-0.1.7.tar.gz|click-spinner-0.1.7
|
||||
cliff_tablib-2.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/03/5e/5ee87834f3a77e6ca7a9d2009bb2214239ded4e5933ba3c6bd68340d053e/cliff-tablib-2.0.tar.gz|cliff-tablib-2.0
|
||||
cmd2-0.7.5-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/99/18/0bfe8240ffaebd28b1bce5a48170404e32bc1de6e640c8e7f37f1e522edb/cmd2-0.7.5.tar.gz|cmd2-0.7.5
|
||||
configparser-3.5.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz|configparser-3.5.0
|
||||
construct-2.8.12-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/b5/78/3a49752baea1578019384a873adbec5782ab13ea71d066781a0c9c5d1e38/construct-2.8.12.tar.gz|construct-2.8.12
|
||||
backports.ssl_match_hostname-3.7.0.1-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz|backports.ssl_match_hostname-3.7.0.1|fix_setup
|
||||
bottle-0.12.16-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/32/4e/ed046324d5ec980c252987c1dca191e001b9f06ceffaebf037eef469937c/bottle-0.12.16.tar.gz|bottle-0.12.16
|
||||
cassandra_driver-3.17.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/28/1b/9edce1aaac85e7955e5a4eef2674294107640cc6cd5b7831926fc43a41b8/cassandra-driver-3.17.0.tar.gz|cassandra-driver-3.17.0
|
||||
ceilometermiddleware-1.4.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/16/9c/7b7c8b72b0165263d6b9b9fb5ca1f54f7e2355500f93612fde58cef31b14/ceilometermiddleware-1.4.0-py2.py3-none-any.whl
|
||||
cmd2-0.8.9-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/e9/40/a71caa2aaff10c73612a7106e2d35f693e85b8cf6e37ab0774274bca3cf9/cmd2-0.8.9-py2.py3-none-any.whl
|
||||
configparser-3.7.3-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/dd/6a/d90db58ec96161e4cae7ced68310f0c5ca860352d35b8ed39f890df15632/configparser-3.7.3-py2.py3-none-any.whl
|
||||
construct-2.8.22-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/e5/c6/3e3aeef38bb0c27364af3d21493d9690c7c3925f298559bca3c48b7c9419/construct-2.8.22.tar.gz|construct-2.8.22
|
||||
crc16-0.1.1-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/a6/e0/70a44c4385f2b33df82e518005aae16b5c1feaf082c73c0acebe3426fc0a/crc16-0.1.1.tar.gz|crc16-0.1.1|fix_setup
|
||||
croniter-0.3.17-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/7d/55/e8fff5a04207aaf17bc98a1c25205e6f746cd5b47fa0ace7d1135956a8df/croniter-0.3.17.tar.gz|croniter-0.3.17
|
||||
daiquiri-1.2.1-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/c8/4b/4ab3a9bac4d5f112c5a8150b3bf925dad82cef3c102fc70ba357c982fe88/daiquiri-1.2.1.tar.gz|daiquiri-1.2.1
|
||||
croniter-0.3.29-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/a9/c9/11182a2507798c661b04a7914739ea8ca73a738e6869a23742029f51bc1a/croniter-0.3.29-py2.py3-none-any.whl
|
||||
daiquiri-1.5.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/a5/aa/31a81f03d8a6c8859706018ed1580fa2d2a16ee72976079d48139f28fd53/daiquiri-1.5.0-py2.py3-none-any.whl
|
||||
demjson-2.2.4-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/96/67/6db789e2533158963d4af689f961b644ddd9200615b8ce92d6cad695c65a/demjson-2.2.4.tar.gz|demjson-2.2.4|fix_setup
|
||||
deprecation-1.0.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/8c/e3/e5c66eba8fa2fd567065fa70ada98b990f449f74fb812b408fa7aafe82c9/deprecation-1.0.1.tar.gz|deprecation-1.0.1
|
||||
deprecation-2.0.6-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/32/e9/01ffbaf3540ad54476cd7066439d629f1dd73b851cc5c0993ce2c12e1cdd/deprecation-2.0.6-py2.py3-none-any.whl
|
||||
django_floppyforms-1.7.0-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/8c/18/30a9137c7ae279a27ccdeb10f6fe8be18ee98551d01ec030b6cfe8b2d2e2/django-floppyforms-1.7.0.tar.gz|django-floppyforms-1.7.0
|
||||
django_pyscss-2.0.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/4b/7f/d771802305184aac6010826f60a0b2ecaa3f57d19ab0e405f0c8db07e809/django-pyscss-2.0.2.tar.gz|django-pyscss-2.0.2
|
||||
docopt-0.6.2-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz|docopt-0.6.2
|
||||
dogpile.cache-0.6.4-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/b6/3d/35c05ca01c070bb70d9d422f2c4858ecb021b05b21af438fec5ccd7b945c/dogpile.cache-0.6.4.tar.gz|dogpile.cache-0.6.4
|
||||
dulwich-0.17.3-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/d8/a9/6892b6ec7695b799b9730f633e9a2cbe854af0c5df1e75980e3a934ac3bc/dulwich-0.17.3.tar.gz|dulwich-0.17.3
|
||||
dogpile.cache-0.7.1-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/84/3e/dbf1cfc5228f1d3dca80ef714db2c5aaec5cd9efaf54d7e3daef6bc48b19/dogpile.cache-0.7.1.tar.gz|dogpile.cache-0.7.1
|
||||
dulwich-0.19.11-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/2e/02/42ce6e45a206ccb044d8a3296646497e96b5263624e5862d21da947b9d59/dulwich-0.19.11.tar.gz|dulwich-0.19.11
|
||||
enum_compat-0.0.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/95/6e/26bdcba28b66126f66cf3e4cd03bcd63f7ae330d29ee68b1f6b623550bfa/enum-compat-0.0.2.tar.gz|enum-compat-0.0.2
|
||||
etcd3-0.6.2-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/25/91/fbda28c16739438da1648f8a5a486c638ac156c62979361f8974504cd57c/etcd3-0.6.2.tar.gz|etcd3-0.6.2
|
||||
et_xmlfile-1.0.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/22/28/a99c42aea746e18382ad9fb36f64c1c1f04216f41797f2f0fa567da11388/et_xmlfile-1.0.1.tar.gz|et_xmlfile-1.0.1
|
||||
exabgp-4.0.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/22/21/e4db9da8f4b73effb984c8c2a12708c4738e600a0a755201cb45840bc5d6/exabgp-4.0.2.tar.gz|exabgp-4.0.2
|
||||
etcd3-0.8.1-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/1c/dc/8eeb5f704a92ed0bdec323a9d99780e898c9cceb68089d6569f45a8330f7/etcd3-0.8.1-py2.py3-none-any.whl
|
||||
exabgp-4.0.10-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/aa/cf/0e98af46af506de1732f06b630a9cfea7333be65c81c3bda613cb49e98f5/exabgp-4.0.10.tar.gz|exabgp-4.0.10
|
||||
flask_keystone-0.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/1f/ca/3938de8c5f4a3d1c5dd4278bedb9d31d79816feba4d088293c620a366fb1/flask_keystone-0.2.tar.gz|flask_keystone-0.2
|
||||
flask_oslolog-0.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/a7/62/fec02ce761b548b1289680bb1be1aa0bce2b2c4017d5b31bd6c67c78aef9/flask_oslolog-0.1.tar.gz|flask_oslolog-0.1
|
||||
fortiosclient-0.0.2-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/36/16/ac5561bcb18725dd1a4a6e20205a6002904a0a5897b24ac3696e44a1c6fe/fortiosclient-0.0.2.tar.gz|fortiosclient-0.0.2
|
||||
fortiosclient-0.0.3-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/e9/aa/b2c0705d5e52c8d9af35422d940800b49c562758fbdad3179a6fbf6e92f5/fortiosclient-0.0.3.tar.gz|fortiosclient-0.0.3
|
||||
frozendict-1.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/4e/55/a12ded2c426a4d2bee73f88304c9c08ebbdbadb82569ebdd6a0c007cfd08/frozendict-1.2.tar.gz|frozendict-1.2
|
||||
funcparserlib-0.3.6-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/cb/f7/b4a59c3ccf67c0082546eaeb454da1a6610e924d2e7a2a21f337ecae7b40/funcparserlib-0.3.6.tar.gz|funcparserlib-0.3.6
|
||||
functools32-3.2.3.post2-py2-none-any.whl|git|https://github.com/MiCHiLU/python-functools32|python-functools32|3.2.3-2|fix_setup
|
||||
future-0.16.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz|future-0.16.0
|
||||
google_api_python_client-1.6.2-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/08/85/e43f6d6cb7ea69b580cf2499ed91ea7a6c6eda5c2081305039d088957400/google_api_python_client-1.6.2-py2.py3-none-any.whl
|
||||
future-0.17.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz|future-0.17.1
|
||||
google_api_python_client-1.7.8-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/7a/84/ffde3c95d4162cdc8bae710fecc6873cccb05ac33afc3b2c925c74cc0150/google-api-python-client-1.7.8.tar.gz|google-api-python-client-1.7.8
|
||||
happybase-1.1.0-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/8d/a4/9c1202ad4276d4e845594d534397c07082b90aee68c67f378fac38629e6f/happybase-1.1.0.tar.gz|happybase-1.1.0
|
||||
heat_translator-0.9.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/7e/97/9d4facc3504d4a09dd0bf3df524823a1ba1038e80806e5eb9700ada83d3e/heat_translator-0.9.0-py2-none-any.whl
|
||||
hiredis-0.2.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/1b/98/4766d85124b785ff1989ee1c79631a1b6ecfcb444ff39999a87877b2027e/hiredis-0.2.0.tar.gz|hiredis-0.2.0
|
||||
httplib2-0.10.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/e4/2e/a7e27d2c36076efeb8c0e519758968b20389adf57a9ce3af139891af2696/httplib2-0.10.3.tar.gz|httplib2-0.10.3
|
||||
instack_undercloud-7.4.14-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/87/9f/ada44ccb4477a2bfae942c51aae26becd32501578c138e8b754d032de541/instack_undercloud-7.4.14-py2-none-any.whl
|
||||
ironic_lib-2.10.1-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/26/4c/55e778fcf3838874ac44abad1920f0a123920e30d719b2a873ead6884f58/ironic_lib-2.10.1-py2-none-any.whl
|
||||
itsdangerous-0.24-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz|itsdangerous-0.24
|
||||
jaeger_client-3.10.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/ee/1d/66cfa8ef438980e523c7ca3ed98c1b865b4e18df4167f32133ae3053c86c/jaeger-client-3.10.0.tar.gz|jaeger-client-3.10.0
|
||||
jdcal-1.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/9b/fa/40beb2aa43a13f740dd5be367a10a03270043787833409c61b79e69f1dfd/jdcal-1.3.tar.gz|jdcal-1.3
|
||||
heat_translator-1.3.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/95/11/d409bfb01e82e30a72dea5ecd789e256e8ac331c881b3e068e3d8d9b0915/heat_translator-1.3.0-py2.py3-none-any.whl
|
||||
hiredis-1.0.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/9e/e0/c160dbdff032ffe68e4b3c576cba3db22d8ceffc9513ae63368296d1bcc8/hiredis-1.0.0.tar.gz|hiredis-1.0.0
|
||||
httplib2-0.12.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/75/d0/f213003c9deec99fb4f46e54580b93a3b121c487d9d6d888fc12267eb2a2/httplib2-0.12.1.tar.gz|httplib2-0.12.1
|
||||
instack_undercloud-9.4.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/f6/9e/ebd07b8bdf3432dc831d9dd51c95a0f073d7795c6fcaad31341f32333bca/instack-undercloud-9.4.0.tar.gz|instack-undercloud-9.4.0
|
||||
ironic_lib-2.16.2-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/6c/cf/ad4614e0c987bcdcf9be0c1cdfd791e79f9755f517e4ca8475cc2e44ebe0/ironic_lib-2.16.2-py2.py3-none-any.whl
|
||||
itsdangerous-1.1.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
|
||||
jaeger_client-3.13.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/c8/a2/e9bd04cd660cbdffe0598173be068be23099fbd68e7a4a89b74440509130/jaeger-client-3.13.0.tar.gz|jaeger-client-3.13.0
|
||||
jsonpath_rw-1.4.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/71/7c/45001b1f19af8c4478489fbae4fc657b21c4c669d7a5a036a86882581d85/jsonpath-rw-1.4.0.tar.gz|jsonpath-rw-1.4.0
|
||||
keyring-17.0.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/c8/4d/e1f19eebda5cd58030ecc1f61321f71661cfdb9d911d0b1053ab0ca7351c/keyring-17.0.0-py2.py3-none-any.whl
|
||||
keyring-18.0.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/a1/28/0058032477bfdf2003e605d175629963759220661615443e20711446bfa7/keyring-18.0.0-py2.py3-none-any.whl
|
||||
krest-1.3.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/fb/d2/9dbbd3a76f2385041720a0eb51ddab676e688fa8bee8a1489470839616cf/krest-1.3.1.tar.gz|krest-1.3.1
|
||||
#libvirt_python-4.4.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/2b/8d/1160cf34dc3d296896eb5c8f4944439ea368b87d2d2431f58d08d6bdf374/libvirt-python-4.4.0.tar.gz|libvirt-python-4.4.0|fix_setup
|
||||
logutils-0.3.5-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/49/b2/b57450889bf73da26027f8b995fd5fbfab258ec24ef967e4c1892f7cb121/logutils-0.3.5.tar.gz|logutils-0.3.5|fix_setup
|
||||
lz4-0.9.0-cp27-none-linux_x86_64.whl|git|https://github.com/python-lz4/python-lz4|python-lz4|v0.9.0
|
||||
Mako-1.0.7-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz|Mako-1.0.7
|
||||
marathon-0.9.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/09/f5/6b720d0206e38aa46d6e8cf85d85349887946129ae1613e5fbd6322e9506/marathon-0.9.0-py2.py3-none-any.whl
|
||||
MarkupSafe-1.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz|MarkupSafe-1.0
|
||||
mistral_lib-0.3.3-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/c0/c7/8fe02116323176c96d05f5579f194c51c367e1d9c027ef6a1756a2072913/mistral_lib-0.3.3-py2-none-any.whl
|
||||
marathon-0.11.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/97/e3/f036af0d94f98d199233faa71b5bcbef8b8e8e634551940d98c95d276e4f/marathon-0.11.0-py2.py3-none-any.whl
|
||||
MarkupSafe-1.1.1-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz|MarkupSafe-1.1.1
|
||||
mistral_lib-1.1.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/1e/de/7b2872dca9f245769c9d96f8ce5aae890dd3783c79adc5c1f79d2039961d/mistral_lib-1.1.0-py2.py3-none-any.whl
|
||||
mox-0.5.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/0c/a1/64740c638cc5fae807022368f4141700518ee343b53eb3e90bf3cc15a4d4/mox-0.5.3.tar.gz|mox-0.5.3|fix_setup
|
||||
mpmath-0.19-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/74/39/08b1b5c9848b498f922c7c92d31bb6edf00fe5a3bd87b04ebe1cc1d63948/mpmath-0.19.tar.gz|mpmath-0.19|fix_setup
|
||||
mpmath-1.1.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/ca/63/3384ebb3b51af9610086b23ea976e6d27d6d97bf140a76a365bd77a3eb32/mpmath-1.1.0.tar.gz|mpmath-1.1.0|fix_setup
|
||||
msgpack_python-0.4.8-cp27-none-linux_x86_64.whl|git|https://github.com/msgpack/msgpack-python.git|msgpack-python|0.4.8
|
||||
munch-2.2.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/92/58/c17cf679a2b9b65541cc71ba13a950289b7d34dd0967e34b8816a4d87044/munch-2.2.0.tar.gz|munch-2.2.0
|
||||
MySQL_python-1.2.5-cp27-none-linux_x86_64.whl|git|https://github.com/farcepest/MySQLdb1.git|MySQLdb1|MySQLdb-1.2.5
|
||||
ndg_httpsclient-0.4.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/a2/a7/ad1c1c48e35dc7545dab1a9c5513f49d5fa3b5015627200d2be27576c2a0/ndg_httpsclient-0.4.2.tar.gz|ndg_httpsclient-0.4.2
|
||||
netifaces-0.10.6-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/72/01/ba076082628901bca750bf53b322a8ff10c1d757dc29196a8e6082711c9d/netifaces-0.10.6.tar.gz|netifaces-0.10.6
|
||||
netmiko-1.4.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/d5/3f/8da410e8474c50a31265165f5197b3aad170560b1947970d375e72b1572f/netmiko-1.4.2.tar.gz|netmiko-1.4.2
|
||||
networkx-1.11-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/d3/2c/e473e54afc9fae58dfa97066ef6709a7e35a1dd1c28c5a3842989322be00/networkx-1.11-py2.py3-none-any.whl
|
||||
neutron_lib-1.18.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/1d/62/347baad0aaf1ee1e62d0d5b54bae3d442da8813dba083e133b0143afc63f/neutron-lib-1.18.0.tar.gz|neutron-lib-1.18.0
|
||||
nodeenv-1.1.4-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/f9/7e/499dc78da542865f9f3d91e8b660883eb6a55fb40a10aa9407af0be66242/nodeenv-1.1.4.tar.gz|nodeenv-1.1.4
|
||||
munch-2.3.2-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/68/f4/260ec98ea840757a0da09e0ed8135333d59b8dfebe9752a365b04857660a/munch-2.3.2.tar.gz|munch-2.3.2
|
||||
ndg_httpsclient-0.5.1-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/bf/b2/26470fde7ff55169df8e071fb42cb1f83e22bd952520ab2b5c5a5edc2acd/ndg_httpsclient-0.5.1-py2-none-any.whl
|
||||
netifaces-0.10.9-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/0d/18/fd6e9c71a35b67a73160ec80a49da63d1eed2d2055054cc2995714949132/netifaces-0.10.9.tar.gz|netifaces-0.10.9
|
||||
netmiko-2.3.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/83/a7/2d77f332ecf44909e70002cb20dbabfe8bd7bb1c552b67a2a75349fe1598/netmiko-2.3.0.tar.gz|netmiko-2.3.0
|
||||
networking_sfc-8.0.0.0b2-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/6a/a8/0e9bdd1f87dfb50682f23a01f590530ec8fa715e51127cf9f58d1905886c/networking_sfc-8.0.0.0b2-py2.py3-none-any.whl
|
||||
networkx-2.2-py2.py3-none-any.whl|zip|https://files.pythonhosted.org/packages/f3/f4/7e20ef40b118478191cec0b58c3192f822cace858c19505c7670961b76b2/networkx-2.2.zip|networkx-2.2
|
||||
neutron_lib-1.25.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/74/c6/098c6bd9f6bf471cd0fb5c9d4a22e721f48e5d828b2efa73f9f8f6eb1dbd/neutron_lib-1.25.0-py2.py3-none-any.whl
|
||||
nodeenv-1.3.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/00/6e/ed417bd1ed417ab3feada52d0c89ab0ed87d150f91590badf84273e047c9/nodeenv-1.3.3.tar.gz|nodeenv-1.3.3
|
||||
nose_exclude-0.5.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/63/cf/90c4be56bf11b7bc8801086d9445baf731aa36b8e8fc5791731e8e604dcd/nose-exclude-0.5.0.tar.gz|nose-exclude-0.5.0
|
||||
nosehtmloutput-0.0.5-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/0c/f7/6cb16c0b233d3f2d62be38ddb7d7c1bc967188c41575ecf0312e6575730d/nosehtmloutput-0.0.5.tar.gz|nosehtmloutput-0.0.5
|
||||
oauthlib-2.0.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/fa/2e/25f25e6c69d97cf921f0a8f7d520e0ef336dd3deca0142c0b634b0236a90/oauthlib-2.0.2.tar.gz|oauthlib-2.0.2
|
||||
odfpy-1.3.5-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/9d/32/1428fe19eba9e3ebedd00194ecb2c7261d7114aa72c9aed019097b746066/odfpy-1.3.5.tar.gz|odfpy-1.3.5
|
||||
olefile-0.44-py2-none-any.whl|zip|https://files.pythonhosted.org/packages/35/17/c15d41d5a8f8b98cc3df25eb00c5cee76193114c78e5674df6ef4ac92647/olefile-0.44.zip|olefile-0.44|fix_setup
|
||||
openpyxl-2.4.8-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/b7/b5/7478e4ac88daa2e43d613a040bd392b6a692a2fd9d4d29f7a8b463808185/openpyxl-2.4.8.tar.gz|openpyxl-2.4.8
|
||||
openshift-0.6.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/6a/b3/319b8baacab75d8f21d3104344d8bc9b84bd7f97c9dc15c2cd0d1bdce718/openshift-0.6.2.tar.gz|openshift-0.6.2
|
||||
oauthlib-3.0.1-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/16/95/699466b05b72b94a41f662dc9edf87fda4289e3602ecd42d27fcaddf7b56/oauthlib-3.0.1-py2.py3-none-any.whl
|
||||
openshift-0.8.6-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/73/ed/c92c0ba23b6c4c8e5542151a1b89cb8ff01f68a72fe68f6c95a28d885ebe/openshift-0.8.6.tar.gz|openshift-0.8.6
|
||||
openstack.nose_plugin-0.11-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/bc/83/e7c9b9297e1a501d2c2617f98d6176199570e8ee32f0e72669c8852c6c81/openstack.nose_plugin-0.11.tar.gz|openstack.nose_plugin-0.11
|
||||
opentracing-1.3.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/06/c2/90b35a1abdc639a5c6000d8202c70217d60e80f5b328870efb73fda71115/opentracing-1.3.0.tar.gz|opentracing-1.3.0
|
||||
ordereddict-1.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/53/25/ef88e8e45db141faa9598fbf7ad0062df8f50f881a36ed6a0073e1572126/ordereddict-1.1.tar.gz|ordereddict-1.1|fix_setup
|
||||
os_brick-1.15.6-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/53/79/bc1a78476f03747920ef2dc371dfea7dfc3ef918a34ef117aac9b787831c/os_brick-1.15.6-py2.py3-none-any.whl
|
||||
osc_lib-1.7.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/81/5e/e9e84852731bcdffad63d491ded63dda038104a2d942e6d6e316ac5a6bf1/osc_lib-1.7.0-py2-none-any.whl
|
||||
os_collect_config-7.2.2-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/63/bd/7fa7c575a9ad6b1ea2d30e21749737267d9951e16a7fecde218809948d2a/os_collect_config-7.2.2-py2-none-any.whl
|
||||
osc_placement-1.3.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/75/89/0e4aeac5897d7e927742b5881656040689517b1a1014eab3138fb5dd53b1/osc-placement-1.3.0.tar.gz|osc-placement-1.3.0
|
||||
os_net_config-7.3.8-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/f5/f0/17c140a29b5100db11cc186095aa48a90b3ab659844992cfbb5224f75704/os_net_config-7.3.8-py2-none-any.whl
|
||||
osprofiler-1.11.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/80/46/395e951f6c5797f8a320e5df7a8217118b20ccf47441ae29c97b377ffd6c/osprofiler-1.11.0-py2-none-any.whl
|
||||
os_service_types-1.0.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/44/b3/8d03e393fea829f654f737e740059b5f528ecbb991efba1859fa7133ae5e/os_service_types-1.0.0-py2-none-any.whl
|
||||
os_vif-1.9.1-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/95/ee/3fe8ccb644b20f73e7c6bbd78d78ceecc30b9bc23e7a96b8eee54a0a9d5e/os_vif-1.9.1-py2-none-any.whl
|
||||
ovs-2.7.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/8a/14/c0cf1101406f24de2b72fd239ae638c489674d856c8d6dda41da2daa55ba/ovs-2.7.0.tar.gz|ovs-2.7.0
|
||||
os_brick-2.8.1-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/e0/9c/f16d73ed37e24677919a0c8b12970d0de2de9243da593df4624146118c13/os_brick-2.8.1-py2.py3-none-any.whl
|
||||
osc_lib-1.12.1-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/f8/8e/f0a14e20e403e9579526142158e98db4b146e788877a19fce9d7d6b1b725/osc_lib-1.12.1-py2.py3-none-any.whl
|
||||
os_collect_config-10.1.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/f2/4f/d9215f20d022081bdd05af808b94c615446612472a285782da25be8d709e/os_collect_config-10.1.0-py2.py3-none-any.whl
|
||||
osc_placement-1.5.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/76/30/1c477bbef0a2918741636314e6c6f6acb520840e82c401e30b1105abc003/osc_placement-1.5.0-py2.py3-none-any.whl
|
||||
os_net_config-10.2.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/09/3f/1bb778d4234d285d68a3a5a983127f53992b67373e8c5c51708889fe276f/os_net_config-10.2.0-py2.py3-none-any.whl
|
||||
osprofiler-2.6.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/4a/4e/372ed8c575a58984629e9d70c83aa717b4d7991ea223d5b6fd1070049301/osprofiler-2.6.0-py2.py3-none-any.whl
|
||||
os_service_types-1.6.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/fa/09/8875a02f9bc9cfa655fb358ccb1846d64c5cfe3d860e767bfd8f34d13ab1/os_service_types-1.6.0-py2.py3-none-any.whl
|
||||
os_vif-1.15.1-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/3f/14/6529700ca411617bc3374057ca33ced823f66a397edfc4e8a459f415adf2/os_vif-1.15.1-py2.py3-none-any.whl
|
||||
ovs-2.10.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/97/33/c4b889693cec4c4487ce4d4c7fc5dafeabfed7c5bbcd4a54152657a54d01/ovs-2.10.0.tar.gz|ovs-2.10.0
|
||||
panko-5.0.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/a9/89/d666e0889d869e41c9b7f87a0a34858b2520782b82e025da84c98e0db8f6/panko-5.0.0.tar.gz|panko-5.0.0
|
||||
pathlib-1.0.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/ac/aa/9b065a76b9af472437a0059f77e8f962fe350438b927cb80184c32f075eb/pathlib-1.0.1.tar.gz|pathlib-1.0.1|fix_setup
|
||||
pecan-1.3.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/91/2c/ac1874e148ad57c8d50831949b9329adbe20580dfc55d3e4899221563d49/pecan-1.3.2.tar.gz|pecan-1.3.2
|
||||
pifpaf-1.9.2-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/38/4d/0e594192743aa7184051119951431e15e989cc222428d5a4856c528f57db/pifpaf-1.9.2.tar.gz|pifpaf-1.9.2
|
||||
pifpaf-2.2.2-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/33/dc/4f276c55d94cd73fc1f94e2d23f34b476fea38d240e3e17b837a5749bc9f/pifpaf-2.2.2-py2.py3-none-any.whl
|
||||
pika_pool-0.1.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/ec/48/50c8f02a3eef4cb824bec50661ec1713040402cc1b2a38954dc977a59c23/pika-pool-0.1.3.tar.gz|pika-pool-0.1.3
|
||||
Pint-0.8.1-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/1e/40/6938f7d544eef208a8183c2c80624289e8a4f4e0aea43f4658b9527077de/Pint-0.8.1.tar.gz|Pint-0.8.1
|
||||
ply-3.10-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/ce/3d/1f9ca69192025046f02a02ffc61bfbac2731aab06325a218370fd93e18df/ply-3.10.tar.gz|ply-3.10
|
||||
Pint-0.9-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/15/9d/bf177ebbc57d25e9e296addc14a1303d1e34d7964af5df428a8332349c42/Pint-0.9-py2.py3-none-any.whl
|
||||
ply-3.11-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl
|
||||
positional-1.1.2-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/8c/16/64a4fa0967c486380468dca18867d22ac1c17bba06349e31ace77c7757f7/positional-1.1.2.tar.gz|positional-1.1.2
|
||||
prettytable-0.7.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/e0/a1/36203205f77ccf98f3c6cf17cf068c972e6458d7e58509ca66da949ca347/prettytable-0.7.2.tar.gz|prettytable-0.7.2
|
||||
proboscis-1.2.6.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/3c/c8/c187818ab8d0faecdc3c16c1e0b2e522f3b38570f0fb91dcae21662019d0/proboscis-1.2.6.0.tar.gz|proboscis-1.2.6.0
|
||||
psutil-5.2.2-cp27-none-linux_x86_64.whl|git|https://github.com/giampaolo/psutil|psutil|release-5.2.2
|
||||
PuLP-1.6.8-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/b5/87/71293d89377341551f2f331d259c0b7e7324b60ce37c597d0a42f0ebc18d/PuLP-1.6.8.tar.gz|PuLP-1.6.8
|
||||
pycadf-2.6.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/59/95/9e12d47ce915d219d76af7a21095cb1f1f6bec2187abd4ea6c6ff066ff0a/pycadf-2.6.0-py2-none-any.whl
|
||||
pycparser-2.18-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz|pycparser-2.18
|
||||
psutil-5.6.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/79/e6/a4e3c92fe19d386dcc6149dbf0b76f1c93c5491ae9d9ecf866f6769b45a4/psutil-5.6.0.tar.gz|psutil-5.6.0
|
||||
PuLP-1.6.9-py2-none-any.whl|zip|https://files.pythonhosted.org/packages/91/cd/8ed5d788973f6632cc44d0e95c486646c090c427c90667c901b75e544bc1/PuLP-1.6.9.zip|PuLP-1.6.9
|
||||
pycadf-2.9.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/55/7f/54256b5efecbc558b852c10b4696311643ea014b5ad9f551fdb8ecbf07e2/pycadf-2.9.0-py2.py3-none-any.whl
|
||||
pycparser-2.19-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz|pycparser-2.19
|
||||
pycrypto-2.6.1-cp27-none-linux_x86_64.whl|git|https://github.com/dlitz/pycrypto|pycrypto|v2.6.1|fix_setup
|
||||
pycryptodome-3.4.6-cp27-none-linux_x86_64.whl|git|https://github.com/Legrandin/pycryptodome|pycryptodome|v3.4.6
|
||||
pydot3-1.0.9-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/bb/49/7cb19ec1b3a984ee12f9fbb4ecb990bf9a197a2a69351f51c312e3ce2eb0/pydot3-1.0.9.tar.gz|pydot3-1.0.9
|
||||
pycryptodomex-3.7.3-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/9e/ed/e44c54a648fdfa56bf0682cd94b03303fa74a70e964c86acbbedf992afbe/pycryptodomex-3.7.3.tar.gz|pycryptodomex-3.7.3
|
||||
pydot-1.4.1-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/33/d1/b1479a770f66d962f545c2101630ce1d5592d90cb4f083d38862e93d16d2/pydot-1.4.1-py2.py3-none-any.whl
|
||||
pydotplus-2.0.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/60/bf/62567830b700d9f6930e9ab6831d6ba256f7b0b730acb37278b0ccdffacf/pydotplus-2.0.2.tar.gz|pydotplus-2.0.2
|
||||
pyeclib-1.5.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/e3/02/2814399e18c10f0ea6912bf7e7ce5e20c9482b4b5fae9f756c72c97cc144/pyeclib-1.5.0.tar.gz|pyeclib-1.5.0|fix_setup
|
||||
pyinotify-0.9.6-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/e3/c0/fd5b18dde17c1249658521f69598f3252f11d9d7a980c5be8619970646e1/pyinotify-0.9.6.tar.gz|pyinotify-0.9.6
|
||||
pykafka-2.6.0-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/b1/45/cbcf9eb496a47b45da661e016a5e68efb2239e09686ef48da3ccab4332eb/pykafka-2.6.0.tar.gz|pykafka-2.6.0
|
||||
pykerberos-1.1.14-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/bf/64/dd86215662d7df0f4f35632849e3576646fe29416deb7766ee00e09bdad3/pykerberos-1.1.14.tar.gz|pykerberos-1.1.14
|
||||
PyKMIP-0.6.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/6f/25/1ef48cd6a1aa926b454676c196d564ff4d37998366f53a3632cf004042f5/PyKMIP-0.6.0.tar.gz|PyKMIP-0.6.0
|
||||
pyldap-2.4.37-cp27-none-linux_x86_64.whl|git|https://github.com/pyldap/pyldap.git|pyldap|pyldap-2.4.37
|
||||
pylxd-2.2.4-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/74/4e/8874500407e457d400a80c8b99682e25ea7e9ff9c2109bff831874c45f2f/pylxd-2.2.4.tar.gz|pylxd-2.2.4
|
||||
pyngus-2.2.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/9d/57/85aeeb73033b352d075ed5963c13bb48e46f5f0a8c55a3eff36ee8d800d8/pyngus-2.2.1.tar.gz|pyngus-2.2.1
|
||||
pyperclip-1.5.27-py2-none-any.whl|zip|https://files.pythonhosted.org/packages/7b/a5/48eaa1f2d77f900679e9759d2c9ab44895e66e9612f7f6b5333273b68f29/pyperclip-1.5.27.zip|pyperclip-1.5.27
|
||||
pyroute2-0.4.21-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/41/c5/2a42f2e0eab9178260f18e32549ad4634e61b4c1305b5654a55933b05a71/pyroute2-0.4.21.tar.gz|pyroute2-0.4.21|fix_setup
|
||||
pysaml2-4.0.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/45/70/ee525fdedf7c4b2a7f6209689f9448f039a5c838c7d096b863158dc3432f/pysaml2-4.0.2.tar.gz|pysaml2-4.0.2
|
||||
pykerberos-1.2.1-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/9a/b8/1ec56b6fa8a2e2a81420bd3d90e70b59fc83f6b857fb2c2c37accddc8be3/pykerberos-1.2.1.tar.gz|pykerberos-1.2.1
|
||||
PyKMIP-0.8.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/ef/69/a9a67248af2977975bb0817b5de3965b2e633888b235f2903b2d8c54d0da/PyKMIP-0.8.0-py2.py3-none-any.whl
|
||||
pylxd-2.2.9-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/42/4f/39c3614b91f0b9e8ba757d2bacb13b356b5c8d0f6be1fdebbc2b795ae831/pylxd-2.2.9.tar.gz|pylxd-2.2.9
|
||||
pyngus-2.3.0-py2-none-any.whl|zip|https://files.pythonhosted.org/packages/58/b1/336b8f64e7e4efa9b95027af71e02cd4cfacca8f919345badb852381878a/pyngus-2.3.0.zip|pyngus-2.3.0
|
||||
pyperclip-1.7.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/2d/0f/4eda562dffd085945d57c2d9a5da745cfb5228c02bc90f2c74bbac746243/pyperclip-1.7.0.tar.gz|pyperclip-1.7.0
|
||||
pyroute2-0.5.4-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/70/47/3c629288ec7b9114c751d656187db2dd1d6e668d3314a18d393a58bb3e81/pyroute2-0.5.4.tar.gz|pyroute2-0.5.4|fix_setup
|
||||
pysaml2-4.6.5-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/2c/b1/cf450c34af4f8a293814c85becdcbc98e21f43d8cefed5363328941dc4a9/pysaml2-4.6.5-py2.py3-none-any.whl
|
||||
pyScss-1.3.4-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/1d/4a/221ae7561c8f51c4f28b2b172366ccd0820b14bb947350df82428dfce381/pyScss-1.3.4.tar.gz|pyScss-1.3.4
|
||||
pysendfile-2.0.1-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/cd/3f/4aa268afd0252f06b3b487c296a066a01ddd4222a46b7a3748599c8fc8c3/pysendfile-2.0.1.tar.gz|pysendfile-2.0.1
|
||||
pystache-0.5.4-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/d6/fd/eb8c212053addd941cc90baac307c00ac246ac3fce7166b86434c6eae963/pystache-0.5.4.tar.gz|pystache-0.5.4
|
||||
python_barbicanclient-4.5.3-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/c8/ff/a742fa76028e98a5f4ff0bf6311c41c1a6eb5e1a49480658d715d139e9ad/python_barbicanclient-4.5.3-py2-none-any.whl
|
||||
python_blazarclient-2.0.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/0d/e7/771352cad8d2749b5bef43c0303936a0b1d8e89ce7f1823c8589387b5d24/python-blazarclient-2.0.0.tar.gz|python-blazarclient-2.0.0
|
||||
python_congressclient-1.8.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/64/06/9a891cfddc125fbe23e9fb7c373ab555bb41709cf150e189473ed243c503/python_congressclient-1.8.0-py2-none-any.whl
|
||||
python_consul-0.7.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/82/01/0480ca4f42425cda93e4079b86852474dac4dde0ecacd263b9834f00c258/python-consul-0.7.0.tar.gz|python-consul-0.7.0
|
||||
python_editor-1.0.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz|python-editor-1.0.3
|
||||
python_barbicanclient-4.8.1-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/96/9c/9410b618ba4783fa17e138ebbc584d6d95a1f3d42464bfdaa39ad98610d3/python_barbicanclient-4.8.1-py2.py3-none-any.whl
|
||||
python_blazarclient-2.1.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/26/82/86bc8d16dc048c1853385d6fc5073ccaccd71e5bd083d9870b8d03dacd5b/python_blazarclient-2.1.0-py2.py3-none-any.whl
|
||||
python_congressclient-1.12.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/b6/35/f3f1a7ac055678937800a91a174b3b12e4ce34826c73cd1518ce43a9a309/python_congressclient-1.12.0-py2.py3-none-any.whl
|
||||
python_consul-1.1.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/3f/d0/59bc5f1c6c4d4b498c41d8ce7052ee9e9d68be19e16038a55252018a6c4d/python_consul-1.1.0-py2.py3-none-any.whl
|
||||
python_editor-1.0.4-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/55/a0/3c0ba1c10f2ca381645dd46cb7afbb73fddc8de9f957e1f9e726a846eabc/python_editor-1.0.4-py2-none-any.whl
|
||||
python_etcd-0.4.5-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/a1/da/616a4d073642da5dd432e5289b7c1cb0963cc5dde23d1ecb8d726821ab41/python-etcd-0.4.5.tar.gz|python-etcd-0.4.5
|
||||
python_ironic_inspector_client-2.1.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/e0/9d/8d5f13a04dd703da86f28136d0270c69863d22fc318d450312c5557825c8/python_ironic_inspector_client-2.1.0-py2-none-any.whl
|
||||
python_ironic_inspector_client-3.5.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/eb/f2/3c939a6d2484b01e2dc5c18d7063e5a4fd83a1be08ab30c9ebd66ee13699/python_ironic_inspector_client-3.5.0-py2.py3-none-any.whl
|
||||
python_ldap-3.1.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/7f/1c/28d721dff2fcd2fef9d55b40df63a00be26ec8a11e8c6fc612ae642f9cfd/python-ldap-3.1.0.tar.gz|python-ldap-3.1.0
|
||||
python_masakariclient-3.0.1-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/8a/e7/761c08966072f45d1e61b1d808a78d801f260b637ee14baa0dc65aa39b16/python_masakariclient-3.0.1-py2.py3-none-any.whl
|
||||
python_memcached-1.58-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/f7/62/14b2448cfb04427366f24104c9da97cf8ea380d7258a3233f066a951a8d8/python-memcached-1.58.tar.gz|python-memcached-1.58
|
||||
python_mistralclient-3.1.4-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/86/de/4ecec4d539596d49c027ba6a0402e1b7cf8634355fd15500b623ee638847/python_mistralclient-3.1.4-py2-none-any.whl
|
||||
python_masakariclient-5.4.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/48/ac/ac79edb76a968c07d7c4f3f4e0cda7fc9c263a29d2578133fc2ad3a2fcdf/python_masakariclient-5.4.0-py2.py3-none-any.whl
|
||||
python_memcached-1.59-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/f5/90/19d3908048f70c120ec66a39e61b92c253e834e6e895cd104ce5e46cbe53/python_memcached-1.59-py2.py3-none-any.whl
|
||||
python_mistralclient-3.8.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/d9/1c/86ec71d71c8d956e2bd1b41fca571abbbba0f8ae172202f88f7cafdc52e6/python_mistralclient-3.8.0-py2.py3-none-any.whl
|
||||
python_nss-1.0.1-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/6b/29/629098e34951c358b1f04f13a70b3590eb0cf2df817d945bd05c4169d71b/python-nss-1.0.1.tar.bz2|python-nss-1.0.1|fix_setup
|
||||
python_octaviaclient-1.2.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/08/e1/eb25b17a47ceb68218996e2050da4079734f23f01b915097d010baf8363f/python_octaviaclient-1.2.0-py2-none-any.whl
|
||||
python_octaviaclient-1.8.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/86/8e/607ec852af5a254816cf03490bac0a3da710ec53b3c6b65e29de755014d7/python_octaviaclient-1.8.0-py2.py3-none-any.whl
|
||||
python_pcre-0.7-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/9d/af/61435bd163f01fe3709fca9b1f79e4978d8089ee671d2e004fc85e10de29/python-pcre-0.7.tar.gz|python-pcre-0.7|fix_setup
|
||||
python_pytun-2.2.1-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/27/5e/2dca05dda9d181d7333c7e88ace46639940d4e689d3faea50c645e3af2e0/python-pytun-2.2.1.tar.gz|python-pytun-2.2.1|fix_setup
|
||||
python_qpid_proton-0.17.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/75/6a/a11d448e99beba1e3bc4601b160f274f0d07074743bb7b0d31065b8e73e2/python-qpid-proton-0.17.0.tar.gz|python-qpid-proton-0.17.0|fix_setup
|
||||
python_pytun-2.3.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/52/a4/a062106c739eac79c8160fcf5779ebc84afc1c38b016ab216ed1e6da69b6/python-pytun-2.3.0.tar.gz|python-pytun-2.3.0|fix_setup
|
||||
python_qpid_proton-0.27.0-cp27-none-linux_x86_64.whl|zip|https://files.pythonhosted.org/packages/35/6e/f83b384a48bb97c5eb3de703ce474b00f6082b486e8472afaf0f6efc9e72/python-qpid-proton-0.27.0.zip|python-qpid-proton-0.27.0|fix_setup
|
||||
python_string_utils-0.6.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/5d/13/216f2d4a71307f5a4e5782f1f59e6e8e5d6d6c00eaadf9f92aeccfbb900c/python-string-utils-0.6.0.tar.gz|python-string-utils-0.6.0|fix_setup
|
||||
python_vitrageclient-1.4.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/c5/87/77e0b16057c497d1968b6d88b72ee4ef3a9b68e7731c8f944fb025562fef/python_vitrageclient-1.4.0-py2-none-any.whl
|
||||
python_zunclient-0.4.1-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/b0/1a/842fd60867cf35e0b9793d3496a5db3ecc49822c33343232c424d601f43f/python_zunclient-0.4.1-py2-none-any.whl
|
||||
python_vitrageclient-2.7.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/66/05/ece2324cac3a443c749935a9e402625652bea7ac3d9210a3f34e69f93c88/python_vitrageclient-2.7.0-py2.py3-none-any.whl
|
||||
python_zunclient-3.3.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/cb/11/ae37e048e7fe5206c4c14795a0f9049495c13f8910bebfbc10f84e2d6181/python_zunclient-3.3.0-py2.py3-none-any.whl
|
||||
pyudev-0.21.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/bc/a2/31a07829acea8e70a28c247f43fa5d981229ae0f9edfeddedf52de00709b/pyudev-0.21.0.tar.gz|pyudev-0.21.0
|
||||
PyYAML-3.12-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz|PyYAML-3.12
|
||||
pyzabbix-0.7.4-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/c8/63/c2be17ad43a76907c69f521b68b6bea5dd954ed1274e4f1f4565e660efa2/pyzabbix-0.7.4.tar.gz|pyzabbix-0.7.4
|
||||
PyYAML-3.13-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz|PyYAML-3.13
|
||||
pyzabbix-0.7.5-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/11/ad/24e19d0cf16d05b7ee19f337f02058ee9b760649171865469ccceef83027/pyzabbix-0.7.5.tar.gz|pyzabbix-0.7.5
|
||||
qpid_python-1.36.0.post1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/2a/33/026ac50a29a85d5d54dd7784a98d624f6142cb07ce185ed268ef9bd3b6dc/qpid-python-1.36.0-1.tar.gz|qpid-python-1.36.0-1|fix_setup
|
||||
rcssmin-1.0.6-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/e2/5f/852be8aa80d1c24de9b030cdb6532bc7e7a1c8461554f6edbe14335ba890/rcssmin-1.0.6.tar.gz|rcssmin-1.0.6|fix_setup
|
||||
repoze.lru-0.6-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/6e/1e/aa15cc90217e086dc8769872c8778b409812ff036bf021b15795638939e4/repoze.lru-0.6.tar.gz|repoze.lru-0.6
|
||||
repoze.lru-0.7-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz|repoze.lru-0.7
|
||||
requests_aws-0.1.8-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/5e/2f/4da17752036c04cf4c9af7a2da0d41ef2205043f1c61008006475aa24b8b/requests-aws-0.1.8.tar.gz|requests-aws-0.1.8
|
||||
requests_unixsocket-0.1.5-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/f3/94/67d781fb32afbee0fffa0ad9e16ad0491f1a9c303e14790ae4e18f11be19/requests-unixsocket-0.1.5.tar.gz|requests-unixsocket-0.1.5
|
||||
restructuredtext_lint-1.1.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/92/84/de4fadee001cad2d5de3286e5ee8bc40d80afb187bbed4c5e92361e1d0b6/restructuredtext_lint-1.1.1.tar.gz|restructuredtext_lint-1.1.1
|
||||
restructuredtext_lint-1.2.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/cd/cc/d9e61a7615e723883edd6d9517090d0e73c51933e70794e759eb7fae6ff2/restructuredtext_lint-1.2.2.tar.gz|restructuredtext_lint-1.2.2
|
||||
retrying-1.3.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/44/ef/beae4b4ef80902f22e3af073397f079c96969c69b2c7d52a57ea9ae61c9d/retrying-1.3.3.tar.gz|retrying-1.3.3
|
||||
rjsmin-1.0.12-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/10/9c/2c45f57d43258b05bf33cf8f6c8161ea5abf8b4776a5c59d12646727cd98/rjsmin-1.0.12.tar.gz|rjsmin-1.0.12|fix_setup
|
||||
rtslib_fb-2.1.63-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/7b/11/1e851ad87dccbd91cc48e27dbe48a23f7671686bdc8caf1c2ba83126f1b3/rtslib-fb-2.1.63.tar.gz|rtslib-fb-2.1.63
|
||||
#ryu-4.18-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/d9/7b/fa38d8cbd4939ca9ef504db1fc88bffd405e9ac9546ef4d8928054bebfe6/ryu-4.18.tar.gz|ryu-4.18
|
||||
scandir-1.5-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/bd/f4/3143e0289faf0883228017dbc6387a66d0b468df646645e29e1eb89ea10e/scandir-1.5.tar.gz|scandir-1.5
|
||||
scrypt-0.8.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/af/82/44b030646b9de44ba5a5c7e87b0419a4d44318ba18468f5292b9c16737ac/scrypt-0.8.0.tar.gz|scrypt-0.8.0
|
||||
rtslib_fb-2.1.66-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/15/33/879f9e2e97c1cfca0f0d67985769b6ee566ca37abf7c4333d99e9794a1cb/rtslib-fb-2.1.66.tar.gz|rtslib-fb-2.1.66
|
||||
scandir-1.9.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/16/2a/557af1181e6b4e30254d5a6163b18f5053791ca66e251e77ab08887e8fe3/scandir-1.9.0.tar.gz|scandir-1.9.0
|
||||
scrypt-0.8.13-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/80/3d/141eb80e754b86f6c25a2ffaf6c3af3acdb65a3e3700829a05ab0c5d965d/scrypt-0.8.13.tar.gz|scrypt-0.8.13
|
||||
SecretStorage-2.3.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/a5/a5/0830cfe34a4cfd0d1c3c8b614ede1edb2aaf999091ac8548dd19cb352e79/SecretStorage-2.3.1.tar.gz|SecretStorage-2.3.1
|
||||
semantic_version-2.6.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/72/83/f76958017f3094b072d8e3a72d25c3ed65f754cc607fdb6a7b33d84ab1d5/semantic_version-2.6.0.tar.gz|semantic_version-2.6.0
|
||||
setproctitle-1.1.10-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz|setproctitle-1.1.10
|
||||
simplegeneric-0.8.1-py2-none-any.whl|zip|https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip|simplegeneric-0.8.1
|
||||
simplejson-3.11.1-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz|simplejson-3.11.1
|
||||
skydive_client-0.4.5-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/39/6d/e075910cd307370eaf989f4f3fb659e9a59b6207bcf65f8783efaf8c7e70/skydive-client-0.4.5.tar.gz|skydive-client-0.4.5
|
||||
smmap-0.9.0-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/bc/aa/b744b3761fff1b10579df996a2d2e87f124ae07b8336e37edc89cc502f86/smmap-0.9.0.tar.gz|smmap-0.9.0
|
||||
simplejson-3.16.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz|simplejson-3.16.0
|
||||
skydive_client-0.5.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/e4/68/78a246619d9b16bb226562c155f18f798283f86db8f01a89c30b97ac7a27/skydive-client-0.5.0.tar.gz|skydive-client-0.5.0
|
||||
smmap2-2.0.5-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl
|
||||
sphinxcontrib_fulltoc-1.2.0-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/8e/a6/d1297db9b75650681e5429e92e13df139ee6b64303ff1b2eea4ebd32c0a9/sphinxcontrib-fulltoc-1.2.0.tar.gz|sphinxcontrib-fulltoc-1.2.0
|
||||
sphinxcontrib_pecanwsme-0.8.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/20/94/cc24541ae6ba18b4b8e33239cbcf11c5ff541da37da5cf4846d72c584afd/sphinxcontrib-pecanwsme-0.8.0.tar.gz|sphinxcontrib-pecanwsme-0.8.0
|
||||
SQLAlchemy-1.1.12-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/16/a9/90c6b5f90d7d04beb88e7b60a44a12332d7ada4410caa81a03c2775b4122/SQLAlchemy-1.1.12.tar.gz|SQLAlchemy-1.1.12
|
||||
SQLAlchemy_Utils-0.32.14-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/ce/46/eaf163b7f4db1e7dc648f1036902892c91a99f2ee7a5191af0eb9cf39a2e/SQLAlchemy-Utils-0.32.14.tar.gz|SQLAlchemy-Utils-0.32.14
|
||||
stestr-2.0.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/e9/f8/8c2f7b2bcfbfc2c260893594c5af9a9486e11326fdecbc1f15b0c0b61f81/stestr-2.0.0.tar.gz|stestr-2.0.0
|
||||
stomp.py-4.1.18-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/26/5c/6b10498b29cf846727d7554f323ef317815ada748daf3e0fad077bb572e3/stomp.py-4.1.18.tar.gz|stomp.py-4.1.18
|
||||
subprocess32-3.5.2-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/c3/5f/7117737fc7114061837a4f51670d863dd7f7f9c762a6546fa8a0dcfe61c8/subprocess32-3.5.2.tar.gz|subprocess32-3.5.2
|
||||
sphinxcontrib_pecanwsme-0.9.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/11/06/197d1acb9b57750dc7d89926a632035f905090adb2ed5aa69d3120598a22/sphinxcontrib-pecanwsme-0.9.0.tar.gz|sphinxcontrib-pecanwsme-0.9.0
|
||||
SQLAlchemy-1.2.18-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/21/ed/7eb53305b43ca51774a458d7c292f3bc7664d7a9bbb5bac4149fa34756b9/SQLAlchemy-1.2.18.tar.gz|SQLAlchemy-1.2.18
|
||||
SQLAlchemy_Utils-0.33.11-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/fe/8b/a68f81076e9a2729675253228f43986914f0510078c86f14f6cd51dd3f01/SQLAlchemy-Utils-0.33.11.tar.gz|SQLAlchemy-Utils-0.33.11
|
||||
stestr-2.2.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/32/d9/c91653d8452d42a7dd53555709154bbc2dbd494f967f72bcfc057f20c694/stestr-2.2.0-py2-none-any.whl
|
||||
stomp.py-4.1.21-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/44/eb/4c66c2d91dd10a99650fd679206632ca0190d482982063975abfc5dc83f4/stomp.py-4.1.21.tar.gz|stomp.py-4.1.21
|
||||
subprocess32-3.5.3-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/be/2b/beeba583e9877e64db10b52a96915afc0feabf7144dcbf2a0d0ea68bf73d/subprocess32-3.5.3.tar.gz|subprocess32-3.5.3
|
||||
suds_jurko-0.6-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/bd/6f/54fbf0999a606680d27c69b1ad12dfff62768ecb9fe48524cebda6eb4423/suds-jurko-0.6.tar.bz2|suds-jurko-0.6
|
||||
sushy-1.1.1-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/da/96/6d13c4439f74901f0e24b79534c9c742cf5bfd5f5253176a0020286b0dd4/sushy-1.1.1-py2-none-any.whl
|
||||
sympy-1.1.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/91/26/4e477dbd1f9260eb743d9f221af3044648a8fb2fcf3f2f23daee4dc831a4/sympy-1.1.1.tar.gz|sympy-1.1.1
|
||||
sushy-1.8.1-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/c5/c1/c8863c2bfa82c9ed9641dc594649187507d8511f05dc763a877e96500883/sushy-1.8.1-py2.py3-none-any.whl
|
||||
sympy-1.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/dd/f6/ed485ff22efdd7b371d0dbbf6d77ad61c3b3b7e0815a83c89cbb38ce35de/sympy-1.3.tar.gz|sympy-1.3
|
||||
systemd_python-234-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/e8/a8/00ba0f605837a8f69523e6c3a4fb14675a6430c163f836540129c50b3aef/systemd-python-234.tar.gz|systemd-python-234|fix_setup
|
||||
sysv_ipc-0.7.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/56/1b/ae0d5deb57192ee07d98bf08ac790eade1b0d8a98049fc6079f462feb28b/sysv_ipc-0.7.0.tar.gz|sysv_ipc-0.7.0|fix_setup
|
||||
tablib-0.11.5-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/d6/b8/f606258ec113a2d244c0c7254c57d1dd0f5d2ba090c7d26216c4a354243b/tablib-0.11.5.tar.gz|tablib-0.11.5
|
||||
tabulate-0.7.7-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/a5/8d/86bf900d62216e2be7806d2ff4615cb7da54e13aeb7765549310c355cbae/tabulate-0.7.7-py2.py3-none-any.whl
|
||||
sysv_ipc-1.0.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/08/7d/a862f3045fa191eeece23650725273f2ccaf9ac6b95443dfe4cac6508638/sysv_ipc-1.0.0.tar.gz|sysv_ipc-1.0.0|fix_setup
|
||||
Tempita-0.5.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz|Tempita-0.5.2
|
||||
tenacity-4.4.0-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/08/0c/9c3adb8f8a515201394c18d49daed795e61f03f9bcb24bbf09da6bbb704a/tenacity-4.4.0.tar.gz|tenacity-4.4.0
|
||||
tenacity-5.0.3-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/aa/38/16856e4df287ad7a5fe8602d57f04955d77b8f95b7e5302517a4b3df619a/tenacity-5.0.3-py2.py3-none-any.whl
|
||||
termcolor-1.1.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz|termcolor-1.1.0|fix_setup
|
||||
testrepository-0.0.20-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/0c/85/f495b58b2b0ac907def07385219e9747b75840fa01280f228546a4a5ad7f/testrepository-0.0.20.tar.gz|testrepository-0.0.20
|
||||
textfsm-0.4.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/a1/0d/a1b490503545b3b4600b965eae5d44cc2b6ce27cfb44f4debc563dbb56d3/textfsm-0.4.1.tar.gz|textfsm-0.4.1
|
||||
thrift-0.11.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/c6/b4/510617906f8e0c5660e7d96fbc5585113f83ad547a3989b80297ac72a74c/thrift-0.11.0.tar.gz|thrift-0.11.0
|
||||
thriftpy-0.3.9-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/f4/19/cca118cf7d2087310dbc8bd70dc7df0c1320f2652873a93d06d7ba356d4a/thriftpy-0.3.9.tar.gz|thriftpy-0.3.9
|
||||
tinyrpc-0.5-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/6c/58/76f73176153bf86990381189e1d9b187a8406788d5365c1e2e4ecd078268/tinyrpc-0.5.tar.gz|tinyrpc-0.5
|
||||
tornado-4.4.3-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/5c/0b/2e5cef0d30811532b27ece726fb66a41f63344af8b693c90cec9474d9022/tornado-4.4.3.tar.gz|tornado-4.4.3
|
||||
tosca_parser-0.8.1-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/6c/88/b6ac1dd49caddd08903de6aa0a5b01acf15c524632829911fd05d0364703/tosca_parser-0.8.1-py2-none-any.whl
|
||||
trollius-2.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/6e/72/5940cfb765488cfe1b62883a0d0e5438f4fc17cfefd4fb4654a5982be852/trollius-2.1.tar.gz|trollius-2.1
|
||||
typing-3.6.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/17/75/3698d7992a828ad6d7be99c0a888b75ed173a9280e53dbae67326029b60e/typing-3.6.1.tar.gz|typing-3.6.1|fix_setup
|
||||
tzlocal-1.4-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/db/53/1334a66eef27703f3bd14c9592f6468bc46ad4371b23bd9b7c25cece8f28/tzlocal-1.4.tar.gz|tzlocal-1.4
|
||||
tinyrpc-0.9.4-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/ba/c0/837060e3612636d4c93d3455983b9b610fb2dbc0abcfb2518ef132a355a7/tinyrpc-0.9.4.tar.gz|tinyrpc-0.9.4
|
||||
tornado-4.5.3-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/e3/7b/e29ab3d51c8df66922fea216e2bddfcb6430fb29620e5165b16a216e0d3c/tornado-4.5.3.tar.gz|tornado-4.5.3
|
||||
tosca_parser-1.4.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/7a/85/5766d4970732e3e159f562a0f8855b0b7c9f0267bc68b12141f2682e1e14/tosca_parser-1.4.0-py2.py3-none-any.whl
|
||||
trollius-2.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/98/47/000d403a209e5d0c2753feabd3bbbd09a11e32652899abffc1ef5d5c0abb/trollius-2.2.tar.gz|trollius-2.2
|
||||
typing-3.6.6-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/cc/3e/29f92b7aeda5b078c86d14f550bf85cff809042e3429ace7af6193c3bc9f/typing-3.6.6-py2-none-any.whl
|
||||
tzlocal-1.5.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz|tzlocal-1.5.1
|
||||
ujson-1.35-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/16/c4/79f3409bc710559015464e5f49b9879430d8f87498ecdc335899732e5377/ujson-1.35.tar.gz|ujson-1.35
|
||||
unicodecsv-0.14.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/6f/a4/691ab63b17505a26096608cc309960b5a6bdf39e4ba1a793d5f9b1a53270/unicodecsv-0.14.1.tar.gz|unicodecsv-0.14.1
|
||||
uWSGI-2.0.17.1-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/a2/c9/a2d5737f63cd9df4317a4acc15d1ddf4952e28398601d8d7d706c16381e0/uwsgi-2.0.17.1.tar.gz|uwsgi-2.0.17.1
|
||||
voluptuous-0.10.5-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/c3/81/c84f8a3e723b760fdd1c41fc80201cb80cd29c1bce5159d8918c58df7d2a/voluptuous-0.10.5.tar.gz|voluptuous-0.10.5
|
||||
warlock-1.2.0-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/0f/d4/408b936a3d9214b7685c35936bb59d9254c70ff319ee6a837b9efcf5615e/warlock-1.2.0.tar.gz|warlock-1.2.0
|
||||
voluptuous-0.11.5-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/59/95/fa6218477c6999c9b7fdfab7c12c1bd4da2d5930f5eb2b232ec74eb344e7/voluptuous-0.11.5-py2.py3-none-any.whl
|
||||
warlock-1.3.0-py2.py3-none-any.whl|tar|https://files.pythonhosted.org/packages/2d/40/9f01a5e1574dab946598793351d59c86f58209d182d229aaa545abb98894/warlock-1.3.0.tar.gz|warlock-1.3.0
|
||||
weakrefmethod-1.0.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/99/82/73a21e3eab9a1ff76d12375f7301fba5c6325b9598eed0ae5b0cf5243656/weakrefmethod-1.0.3.tar.gz|weakrefmethod-1.0.3
|
||||
webcolors-1.7-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/1c/11/d9fb5a7c872a941ad8b30a4be191253d5a9028834c4d69eab55bb6bc60be/webcolors-1.7.tar.gz|webcolors-1.7|fix_setup
|
||||
webcolors-1.8.1-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/1d/44/c4902683be73beba20afd299705e11f0a753a01cc7f9d6a070841848605b/webcolors-1.8.1-py2.py3-none-any.whl
|
||||
websockify-0.8.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/66/48/2e35166c957639ddb4cb11ce9783ad3ee9bf96f220354ce2684ee95feeb7/websockify-0.8.0.tar.gz|websockify-0.8.0
|
||||
whereto-0.4.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/80/83/371a699ce90257608592dadca400a7ecd9a2db6137d78f6f433c7c5e3197/whereto-0.4.0.tar.gz|whereto-0.4.0
|
||||
wrapt-1.10.10-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/a3/bb/525e9de0a220060394f4aa34fdf6200853581803d92714ae41fc3556e7d7/wrapt-1.10.10.tar.gz|wrapt-1.10.10|fix_setup
|
||||
ws4py-0.4.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/b8/98/a90f1d96ffcb15dfc220af524ce23e0a5881258dafa197673357ce1683dd/ws4py-0.4.2.tar.gz|ws4py-0.4.2
|
||||
wsgi_intercept-1.5.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/72/66/fc379742505328ace546e01e81c1a01a7a6284e1f08129035e543df1d0fd/wsgi_intercept-1.5.0.tar.gz|wsgi_intercept-1.5.0
|
||||
wrapt-1.11.1-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/67/b2/0f71ca90b0ade7fad27e3d20327c996c6252a2ffe88f50a95bba7434eda9/wrapt-1.11.1.tar.gz|wrapt-1.11.1|fix_setup
|
||||
ws4py-0.5.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/53/20/4019a739b2eefe9282d3822ef6a225250af964b117356971bd55e274193c/ws4py-0.5.1.tar.gz|ws4py-0.5.1
|
||||
wsgi_intercept-1.8.0-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/b7/19/cfc3ce42f8dece6d3c0770c87203422ed61d133f5bf28a76671e0d33a7b3/wsgi_intercept-1.8.0-py2.py3-none-any.whl
|
||||
WSME-0.9.3-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/d1/b6/8027248bfca3ce192bc54d46fcda4324c86c8beabe344cbb80fb57a6c868/WSME-0.9.3.tar.gz|WSME-0.9.3
|
||||
xattr-0.9.2-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/18/37/2c68110bd5d52d656e7c3bad3003be78146d6cabf00cf8bdfc7d22029d7c/xattr-0.9.2.tar.gz|xattr-0.9.2
|
||||
xattr-0.9.6-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/60/80/a1f35bfd3c7ffb78791b2a6a15c233584a102a20547fd96d48933ec453e7/xattr-0.9.6.tar.gz|xattr-0.9.6
|
||||
XenAPI-1.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/eb/ae/482b173c3d6d8d1c496be862a8a210eaf6d775cd288e08818c15a07259cc/XenAPI-1.2.tar.gz|XenAPI-1.2
|
||||
xlrd-1.0.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/42/85/25caf967c2d496067489e0bb32df069a8361e1fd96a7e9f35408e56b3aab/xlrd-1.0.0.tar.gz|xlrd-1.0.0
|
||||
XStatic-1.0.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/3e/30/726b61d07abd031b32db956adfbcf8924687e07879c1b63b777855c75289/XStatic-1.0.1.tar.gz|XStatic-1.0.1
|
||||
XStatic-1.0.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/36/78/c0ffaf14216517a14d3daa67ff24fbb60b4703e95ce1059a48fd508e6b8c/XStatic-1.0.2.tar.gz|XStatic-1.0.2
|
||||
XStatic_Angular_FileUpload-12.0.4.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/4d/fd/c3051915d2f12e8fa11f59c01162ce85e38eca15d9ec73a3d7b271b49744/XStatic-Angular-FileUpload-12.0.4.0.tar.gz|XStatic-Angular-FileUpload-12.0.4.0
|
||||
XStatic_Angular_lrdragndrop-1.0.2.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/84/0e/171c9fc3e6e7ed7fbd05c25661ac053d41feab9f4045c35cccf1e5afc458/XStatic-Angular-lrdragndrop-1.0.2.2.tar.gz|XStatic-Angular-lrdragndrop-1.0.2.2
|
||||
XStatic_Angular_lrdragndrop-1.0.2.4-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/80/ea/ffdde05892eabe468f22403f75299cf5d991f0af4f1400bebbf3af04bc9a/XStatic_Angular_lrdragndrop-1.0.2.4-py2.py3-none-any.whl
|
||||
XStatic_Angular_Schema_Form-0.8.13.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/57/71/ceea2c0a72e2ee2d316d6ab1c06b21faa9f5cbc4b36a4127d7847b7079c5/XStatic-Angular-Schema-Form-0.8.13.0.tar.gz|XStatic-Angular-Schema-Form-0.8.13.0
|
||||
XStatic_Bootstrap_Datepicker-1.3.1.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/91/4f/832f14478e714815bb3d44d01dfe8dbe19ccf9f823e0bc7ac1a8cf7fa6b3/XStatic-Bootstrap-Datepicker-1.3.1.0.tar.gz|XStatic-Bootstrap-Datepicker-1.3.1.0
|
||||
XStatic_Hogan-2.0.0.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/21/fe/37d5c8247f24738e7e368d27ebf945de1ea29fbc3112ac5e75b1b7f1d0c9/XStatic-Hogan-2.0.0.2.tar.gz|XStatic-Hogan-2.0.0.2
|
||||
XStatic_Jasmine-2.4.1.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/c2/83/c69e8a059f32f84d78270731ef096b440469b7cddc2208cf320574bd3431/XStatic-Jasmine-2.4.1.1.tar.gz|XStatic-Jasmine-2.4.1.1
|
||||
XStatic_jQuery-1.10.2.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/f4/f3/b806d039ec4cd3ff601d7af49a18cb70697171c7b93030d4f1ffb881c174/XStatic-jQuery-1.10.2.1.tar.gz|XStatic-jQuery-1.10.2.1
|
||||
XStatic_Jasmine-2.4.1.2-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/05/43/ceac7def3b6eaf82b6f593e3db2b03a9693a7b002b569e664e382aecddbc/XStatic_Jasmine-2.4.1.2-py2.py3-none-any.whl
|
||||
XStatic_jQuery-1.12.4.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/67/f1/c18c14fc4aab386e4aba587c5d10c268de222c75bf5e271b6f68a2ea6e77/XStatic-jQuery-1.12.4.1.tar.gz|XStatic-jQuery-1.12.4.1
|
||||
XStatic_JQuery_Migrate-1.2.1.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/7c/fc/edbfcb4574ec3cf0b68a0613dd1904c9139e3bf6dede792d2e7edcf13023/XStatic-JQuery-Migrate-1.2.1.1.tar.gz|XStatic-JQuery-Migrate-1.2.1.1
|
||||
XStatic_JQuery.quicksearch-2.0.3.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/ea/ab/f934d06a78ce2c6bb594e9a426f6966b3192c4c279467c9898be6fd284d3/XStatic-JQuery.quicksearch-2.0.3.1.tar.gz|XStatic-JQuery.quicksearch-2.0.3.1
|
||||
XStatic_JQuery.TableSorter-2.14.5.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/c1/6c/d6b0807906af90536e793a3b23cca557869fa5a27156639f0029de8b1f1f/XStatic-JQuery.TableSorter-2.14.5.1.tar.gz|XStatic-JQuery.TableSorter-2.14.5.1
|
||||
XStatic_jquery_ui-1.12.0.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/64/d6/3ae9619abb32a05951686bd657256ba417b4e96373d99a739a7ed39363ef/XStatic-jquery-ui-1.12.0.1.tar.gz|XStatic-jquery-ui-1.12.0.1
|
||||
XStatic_Magic_Search-0.2.5.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/6d/00/d9bc1394ee71fe5eadaa58420919f69842ba48e39d2ee9f67cc5db94f178/XStatic-Magic-Search-0.2.5.1.tar.gz|XStatic-Magic-Search-0.2.5.1
|
||||
XStatic_mdi-1.4.57.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/1f/88/cf7cc57a60949a7a717b3bcfcc64fdcaa73f8b17f305865e262bbe2b38d1/XStatic-mdi-1.4.57.0.tar.gz|XStatic-mdi-1.4.57.0
|
||||
XStatic_jquery_ui-1.12.1.1-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/e6/5a/883b22dad1d3e01708312d71c5bc63d543d66cef9b448c1cf85379d64fb3/XStatic-jquery-ui-1.12.1.1.tar.gz|XStatic-jquery-ui-1.12.1.1
|
||||
XStatic_mdi-1.6.50.2-py2.py3-none-any.whl|pypi|https://files.pythonhosted.org/packages/73/49/13b9f7ce9fbcc7fabe086b7ac1b056118cbd4c9abf185e01cc4a54631136/XStatic_mdi-1.6.50.2-py2.py3-none-any.whl
|
||||
XStatic_objectpath-1.2.1.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/23/6c/56de25d9d3be430e7de2fcf4baac10279dad78d7b16cbda339cf014c2fe5/XStatic-objectpath-1.2.1.0.tar.gz|XStatic-objectpath-1.2.1.0
|
||||
XStatic_Rickshaw-1.5.0.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/45/c6/39aa4d02ea96b04ff372d1e3558587155790b1c5444855a97b89c255be38/XStatic-Rickshaw-1.5.0.0.tar.gz|XStatic-Rickshaw-1.5.0.0
|
||||
XStatic_Spin-1.2.5.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/af/21/cca7f0b7abfe008cdd03dd4c4255aad3087f4a892a010c0f6f1452d7344b/XStatic-Spin-1.2.5.2.tar.gz|XStatic-Spin-1.2.5.2
|
||||
XStatic_term.js-0.0.7.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/63/7a/7bfec29f5f28fdda7170ebbbb2204aeb1d33d6050f3476a807590de06434/XStatic-term.js-0.0.7.0.tar.gz|XStatic-term.js-0.0.7.0
|
||||
XStatic_tv4-1.2.7.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/2b/26/b07115af27b339c861b8c9a775a621524b421c898e26e015880dfb888c49/XStatic-tv4-1.2.7.0.tar.gz|XStatic-tv4-1.2.7.0
|
||||
xvfbwrapper-0.2.9-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/57/b6/4920eabda9b49630dea58745e79f9919aba6408d460afe758bf6e9b21a04/xvfbwrapper-0.2.9.tar.gz|xvfbwrapper-0.2.9
|
||||
zuul_sphinx-0.1.2-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/19/97/323b1f11abc780eb00a738dd183bab87451b8cab148b278639dd4969cb93/zuul_sphinx-0.1.2-py2-none-any.whl
|
||||
zVMCloudConnector-1.2.2-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/a1/da/f5a4432ebcbb630ce9a25d0ec81599fff7e473b5df7f73595783e39dba2d/zVMCloudConnector-1.2.2.tar.gz|zVMCloudConnector-1.2.2
|
||||
yappi-1.0-cp27-none-linux_x86_64.whl|tar|https://files.pythonhosted.org/packages/d2/92/7cd637a19fa2a10c0e55a44f8b36bcb83f0e1943ba8f1fb5edb15c819f2e/yappi-1.0.tar.gz|yappi-1.0
|
||||
zuul_sphinx-0.3.0-py2-none-any.whl|pypi|https://files.pythonhosted.org/packages/0a/9b/09ef523d8aa5e4a67cb314badf3cac43b6bc06ac882bb4fd2a9e83a83090/zuul_sphinx-0.3.0-py2-none-any.whl
|
||||
zVMCloudConnector-1.4.0-py2-none-any.whl|tar|https://files.pythonhosted.org/packages/6b/27/f82d87600e05a8e28c420587f72c3c6a23ebe8a30f60710d69a6b32f5d5c/zVMCloudConnector-1.4.0.tar.gz|zVMCloudConnector-1.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user