Skip to content

jonhiggs/input_algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Input Algorithms

Thin DSL for creating yaml specifications.

image

Why the name?

I got the inspiration from the movie Transcendence when a character says something to the effect of "We could do this if we had better input algorithms".

Installation

Use pip!:

pip install input_algorithms

Or if you're developing it:

pip install -e .
pip install -e ".[tests]"

Tests

To run the tests in this project, just use the helpful script:

./test.sh

Or run tox:

tox

About

Thin DSL for specifying yaml specifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%