Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.57 KB

README.md

File metadata and controls

52 lines (42 loc) · 1.57 KB

Loglan Database Converter CLI Tool

Pylint App BlackLint Code Climate maintainability

Supporting data types

postgres database, access mdb file, prepared text files

Usage

Run your terminal app with following command:

python convert.py [-h] {postgres, access, text} from_path {postgres, access, text} to_path

Positional Arguments

  {postgres, access, text}  source type
  from_path                 source path
  {postgres, access, text}  destination type
  to_path                   destination path

Options

-h, --help            show this help message and exit

Download data from GitHub source

Supporting data types:

  • empty access database file
  • filled access database file
  • filled text files

Usage

Run your terminal app with following command:

python download.py [-h] {text, empty-mdb, filled-mdb} url to-path

Positional Arguments

  {text, empty-mdb, filled-mdb} type of downloading
  url                           URL of the file to download
  to-path                       output directory for the downloaded file

Options

  -h, --help                    show this help message and exit