Commit 7008913
Remove Google Flights provider from OSS distribution
- Delete _vendor/google_flights.py (TLS fingerprint scraper)
- Delete providers/google.py and skyroute re-exports
- Delete test_vendor.py (Google-specific tests)
- Remove curl-cffi dependency and google-flights keyword
- Rewrite demo command to use pre-converted fixture data
- Update all test mocks from google to duffel/amadeus
- Update README: two providers (Duffel, Amadeus)
- Rename _google_flights_url to _flight_compare_url in API
- 99/99 tests passing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 244518f commit 7008913
17 files changed
Lines changed: 2349 additions & 7619 deletions
File tree
- api
- src
- opensky
- _vendor
- data
- providers
- skyroute
- _vendor
- providers
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
163 | 162 | | |
164 | 163 | | |
165 | 164 | | |
166 | | - | |
167 | 165 | | |
168 | 166 | | |
169 | 167 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments