Skip to content

walkerrandolphsmith/pyscore

Repository files navigation

PyScore Build Status

Collection of utility functions in Python inspired by Underscore and Lodash

Setup Virtual Environment

virtualenv venv --no-site-packages

Note: For the remaining steps windows users will find their virtual environment dependencies in Scripts instead of bin.

Activate venv

source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Update dependencies

shovel tasks.install

Run specs

shovel tasks.test

Run single spec

shovel tasks.testone [test filename]

About

Collection of utility functions in python

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages