Configurable Python random text generator. https://pypi.org/project/madeleine/
Go to file
Lucidiot bfc64bb027
TOML support, closes #4
2019-09-22 19:54:46 +02:00
madeleine TOML support, closes #4 2019-09-22 19:54: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