Skip to content

chloequinto/SSW_555_Project

Repository files navigation

SSW 555 Project

Introduction

This is a project for SSW-555 (Agile Methods for Software Development). This application is a command line program written in Python which takes in GEDCOM files, parses them, then stores and returns the data in neat tables.

Repo Organization

.
├── README.md
├── TeamXXReport.xlsx
├── __\ init\ __.py
├── data
│   ├── FifteenSibling.ged
│   ├── Orphan.ged
│   ├── Sprint1.ged
│   ├── Sprint2.ged
│   ├── Sprint3.ged
│   ├── input.ged
│   ├── inputForTest_MW.ged
│   ├── inputGed5.ged
│   ├── inputRZ1.ged
│   ├── inputRZ2.ged
│   ├── input_1.ged
│   ├── input_2.ged
│   ├── input_3.ged
│   ├── input_4.ged
│   ├── input_6.ged
│   ├── input_7.ged
│   ├── input_8.ged
│   ├── input_MW.ged
│   ├── input_Matt2.ged
│   ├── input_RakUS04.ged
│   ├── input_RakUS05.ged
│   └── input_RakUS05_2.ged
├── output.txt
├── package
│   ├── __\ init\ __.py
│   └── userStories
│       ├── __\ init\ __.py
│       ├── us01.py
│       ├── us02.py
│       ├── us03.py
│       ├── us04.py
│       ├── us05.py
│       ├── us06.py
│       ├── us07.py
│       ├── us08.py
│       ├── us09.py
│       ├── us10.py
│       ├── us12.py
│       ├── us14.py
│       ├── us15.py
│       ├── us16.py
│       ├── us18.py
│       ├── us21.py
│       ├── us22.py
│       ├── us26.py
│       ├── us28.py
│       ├── us29.py
│       ├── us30.py
│       ├── us31.py
│       ├── us32.py
│       ├── us33.py
│       ├── us35.py
│       ├── us36.py
│       ├── us38.py
│       ├── us40.py
│       ├── us41.py
│       └── us42.py
├── readGed.py
└── unit_test.py

Authors

Rakshak Kumar
Chloe Quinto
Mengyuan Wang
Matthew Wisnewski
Renjie Zhou

Running and Installation

  1. Clone or download the repo
  2. Run readGed.py
  3. In terminal write results > output.txt for results

About

Repo for SSW 555 Agile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages