Skip to content

sanketsaurav/zc_common

 
 

Repository files navigation

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

About

a collection of common python utils used by ZeroCater

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%