revision

Static assets revisioning library.


Keywords
python
License
MIT
Install
pip install revision==0.1.1

Documentation

Revision · CircleCI

Client

TODO

  • revision checkout command
  • documentation

Getting Started

Installation

To install the package, simply run:

$ pip install revision

Or install from source:

$ make install

Running Lint

$ make lint

Running Tests

$ make test

Usage

Revision expects a configuration file to be present in the project root.

$ revision init

License

Revision is licensed under MIT License. See LICENSE for more information.