grim/local-pipelines

e5b716d5b51b
core: add helper method for splitting an env var
# Local Pipelines
Local Pipelines parses your bitbucket-pipelines.yml and runs it locally using
Docker.
This supports mercurial and git.
## Installing
You can easily install it with a simple
```
pip install -U --user local-pipelines
```
Once that's done make sure ~/.local/bin is in your $PATH.
## Running
You can run your your bitbucket-pipelines.yml from the working directory via:
```
pipelines
```
If you want to run it from another directory you can use
```
pipelines -f /path/to/bitbucket-pipelines.yml
```
## TODO
Additional environment variable support and need to investigate pipelines a bit
more to make sure everything looks the same.