ranger/orm/services/region_manager
Nicholas Jones 7667a7b9af Fix pep8 errors
Fixes existing pep8 errors and reenables the corresponding tox rules

Change-Id: I4168a90c40173e4c35c9d75030cd592ace657508
2017-08-07 15:46:47 -05:00
..
cover initial commit 2017-07-27 09:14:42 -05:00
htmlcov initial commit 2017-07-27 09:14:42 -05:00
public initial commit 2017-07-27 09:14:42 -05:00
rms Fix pep8 errors 2017-08-07 15:46:47 -05:00
rms_mock Fix pep8 errors 2017-08-07 15:46:47 -05:00
scripts initial commit 2017-07-27 09:14:42 -05:00
swagger Replace IP Addresses with placeholders 2017-07-27 11:12:34 -05:00
__init__.py initial commit 2017-07-27 09:14:42 -05:00
config.py initial commit 2017-07-27 09:14:42 -05:00
csv2db.py Fix pep8 errors 2017-08-07 15:46:47 -05:00
MANIFEST.in initial commit 2017-07-27 09:14:42 -05:00
readme.md initial commit 2017-07-27 09:14:42 -05:00
revert_csv2db.py Fix pep8 errors 2017-08-07 15:46:47 -05:00
rms.conf initial commit 2017-07-27 09:14:42 -05:00
rms.wsgi initial commit 2017-07-27 09:14:42 -05:00
tox.ini initial commit 2017-07-27 09:14:42 -05:00

ORM discovery readme file

This document includes the following topics

  1. Dev environment installation process
  2. Code style guide
  3. 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:

  1. Pythons PEP8
  2. Openstack hacking

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

Python tips and tricks

test header