diff options
Diffstat (limited to 'textproc/py-anymarkup-core/pkg-descr')
-rw-r--r-- | textproc/py-anymarkup-core/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/py-anymarkup-core/pkg-descr b/textproc/py-anymarkup-core/pkg-descr new file mode 100644 index 000000000000..2c61a90b3939 --- /dev/null +++ b/textproc/py-anymarkup-core/pkg-descr @@ -0,0 +1,10 @@ +This is the core library that implements functionality of +https://github.com/bkabrda/anymarkup. You can install this if you only want to +use a subset of anymarkup parsers. For example, you can do this: + +$ pip install anymarkup-core PyYAML $ python -c "import anymarkup_core; +print(anymarkup_core.parse('foo: bar'))" + +... and you don't need xmltodict installed, for example. You can use anymarkup- +core in the same way you use anymarkup, except you have to import from +anymarkup_core, obviously. |