boxnotes2html
Convert Box's proprietary Box Notes to HTML, Markdown, or plain text
git clone
git://git.alexwennerberg.com/boxnotes2html
Log
|
Files
|
Refs
|
README
|
LICENSE
Mode
Name
Size
-rw-r--r--
.gitignore
116L
-rw-r--r--
LICENSE
21L
-rw-r--r--
MANIFEST.in
3L
-rw-r--r--
Makefile
46L
-rw-r--r--
README.md
3797B
-rw-r--r--
boxnotes2html/__init__.py
1L
-rw-r--r--
boxnotes2html/boxnote.py
316L
-rw-r--r--
boxnotes2html/cli.py
57L
-rw-r--r--
boxnotes2html/html.py
109L
-rw-r--r--
boxnotes2html/markdown.py
57L
-rw-r--r--
boxnotes2html/style.css
3L
-rw-r--r--
boxnotes2html/table.py
43L
-rw-r--r--
img/after.png
60341B
-rw-r--r--
img/before.png
47285B
-rw-r--r--
setup.cfg
10L
-rw-r--r--
setup.py
38L
-rw-r--r--
tests/fixtures/Calendar.boxnote
1L
-rw-r--r--
tests/fixtures/complex_note.boxnote
1L
-rw-r--r--
tests/fixtures/normal note.boxnote
137L
-rw-r--r--
tests/fixtures/notes.py
38L
-rw-r--r--
tests/fixtures/same-line-formatting.boxnote
83L
-rw-r--r--
tests/fixtures/simple_note.boxnote
63L
-rw-r--r--
tests/fixtures/table-aligned.boxnote
99L
-rw-r--r--
tests/fixtures/table-multiline.boxnote
117L
-rw-r--r--
tests/fixtures/table-simple.boxnote
99L
-rw-r--r--
tests/test_boxhtml.py
22L
-rw-r--r--
tests/test_boxnote.py
43L
-rw-r--r--
tests/test_cli.py
36L
-rw-r--r--
tests/test_table.py
43L
-rw-r--r--
tox.ini
8L