#Assignment 1
- Fork this repository
- Clone the fork onto your local dev
- Create a script, that parses db files in data directory
- Show information from all accounts ACT100 to ACT900 on the console
- Create another script to parse data in dnac_devices.json
- For each device, show the following: id, type, family, softwareType, managementIpAddress
- Capture a screenshot of the output
- Push changes to your fork
Notes:
- Each script should have it's own commit. There can be more than two commits.
- Create a branch named assignment1 to solve this problem and push commits to it.
- Unit Tests are mandatory (TDD is recommended)