Skip to content

PTMahlangu/Python-API-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Python CLI program that filter API data by Start date and end date:

Installation

Use the package manager pip to install dependencies.

pip3 install -r requirements.txt

To Run

If there is no flags/command arguments passed all the data will be used

python3 app.py 2022-01-11 2022-01-14

Output example

by passing the flags/command arguments when running the CLI command, you filter date and have the graph visualise data for the range that is specified selected.

To Test

  • To run logic unittests:
python3 -m unittest unit_test/test_logic.py
  • To run networking layer unittests:
python3 -m unittest unit_test/test_api.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages