]> git.phdru.name Git - sqlconvert.git/commit
Initial commit - created the project
authorOleg Broytman <phd@phdru.name>
Fri, 22 Jul 2016 16:34:14 +0000 (19:34 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 22 Jul 2016 16:34:14 +0000 (19:34 +0300)
commit16c2bcbc29f78bf54fb7ffee9577d1d88216ebbc
tree1179852b6545f526d6efbbfff9e50567e410f250
Initial commit - created the project
24 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.txt [new file with mode: 0644]
TODO [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/genapidocs [new file with mode: 0755]
docs/index.rst [new file with mode: 0644]
mk-distr [new file with mode: 0755]
mysql2sql/__init__.py [new file with mode: 0644]
mysql2sql/__version__.py [new file with mode: 0644]
publish-docs [new file with mode: 0755]
requirements.txt [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0755]
tests/Makefile [new file with mode: 0644]
tests/__init__.py [new file with mode: 0644]
tests/run_all.py [new file with mode: 0755]
tests/test_test.py [new file with mode: 0755]
update [new file with mode: 0755]