Skip to content

Shashank-Shet/XOdia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XOdia

This repository is intended to maintain the backend for the project, instead of having to redesign it every year for Credenz and CTD. Also to make improvements to the system and make it robust, easily reusable.

Style Guide

Python

  1. 4 Spaces for indentation, no tabs.
  2. Unix line endings only.
  3. Lines must not exceed 80 characters in length.
  4. Use pylint for linting.