Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 640 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 640 Bytes

zc_common

Installation

pip install zc_common

Usage

from zc_common import timezone

timezone.now()

See the READMEs in submodules for more information.

Deployment

ZeroCater employees can find instructions here.

Running tests

You can run tests to make sure zc_common code behaves as expected. To get started, follow these instructions:

# Create a new python virtualenv and install dependencies
mkvirtualenv zc_common
workon zc_common
pip install -r requirements.txt

# Run the tests
python runtests.py