Configurable Python random text generator. https://pypi.org/project/madeleine/
Go to file
Lucidiot c3ebaae00b
Add empty test module to fix CI
2019-09-30 21:48:46 +02:00
madeleine Add str, repr and IPython's pretty repr, close #7 2019-09-30 21:27:53 +02:00
tests Add empty test module to fix CI 2019-09-30 21:48:46 +02:00
.gitignore Package setup 2019-09-16 10:53:23 +02:00
.gitlab-ci.yml Package setup 2019-09-16 10:53:23 +02:00
LICENSE Package setup 2019-09-16 10:53:23 +02:00
README.rst Package setup 2019-09-16 10:53:23 +02:00
VERSION Package setup 2019-09-16 10:53:23 +02:00
requirements-dev.txt Package setup 2019-09-16 10:53:23 +02:00
requirements.txt TOML support, closes #4 2019-09-22 19:54:46 +02:00
setup.cfg Package setup 2019-09-16 10:53:23 +02:00
setup.py TOML support, closes #4 2019-09-22 19:54:46 +02:00

README.rst

madeleine

Generate random text in Python using configuration files. Browse documentation

TODO

  • Documentation
  • Unit tests
  • Static typing
  • Examples
  • Custom probabilities on oneOf and pick
  • TOML support