Skip to content

ericmoritz/python-manifestor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-manifestor

A simple project manifest tool

Usage

Usage: manifestor
  manifestor get <fields>...


Options:

  -h --help  Show help for command

Fields:

A field is a JSON Pointer to a schema.org short name.

Commands:

  • get: returns a YAML document of the pointers requested. Returns non-zero if any fields are missing

Example

features/fixtures/manifest.yaml:

@context:
  @vocab: http://schema.org/

name: test-fixture
author:
  name: Eric
$ cat features/fixtures/manifest.yaml | manifestor get /name /author/name /softwareVersion
/softwareVersion: null
/author/name: Eric
/name: test-fixture
$ echo $?
1

About

A simple project manifest tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published