basic-utils

A simple set of Python utils


Keywords
utils, utilities, python
License
MIT
Install
pip install basic-utils==0.1.0

Documentation

https://travis-ci.org/Jackevansevo/basic-utils.svg?branch=master https://coveralls.io/repos/github/Jackevansevo/basic-utils/badge.svg?branch=master Documentation Status

Basic utils

Useful utilities for Python 3.4+

Documentation

See what's available by reading the docs here

Installation

Install through PyPi with the following:

pip3 install basic-utils

FAQ

Q: Does anyone use this?

A: Not that I know of

Q: Should I use this?

A: Sure (but at your own risk)

Q: Why doesn't this have X?

A: Open an issue or submit a pull request

Similar Projects

Running Tests

(Optional) Create a virtualenv:

python3 -m venv venv

Activate the virtualenv

venv/bin/activate

Install requirements

pip install -e ."[test]"

Install requirements and run:

pytest

To get test coverage:

scripts/test