Command line utility used by Divio.


License
MIT
Install
pip install lancet==0.7.5

Documentation

Lancet

pypi build coverage

From http://en.wikipedia.org/wiki/Scalpel:

A scalpel, or lancet, is a small and extremely sharp bladed instrument used for surgery, anatomical dissection, and various arts and crafts (called a hobby knife).

Lancet is a command line utility to streamline the various activities related to the development and maintenance of a software package.

Contributing

This is a an open-source project. We'll be delighted to receive your feedback in the form of issues and pull requests.

We're grateful to all contributors who have helped create and maintain this package. Contributors are listed at the contributors section.

Documentation

See REQUIREMENTS in the setup.py file for additional dependencies:

python

Please refer to the documentation in the docs/ directory for more information or visit our online documentation.

Getting started

Once installed, set up the initial configuration by running:

lancet setup

For each not-yet-configured project, you can then run:

cd path/to/project
lancet init

This creates a new project-level configuration file that can be shared across different users (and thus commited to source control).

Running Tests

You can run tests by executing:

virtualenv env
source env/bin/activate
pip install -r lancet/test/requirements.txt
python setup.py test