.gitignore
.travis.yml
MANIFEST.in
README.md
conftest.py
pytest.ini
requirements.txt
setup.cfg
setup.py
test_requirements.txt
img2url/__init__.py
img2url/config.py
img2url/main.py
img2url/metadata.py
img2url.egg-info/PKG-INFO
img2url.egg-info/SOURCES.txt
img2url.egg-info/dependency_links.txt
img2url.egg-info/entry_points.txt
img2url.egg-info/requires.txt
img2url.egg-info/top_level.txt
img2url/remotes/__init__.py
img2url/remotes/base.py
img2url/remotes/github.py
img2url/remotes/qiniu.py
img2url/remotes/utils.py
scripts/install-from-source.sh
scripts/install-from-yum.sh
scripts/pip-install-pkgs-of-requirements.sh
scripts/push-to-pypi.sh
scripts/push-to-testpypi.sh
tests/test_github.py