https://github.com/colorfulboard/revision
Static assets revisioning library.
https://github.com/colorfulboard/revision
python
Last synced: 12 days ago
JSON representation
Static assets revisioning library.
- Host: GitHub
- URL: https://github.com/colorfulboard/revision
- Owner: COLORFULBOARD
- License: mit
- Created: 2017-10-05T09:25:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T08:22:37.000Z (about 5 years ago)
- Last Synced: 2025-01-19T11:43:32.439Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage: https://pypi.python.org/pypi/revision
- Size: 66.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Revision · [](https://circleci.com/gh/COLORFULBOARD/revision)
## Client
* [revision-gcs](https://pypi.python.org/pypi/revision-gcs)
## TODO
* [ ] revision checkout command
* [ ] documentation
## Getting Started
### Installation
To install the package, simply run:
```sh
$ pip install revision
```
Or install from source:
```sh
$ make install
```
### Running Lint
```sh
$ make lint
```
### Running Tests
```sh
$ make test
```
## Usage
Revision expects a configuration file to be present in the project root.
```sh
$ revision init
```
## License
Revision is licensed under MIT License. See [LICENSE](https://github.com/COLORFULBOARD/revision/blob/master/LICENSE) for more information.