Commit graph

2 commits

Author SHA1 Message Date
Félix Baylac-Jacqué d6bece29d5
Properly parse the Axione requests
We write a parser able to parse all the relevant eligibility data
Axione is responding to us.

We basically retrieve the data for:

- The FTTH lines.
- The stairs reference for each line.
- The building reference/status for each stairs.

We also run the codebase throught the black code formatter to make the
coding style more uniform
2021-10-17 22:26:20 +02:00
Félix Baylac-Jacqué cc5358012e
Add response parser
This parser is not extensively tested yet. We need to generate more
test cases to make sure we're not falling in any of the numerous
Python traps.
2021-10-17 22:09:50 +02:00