Navigation

  • index
  • modules |
  • next |
  • Processing YAML with Python 1.1.0 documentation »
  • Processing YAML with Python(3)

Processing YAML with Python(3)¶

Introduction¶

This is an example project to show how to

  1. parse command line arguments

  2. read and process YAML files

  3. log messages

  4. unit test

  5. build using make

  6. document code

Contents¶

  • How to build the project using GNU make
  • Dependencies
  • Main
    • Module
      • main()
  • Classes
    • Employees
      • Module
        • Employees
          • Employees.dump()
          • Employees.filter_by_id()
          • Employees.filter_by_name()
          • Employees.filter_by_year()
          • Employees.get_by_id()
          • Employees.get_by_name()
          • Employees.get_by_year()
          • Employees.get_for_name_by_year()
          • Employees.get_name()
          • Employees.list_by_id()
          • Employees.list_by_name()
          • Employees.list_by_year()
          • Employees.load()
    • Test Employees
      • Module
  • Unit Tests
    • Unit Test Results
    • Unit Test Coverage
  • References

Indices and Tables¶

  • Index

  • Module Index

  • Search Page

Table of Contents

  • Processing YAML with Python(3)
    • Introduction
    • Contents
    • Indices and Tables

Next topic

How to build the project using GNU make

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • Processing YAML with Python 1.1.0 documentation »
  • Processing YAML with Python(3)
© Copyright 2014 2016 2017 Frank H Jung.