stoplight icon indicating copy to clipboard operation
stoplight copied to clipboard

Stoplight -- An Input Validation Framework for Python

Results 6 stoplight issues
Sort by recently updated
recently updated
newest added

- update for newer versions of Python - [ ] tox tests need newer versions - [ ] can no longer import `Sequence from collections`, need to migrate to a...

bug
enhancement
help wanted

Python 3.3 was dropped from official support by Python end of September 2017. We should be able to safely drop our testing against it now too.

help wanted

Adding `stoplight` to another project, and it seems it would be good to do one of the following: 1. Have stoplight provide some built-in validators 2. Provide an add-on library...

enhancement
help wanted

Some of the dependencies have changed and it's good practice to pin them; requires.io provides a nice travis-ci like solution for detecting when dependencies change and then submitting PRs to...

enhancement

Currently, the tests are in one file and are a bit of a mess. The tests should be broken into different files.

enhancement
help wanted

You mention in the README providing tests for the validation functions. It would be helpful to have some examples of the tests documented so that people know the proper way...

enhancement
help wanted