├── README.md ├── dbf.README ├── dbf.WHATSNEW ├── dbf.py ├── dbf_test.py ├── index.py ├── make.bat └── setup.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongriley/python-dbase/HEAD/README.md -------------------------------------------------------------------------------- /dbf.README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongriley/python-dbase/HEAD/dbf.README -------------------------------------------------------------------------------- /dbf.WHATSNEW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongriley/python-dbase/HEAD/dbf.WHATSNEW -------------------------------------------------------------------------------- /dbf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongriley/python-dbase/HEAD/dbf.py -------------------------------------------------------------------------------- /dbf_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongriley/python-dbase/HEAD/dbf_test.py -------------------------------------------------------------------------------- /index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongriley/python-dbase/HEAD/index.py -------------------------------------------------------------------------------- /make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongriley/python-dbase/HEAD/make.bat -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongriley/python-dbase/HEAD/setup.py --------------------------------------------------------------------------------