
Updated pep8 requirements and fixed resulting codes to fix broken pep8 job. Updated docker image build process to use roles to ensure docker rather than using manual docker install process to fix broken ranger image job. Co-Authored-By: Jeremy Houser <jeremyhouser@protonmail.com> Co-Authored-By: Chi Lo <cl566n@att.com> Change-Id: I28df0a27e4b354dd53c17fbb1a9468cb7ff5bc16
ORM discovery readme file
This document includes the following topics
- Dev environment installation process
- Code style guide
- Python tips and tricks
Dev Environment installation process
This project is python based so you need to have python 2.7 installed before continuing
TBD
Code style guide
First of all please read two of the following documents:
After reading this please read it 3 more times
Folders
Folders names should be lowercase, if needed delimited by underscore
do:
business_logic
not
BusinessLogic