Livemark has been created by the Frictionless Data team and is open for contributing for anyone who is interested. Note: We're about to migrate this guide to using livemark run
but, for now, you need to have make
command installed or use underlaying command written in Makefile.
To start working on the project clone the repository and enter its directory:
$ git clone [email protected]:frictionlessdata/livemark.git
$ cd livemark
Create a virtual environment (optional):
$ python3 -m venv .python
$ source .python/bin/activate
And install dependencies:
$ make install
We use Pytest for writing tests and Pylama for linting:
$ make test
Update the version in livemark/assets/VERSION
and run:
$ make release