{"id":19009841,"url":"https://github.com/theno/utlz","last_synced_at":"2026-02-10T03:33:20.991Z","repository":{"id":62586845,"uuid":"81738561","full_name":"theno/utlz","owner":"theno","description":"python utils lib","archived":false,"fork":false,"pushed_at":"2018-05-17T20:45:56.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T08:41:52.477Z","etag":null,"topics":["library","python","utilities"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-12T16:08:45.000Z","updated_at":"2019-01-14T12:56:15.000Z","dependencies_parsed_at":"2022-11-03T22:16:05.656Z","dependency_job_id":null,"html_url":"https://github.com/theno/utlz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theno%2Futlz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theno%2Futlz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theno%2Futlz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theno%2Futlz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theno","download_url":"https://codeload.github.com/theno/utlz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337934,"owners_count":21414102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["library","python","utilities"],"created_at":"2024-11-08T19:09:05.413Z","updated_at":"2026-02-10T03:33:18.843Z","avatar_url":"https://github.com/theno.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# utlz\n\nA Python utils library\n\n[![Build Status](https://travis-ci.org/theno/utlz.svg?branch=master)](https://travis-ci.org/theno/utlz)\n[![Supported Python Versions](https://img.shields.io/pypi/pyversions/utlz.svg)](https://pypi.python.org/pypi/utlz)\n[![PyPI Version](https://img.shields.io/pypi/v/utlz.svg)](https://pypi.python.org/pypi/utlz)\n\n## Installation\n\nInstall the latest version of the pypi python package\n[utlz](https://pypi.python.org/pypi/utlz):\n\n```shell\npip install utlz\n```\n\n## Development\n\nClone the source code [repository](https://github.com/theno/utlz):\n\n```bash\ngit clone https://github.com/theno/utlz.git\ncd utlz\n```\n\n### Fabfile\n\nThe `fabfile.py` contains devel-tasks to be executed with\n[Fabric](http://www.fabfile.org/) (maybe you need to\n[install](http://www.fabfile.org/installing.html) it):\n\n```\n\u003e fab -l\n\nAvailable commands:\n\n    clean    Delete temporary files not under version control.\n    pypi     Build package and upload to pypi.\n    pythons  Install latest pythons with pyenv.\n    test     Run unit tests.\n    tox      Run tox.\n\n# Show task details, e.g. for task `test`:\n\u003e fab -d test\n\nRun unit tests.\n\n    Keyword-Args:\n        args: Optional arguments passed to pytest\n        py: python version to run the tests against\n\n    Example:\n\n        fab test:args=-s,py=py27\n```\n\nAt first, set up python versions with [pyenv](https://github.com/pyenv/pyenv)\nand virtualenvs for development with\n[tox](https://tox.readthedocs.io/en/latest/):\n```\nfab pythons\nfab tox\n```\nTox creates virtualenvs of different Python versions (if they not exist\nalready) and runs the unit tests against each virtualenv.\n\nOn Ubuntu 16.04 you must install `libpython-dev` and `libpython3-dev` in order\nto make the tests passing for Python-2.7 and Python-3.5:\n\n```bash\nsudo apt-get install  libpython-dev  libpython3-dev\n\n# Then, rebuild the non-working Python-2.7 and Python-3.5 virtualenv and\n# run the unit tests:\nfab tox:'-e py27 -e py35 --recreate'\n```\n\n### Devel-Commands\n\nRun unit tests against several pythons with tox (needs pythons defined\nin envlist of `tox.ini` to be installed with pyenv):\n\n```bash\npython3.6 -m tox\n\n# only against one python version:\npython3.6 -m tox -e py27\n\n# rebuild virtual environments:\npython3.6 -m tox -r\n```\n\nRun unit tests with pytest (uses tox virtualenv, replace `py36` by e.g.\n`py27` where applicable):\n\n```bash\nPYTHONPATH='.' .tox/py36/bin/python -m pytest\n\n# show output\nPYTHONPATH='.' .tox/py36/bin/python -m pytest -s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheno%2Futlz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheno%2Futlz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheno%2Futlz/lists"}