MyDBF2MySQL Code
Extract, transform, and load DBF into MySQL
Status: Inactive
Brought to you by:
andrey_polyakov
File | Date | Author | Commit |
---|---|---|---|
doc | 2010-01-07 |
![]() |
[4fb148] Organised exit codes and small fix |
man | 2010-01-07 |
![]() |
[4fb148] Organised exit codes and small fix |
src | 2010-01-07 |
![]() |
[4fb148] Organised exit codes and small fix |
.hgignore | 2009-09-03 |
![]() |
[3267c1] Added hgignore, renamed main executeable. |
AUTHORS | 2009-09-20 |
![]() |
[8ebe59] Minor changes. |
COPYING | 2009-10-03 |
![]() |
[8b4786] Changes to readme |
MANIFEST | 2010-01-07 |
![]() |
[4fb148] Organised exit codes and small fix |
README | 2010-01-07 |
![]() |
[4fb148] Organised exit codes and small fix |
setup.cfg | 2009-10-03 |
![]() |
[8b4786] Changes to readme |
setup.py | 2010-01-07 |
![]() |
[4fb148] Organised exit codes and small fix |
winbuild.py | 2009-10-04 |
![]() |
[977484] Append a TO DO to README. |
README for MyDBF2MySQL 0.8.4.3 ============================== CLI utility for transferring DBF into MySQL. Dependencies ------------ MyDBF2MySQL requres python 2.5+ to run and few libs: Ydbf 0.0.1 and MySQLdb. Distributions ------------- The source tarball is available at http://sourceforge.net/projects/mydbf2mysql/. Install ------- Firstly you have to install Ydbf and MySQLdb. And your have few ways to install MyDBF2MySQL itself: * Clone repository from http://mydbf2mysql.hg.sourceforge.net:8000/hgroot/mydbf2mysql/mydbf2mysql. And setup it from source package. * Install from OS native package, but only windows build is available at the moment. * Download a tarball, extract it and run: python setup.py install. After that just type in console mydbf2mysql and it's option. Documentation ------------- On Unix a man page is available, type: man mydbf2mysql. Also you can read pregenerated html help file in doc/ subdirectory. To Do ----- There are many things I should do: * Restructure command line options. * Improve logging facility and progress percentage output. * Organize return codes. * Improve and extend a man page. * Refactor some other stuff. Author ------ Andrey Polyakov, andrey@polyakov.name 10 Jan 2010 0:15:19