Age | Commit message (Collapse) | Author | Files | Lines |
|
I took this opportunity to remove the 'json' in requires since it was
breaking things.
|
|
This release brings JSON import and export support.
|
|
|
|
setup.py wasn't being included, preventing distros from easily building
it. Whoops.
|
|
|
|
|
|
Also tweaked the export command to report correctly.
|
|
Currently the import command will only accept YAML files, but is ready
for expansion to other formats as needed.
|
|
|
|
|
|
|
|
This commit is huge, but contains everything needed for a "proper" build
system built on pytest + tox and a CLI built with click.
For now, this branch will contain all new vgstash development activity
until it reaches feature parity with master.
The CLI is installed to pip's PATH. Only the 'init', 'add', and 'list'
commands work, with only two filters. This is pre-alpha software, and is
therefore not stable yet.
|