Skip to content

Brightmd/yamlschema

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

yamlschema

A schema validator for YAML files

For maintainers: How to build

  1. Increment __version__ in __version.py.
  2. Update the Change Log below.
  3. Run the following:
python setup.py sdist bdist_wheel
twine upload dist/*<version>*

Change Log

0.2.1 - 2018-10-08

Fixed

  • 0.1.5 broke callers that need to pass a filename instead of an open file; now you can pass either a string or a file

0.2.0 - 2018-10-05

Added

  • validateYAML now accepts a loader parameter so that the faster CLoader parser can be used

0.1.5 - 2018-10-05

Added

  • Python 3.6+ support!

Changed

  • Uses click instead of codado.tx.Main for command-line parsing

Fixed

  • Fixed command-line tool invocation
  • Minor exception cleanup

0.1.4 - 2017-12-07

Changed

  • Fixed issues in setup.py that were preventing package build

0.1.4 - 2017-12-07

Changed

  • Fixed issues in setup.py that were preventing package build

0.1.3 - 2017-12-06

Added

  • Added jsonschema dependency to setup

0.1.2 - 2017-12-05

Changed

  • Minor stylistic updates

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages