Merge pull request #1 from open-craft/initial-implementation
Initial implementation
Showing
.gitignore
0 → 100644
.travis.yml
0 → 100644
pylintrc
0 → 100644
requirements.txt
0 → 100644
run_tests.py
0 → 100755
setup.py
0 → 100644
test-requirements.txt
0 → 100644
tests/__init__.py
0 → 100644
tests/integration/__init__.py
0 → 100644
tests/integration/test_vectordraw.py
0 → 100644
This diff is collapsed.
Click to expand it.
tests/integration/xml/custom.xml
0 → 100644
tests/integration/xml/defaults.xml
0 → 100644
tests/unit/__init__.py
0 → 100644
tests/unit/test_vectordraw.py
0 → 100644
This diff is collapsed.
Click to expand it.
vectordraw/__init__.py
0 → 100644
vectordraw/grader.py
0 → 100644
This diff is collapsed.
Click to expand it.
vectordraw/public/css/vectordraw.css
0 → 100644
vectordraw/public/css/vectordraw_edit.css
0 → 100644
vectordraw/public/js/studio_edit.js
0 → 100644
vectordraw/public/js/vectordraw.js
0 → 100644
This diff is collapsed.
Click to expand it.
vectordraw/public/js/vectordraw_edit.js
0 → 100644
This diff is collapsed.
Click to expand it.
vectordraw/templates/html/vectordraw.html
0 → 100644
This diff is collapsed.
Click to expand it.
vectordraw/templates/xml/box_incline.xml
0 → 100644
vectordraw/utils.py
0 → 100644
vectordraw/vectordraw.py
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment