Collecting py_clean==0.1.3 1 location(s) to search for versions of py-clean: * https://pypi.python.org/simple/py-clean/ Getting page https://pypi.python.org/simple/py-clean/ Analyzing links from page https://pypi.org/simple/py-clean/ Found link https://files.pythonhosted.org/packages/89/3a/bf7f7c06e4930c88c68c0b5b975a5aab178c43331dd96ee1c40f0e204608/py_clean-0.1.0.tar.gz#sha256=070cd5b4a6b05e7056dacd917f2cfefca3e54a4f344175d2cd515d5358d255e9 (from https://pypi.org/simple/py-clean/), version: 0.1.0 Found link https://files.pythonhosted.org/packages/01/4f/5bedb6516e8c0c3c48c88bc55d9c10efb377eb9dfe9df9c8b8671833808e/py_clean-0.1.1.tar.gz#sha256=b6a12da8ba396039c001f4bc3ccf32619803cbd49b91173bc5b3e63f2c84fdee (from https://pypi.org/simple/py-clean/), version: 0.1.1 Found link https://files.pythonhosted.org/packages/aa/9c/cd52f8fa658e39eedaaf423d3331de56def6598912f5b2669f554ce039f2/py_clean-0.1.2.tar.gz#sha256=e44cb72b02641cab8e7fc5674e912fd02f4df022f732f2316e2960c17f28b3b9 (from https://pypi.org/simple/py-clean/), version: 0.1.2 Found link https://files.pythonhosted.org/packages/3d/51/0a088a7866fcaa138d38335d6caae57f018566712a77572a8acdaf60f35c/py_clean-0.1.3.tar.gz#sha256=ce3952b5b9aaf6dc3f7c7337cbd97703de4c13eabb2ad061e3a8a45000013990 (from https://pypi.org/simple/py-clean/), version: 0.1.3 Using version 0.1.3 (newest of versions: 0.1.3) Downloading https://files.pythonhosted.org/packages/3d/51/0a088a7866fcaa138d38335d6caae57f018566712a77572a8acdaf60f35c/py_clean-0.1.3.tar.gz Downloading from URL https://files.pythonhosted.org/packages/3d/51/0a088a7866fcaa138d38335d6caae57f018566712a77572a8acdaf60f35c/py_clean-0.1.3.tar.gz#sha256=ce3952b5b9aaf6dc3f7c7337cbd97703de4c13eabb2ad061e3a8a45000013990 (from https://pypi.org/simple/py-clean/) Running setup.py (path:/tmp/pip-build-7k105kiz/py-clean/setup.py) egg_info for package py-clean Running command python setup.py egg_info zip_safe flag not set; analyzing archive contents... Installed /tmp/pip-build-7k105kiz/py-clean/.eggs/pytest_runner-4.2-py3.4.egg running egg_info creating pip-egg-info/py_clean.egg-info writing top-level names to pip-egg-info/py_clean.egg-info/top_level.txt writing requirements to pip-egg-info/py_clean.egg-info/requires.txt writing pip-egg-info/py_clean.egg-info/PKG-INFO writing dependency_links to pip-egg-info/py_clean.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/py_clean.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/py_clean.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' writing manifest file 'pip-egg-info/py_clean.egg-info/SOURCES.txt' Source in /tmp/pip-build-7k105kiz/py-clean has version 0.1.3, which satisfies requirement py_clean==0.1.3 from https://files.pythonhosted.org/packages/3d/51/0a088a7866fcaa138d38335d6caae57f018566712a77572a8acdaf60f35c/py_clean-0.1.3.tar.gz#sha256=ce3952b5b9aaf6dc3f7c7337cbd97703de4c13eabb2ad061e3a8a45000013990 Building wheels for collected packages: py-clean Running setup.py bdist_wheel for py-clean: started Destination directory: /tmp/tmpvwudjyo2pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-7k105kiz/py-clean/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpvwudjyo2pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/clean copying clean/__init__.py -> build/lib/clean creating build/lib/clean/exceptions copying clean/exceptions/__init__.py -> build/lib/clean/exceptions creating build/lib/clean/use_case copying clean/use_case/case.py -> build/lib/clean/use_case copying clean/use_case/common.py -> build/lib/clean/use_case copying clean/use_case/__init__.py -> build/lib/clean/use_case creating build/lib/clean/repository copying clean/repository/list.py -> build/lib/clean/repository copying clean/repository/__init__.py -> build/lib/clean/repository copying clean/repository/abs.py -> build/lib/clean/repository creating build/lib/clean/infra copying clean/infra/__init__.py -> build/lib/clean/infra creating build/lib/clean/auth copying clean/auth/__init__.py -> build/lib/clean/auth copying clean/auth/decorator.py -> build/lib/clean/auth copying clean/auth/abs.py -> build/lib/clean/auth creating build/lib/clean/request copying clean/request/__init__.py -> build/lib/clean/request creating build/lib/clean/utils copying clean/utils/unique.py -> build/lib/clean/utils copying clean/utils/__init__.py -> build/lib/clean/utils copying clean/utils/requests.py -> build/lib/clean/utils creating build/lib/clean/entities copying clean/entities/resp_status.py -> build/lib/clean/entities copying clean/entities/__init__.py -> build/lib/clean/entities copying clean/entities/error.py -> build/lib/clean/entities copying clean/entities/token.py -> build/lib/clean/entities creating build/lib/clean/infra/schema copying clean/infra/schema/__init__.py -> build/lib/clean/infra/schema creating build/lib/clean/infra/log copying clean/infra/log/logger.py -> build/lib/clean/infra/log copying clean/infra/log/__init__.py -> build/lib/clean/infra/log creating build/lib/clean/infra/log/utils copying clean/infra/log/utils/__init__.py -> build/lib/clean/infra/log/utils copying clean/infra/log/utils/config.py -> build/lib/clean/infra/log/utils creating build/lib/clean/infra/log/utils/colors copying clean/infra/log/utils/colors/termcolors.py -> build/lib/clean/infra/log/utils/colors copying clean/infra/log/utils/colors/__init__.py -> build/lib/clean/infra/log/utils/colors creating build/lib/clean/request/verifier copying clean/request/verifier/__init__.py -> build/lib/clean/request/verifier copying clean/request/verifier/json_schema.py -> build/lib/clean/request/verifier copying clean/request/verifier/abs.py -> build/lib/clean/request/verifier creating build/lib/clean/request/serializers copying clean/request/serializers/json.py -> build/lib/clean/request/serializers copying clean/request/serializers/__init__.py -> build/lib/clean/request/serializers creating build/lib/clean/request/filters copying clean/request/filters/__init__.py -> build/lib/clean/request/filters copying clean/request/filters/loader.py -> build/lib/clean/request/filters copying clean/request/filters/abs.py -> build/lib/clean/request/filters creating build/lib/clean/request/inout copying clean/request/inout/ports.py -> build/lib/clean/request/inout copying clean/request/inout/actions.py -> build/lib/clean/request/inout copying clean/request/inout/__init__.py -> build/lib/clean/request/inout copying clean/request/inout/filter.py -> build/lib/clean/request/inout copying clean/request/inout/base.py -> build/lib/clean/request/inout creating build/lib/clean/request/filters/fields copying clean/request/filters/fields/datetime_range.py -> build/lib/clean/request/filters/fields copying clean/request/filters/fields/string.py -> build/lib/clean/request/filters/fields copying clean/request/filters/fields/__init__.py -> build/lib/clean/request/filters/fields running egg_info writing requirements to py_clean.egg-info/requires.txt writing dependency_links to py_clean.egg-info/dependency_links.txt writing py_clean.egg-info/PKG-INFO writing top-level names to py_clean.egg-info/top_level.txt reading manifest file 'py_clean.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' writing manifest file 'py_clean.egg-info/SOURCES.txt' installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/clean creating build/bdist.linux-armv7l/wheel/clean/exceptions copying build/lib/clean/exceptions/__init__.py -> build/bdist.linux-armv7l/wheel/clean/exceptions creating build/bdist.linux-armv7l/wheel/clean/use_case copying build/lib/clean/use_case/case.py -> build/bdist.linux-armv7l/wheel/clean/use_case copying build/lib/clean/use_case/common.py -> build/bdist.linux-armv7l/wheel/clean/use_case copying build/lib/clean/use_case/__init__.py -> build/bdist.linux-armv7l/wheel/clean/use_case creating build/bdist.linux-armv7l/wheel/clean/repository copying build/lib/clean/repository/list.py -> build/bdist.linux-armv7l/wheel/clean/repository copying build/lib/clean/repository/__init__.py -> build/bdist.linux-armv7l/wheel/clean/repository copying build/lib/clean/repository/abs.py -> build/bdist.linux-armv7l/wheel/clean/repository creating build/bdist.linux-armv7l/wheel/clean/infra creating build/bdist.linux-armv7l/wheel/clean/infra/schema copying build/lib/clean/infra/schema/__init__.py -> build/bdist.linux-armv7l/wheel/clean/infra/schema creating build/bdist.linux-armv7l/wheel/clean/infra/log copying build/lib/clean/infra/log/logger.py -> build/bdist.linux-armv7l/wheel/clean/infra/log copying build/lib/clean/infra/log/__init__.py -> build/bdist.linux-armv7l/wheel/clean/infra/log creating build/bdist.linux-armv7l/wheel/clean/infra/log/utils creating build/bdist.linux-armv7l/wheel/clean/infra/log/utils/colors copying build/lib/clean/infra/log/utils/colors/termcolors.py -> build/bdist.linux-armv7l/wheel/clean/infra/log/utils/colors copying build/lib/clean/infra/log/utils/colors/__init__.py -> build/bdist.linux-armv7l/wheel/clean/infra/log/utils/colors copying build/lib/clean/infra/log/utils/__init__.py -> build/bdist.linux-armv7l/wheel/clean/infra/log/utils copying build/lib/clean/infra/log/utils/config.py -> build/bdist.linux-armv7l/wheel/clean/infra/log/utils copying build/lib/clean/infra/__init__.py -> build/bdist.linux-armv7l/wheel/clean/infra creating build/bdist.linux-armv7l/wheel/clean/auth copying build/lib/clean/auth/__init__.py -> build/bdist.linux-armv7l/wheel/clean/auth copying build/lib/clean/auth/decorator.py -> build/bdist.linux-armv7l/wheel/clean/auth copying build/lib/clean/auth/abs.py -> build/bdist.linux-armv7l/wheel/clean/auth creating build/bdist.linux-armv7l/wheel/clean/request creating build/bdist.linux-armv7l/wheel/clean/request/verifier copying build/lib/clean/request/verifier/__init__.py -> build/bdist.linux-armv7l/wheel/clean/request/verifier copying build/lib/clean/request/verifier/json_schema.py -> build/bdist.linux-armv7l/wheel/clean/request/verifier copying build/lib/clean/request/verifier/abs.py -> build/bdist.linux-armv7l/wheel/clean/request/verifier creating build/bdist.linux-armv7l/wheel/clean/request/serializers copying build/lib/clean/request/serializers/json.py -> build/bdist.linux-armv7l/wheel/clean/request/serializers copying build/lib/clean/request/serializers/__init__.py -> build/bdist.linux-armv7l/wheel/clean/request/serializers creating build/bdist.linux-armv7l/wheel/clean/request/filters copying build/lib/clean/request/filters/__init__.py -> build/bdist.linux-armv7l/wheel/clean/request/filters copying build/lib/clean/request/filters/loader.py -> build/bdist.linux-armv7l/wheel/clean/request/filters creating build/bdist.linux-armv7l/wheel/clean/request/filters/fields copying build/lib/clean/request/filters/fields/datetime_range.py -> build/bdist.linux-armv7l/wheel/clean/request/filters/fields copying build/lib/clean/request/filters/fields/string.py -> build/bdist.linux-armv7l/wheel/clean/request/filters/fields copying build/lib/clean/request/filters/fields/__init__.py -> build/bdist.linux-armv7l/wheel/clean/request/filters/fields copying build/lib/clean/request/filters/abs.py -> build/bdist.linux-armv7l/wheel/clean/request/filters copying build/lib/clean/request/__init__.py -> build/bdist.linux-armv7l/wheel/clean/request creating build/bdist.linux-armv7l/wheel/clean/request/inout copying build/lib/clean/request/inout/ports.py -> build/bdist.linux-armv7l/wheel/clean/request/inout copying build/lib/clean/request/inout/actions.py -> build/bdist.linux-armv7l/wheel/clean/request/inout copying build/lib/clean/request/inout/__init__.py -> build/bdist.linux-armv7l/wheel/clean/request/inout copying build/lib/clean/request/inout/filter.py -> build/bdist.linux-armv7l/wheel/clean/request/inout copying build/lib/clean/request/inout/base.py -> build/bdist.linux-armv7l/wheel/clean/request/inout copying build/lib/clean/__init__.py -> build/bdist.linux-armv7l/wheel/clean creating build/bdist.linux-armv7l/wheel/clean/utils copying build/lib/clean/utils/unique.py -> build/bdist.linux-armv7l/wheel/clean/utils copying build/lib/clean/utils/__init__.py -> build/bdist.linux-armv7l/wheel/clean/utils copying build/lib/clean/utils/requests.py -> build/bdist.linux-armv7l/wheel/clean/utils creating build/bdist.linux-armv7l/wheel/clean/entities copying build/lib/clean/entities/resp_status.py -> build/bdist.linux-armv7l/wheel/clean/entities copying build/lib/clean/entities/__init__.py -> build/bdist.linux-armv7l/wheel/clean/entities copying build/lib/clean/entities/error.py -> build/bdist.linux-armv7l/wheel/clean/entities copying build/lib/clean/entities/token.py -> build/bdist.linux-armv7l/wheel/clean/entities running install_egg_info Copying py_clean.egg-info to build/bdist.linux-armv7l/wheel/py_clean-0.1.3-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/py_clean-0.1.3.dist-info/WHEEL Running setup.py bdist_wheel for py-clean: finished with status 'done' Stored in directory: /tmp/tmp2zl3q8wx Successfully built py-clean Cleaning up... Removing source in /tmp/pip-build-7k105kiz/py-clean