Go to file
2014-10-30 13:49:31 -04:00
.gitignore Initial commit 2014-10-30 13:41:49 -04:00
glue.py support named args 2014-10-30 13:49:31 -04:00
LICENSE Initial commit 2014-10-30 13:41:49 -04:00
README.md support named args 2014-10-30 13:49:31 -04:00

How to use Glue

>>> from glue import glue
>>> print glue("any","number","of","things","together")
any number of things together

>>> print glue("any","number","of","things","together",where="anywhere")
any number of things together anywhere