Skip to content

Instantly share code, notes, and snippets.

@RoySegall
Created February 29, 2020 06:26
Show Gist options
  • Save RoySegall/38059788cdf23145bc9ccfe37572bf43 to your computer and use it in GitHub Desktop.
Save RoySegall/38059788cdf23145bc9ccfe37572bf43 to your computer and use it in GitHub Desktop.
.
├── LICENSE
├── README.md
├── processor
│   ├── Dockerfile
│   ├── cli.log
│   ├── completions.log
│   ├── missing_files.py
│   └── src
│   ├── __init__.py
│   ├── app
│   │   ├── __init__.py
│   │   ├── app.py
│   │   ├── cli.py
│   │   ├── columns_mapping.py
│   │   ├── columns_mapping_prepare.py
│   │   ├── config.py
│   │   ├── excel_adapter.py
│   │   ├── exceptions.py
│   │   ├── files
│   │   ├── logger.py
│   │   ├── main.py
│   │   ├── mongodb.py
│   │   ├── parser.py
│   │   ├── push_to_atlas.py
│   │   ├── requirements.txt
│   │   ├── resources.py
│   │   ├── tests
│   │   └── translator.py
│   ├── columns_mapping_prepare.xlsx
│   └── uwsgi.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment