Add python/markdowngfm
commit065460de1901720bc6653a06aeffdcf11cec6c51
authorYuuki Galaxy <galaxy001@gmail.com>
Fri, 23 Jul 2021 02:34:53 +0000 (23 10:34 +0800)
committerYuuki Galaxy <galaxy001@gmail.com>
Fri, 23 Jul 2021 02:34:53 +0000 (23 10:34 +0800)
treeeb52773765b7b2988162f5da34d2654dfc85462a
parent2e20ce5b364fac7d479e118d427067775ceaa3d1
Add python/markdowngfm
python/markdowngfm/.gitignore [new file with mode: 0644]
python/markdowngfm/LICENSE [new file with mode: 0644]
python/markdowngfm/MANIFEST.in [new file with mode: 0644]
python/markdowngfm/Makefile [new file with mode: 0644]
python/markdowngfm/README.md [new file with mode: 0644]
python/markdowngfm/github-markdown.css [new file with mode: 0644]
python/markdowngfm/setup.py [new file with mode: 0755]
python/markdowngfm/src/markdowngfm/__init__.py [new file with mode: 0644]
python/markdowngfm/src/markdowngfm/__version__.py [new file with mode: 0644]
python/markdowngfm/src/markdowngfm/core.py [new file with mode: 0644]
python/markdowngfm/src/markdowngfm/shell.py [new file with mode: 0755]