File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,16 @@ The library supports the following [APIs](https://doc.navitia.io/#api-catalog):
3333| Autocomplete on geographical objects | ✅ | |
3434| Places nearby | ✅ | |
3535| Journeys | ✅ | |
36- | Isochrones | ✅ | Beta endpoint according to API response |
36+ | Isochrones | ✅ | |
3737| Route Schedules | ✅ | |
3838| Stop Schedules | ✅ | |
3939| Terminus Schedules | ✅ | |
4040| Departures | ✅ | |
4141| Arrivals | ✅ | |
42- | Line reports | ✅ | Beta endpoint according to API response |
43- | Traffic reports | ✅ | Beta endpoint according to API response |
44- | Equipment reports | ❌ | Beta service, not available to all providers |
42+ | Line reports | ✅ | |
43+ | Traffic reports | ✅ | |
44+ | Equipment reports | ✅ | Not available to all providers |
45+ | Freefloating nearby | ✅ | Not available to all providers |
4546
4647## Usage
4748
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ classifiers = [
1717 " Programming Language :: Python :: 3.12" ,
1818 " Programming Language :: Python :: 3.13" ,
1919]
20- version = " 1.2.4 "
20+ version = " 1.3.0 "
2121requires-python = " >=3.10"
2222dependencies = [
2323 " requests>=2.32, < 3" ,
You can’t perform that action at this time.
0 commit comments