Skip to main content

A python utils library

Project description

A Python utils library

Installation

Install latest version of utlz from pypi (https://pypi.python.org/pypi/utlz):

pip install utlz

Development

Clone the source code repository:

git clone https://github.com/theno/utlz.git

Run unit tests with pytest

pip install --user  pytest
PYTHONPATH=".:$PYTHONPATH"  python -m pytest

Build package and run tests against several pythons with tox:

# install tox
pip install tox

# install and activate different python versions
fab setup.pyenv -H localhost
pyenv install  2.6.9  2.7.13  3.3.6  3.4.6  3.5.3  3.6.0
pyenv local  system  2.6.9  2.7.13  3.3.6  3.4.6  3.5.3  3.6.0

# build and run tests
python -m tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utlz-0.7.0.tar.gz (6.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page