{"id":13411320,"url":"https://github.com/theOehrly/Fast-F1","last_synced_at":"2025-03-14T17:30:41.937Z","repository":{"id":37408684,"uuid":"256720232","full_name":"theOehrly/Fast-F1","owner":"theOehrly","description":"FastF1 is a python package for accessing and analyzing Formula 1 results, schedules, timing data and telemetry","archived":false,"fork":false,"pushed_at":"2025-03-05T20:58:40.000Z","size":15588,"stargazers_count":2689,"open_issues_count":29,"forks_count":284,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-03-10T14:11:24.867Z","etag":null,"topics":["datascience","formula1","motorsport"],"latest_commit_sha":null,"homepage":"https://docs.fastf1.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theOehrly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["theOehrly"],"custom":["https://www.buymeacoffee.com/fastf1"]}},"created_at":"2020-04-18T10:00:31.000Z","updated_at":"2025-03-10T09:06:15.000Z","dependencies_parsed_at":"2023-02-09T02:46:00.347Z","dependency_job_id":"8047ab27-b234-4a6b-b319-9425073ef6df","html_url":"https://github.com/theOehrly/Fast-F1","commit_stats":{"total_commits":779,"total_committers":37,"mean_commits":"21.054054054054053","dds":0.4351732991014121,"last_synced_commit":"0fabc0688fd8c5583f2061946aeca26078aa1255"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theOehrly%2FFast-F1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theOehrly%2FFast-F1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theOehrly%2FFast-F1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theOehrly%2FFast-F1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theOehrly","download_url":"https://codeload.github.com/theOehrly/Fast-F1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243618598,"owners_count":20320264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datascience","formula1","motorsport"],"created_at":"2024-07-30T20:01:12.897Z","updated_at":"2025-03-14T17:30:41.929Z","avatar_url":"https://github.com/theOehrly.png","language":"Python","funding_links":["https://github.com/sponsors/theOehrly","https://www.buymeacoffee.com/fastf1"],"categories":["Python","Telemetry \u0026 Data Analysis","Free","Python程序","Formula 1"],"sub_categories":["Formula 1","Other","资源传输下载","APIs and Libraries"],"readme":"# FastF1\n\nFastF1 is a python package for accessing and analyzing Formula 1 results,\nschedules, timing data and telemetry.\n\n![](docs/_static/readme.png \"banner\")\n\n\n## Main Features\n\n- Access to F1 timing data, telemetry, sessions results and more\n- Full support for the Ergast compatible [jolpica-f1](https://github.com/jolpica/jolpica-f1/blob/main/docs/README.md) API to access current and\n  historical F1 data\n- All data is provided in the form of extended Pandas DataFrames to make\n  working with the data easy while having powerful tools available\n- Adds custom functions to the Pandas objects specifically to make working\n  with F1 data quick and simple\n- Integration with Matplotlib to facilitate data visualization\n- Implements caching for all API requests to speed up your scripts\n\n\n## Installation\n\nIt is recommended to install FastF1 using `pip`:\n\n```commandline\npip install fastf1\n```\n\nAlternatively, a wheel or a source distribution can be downloaded from Pypi.\n\nYou can also install using `conda`:\n\n```commandline\nconda install -c conda-forge fastf1\n```\n\n#### Installation in Pyodide, JupyterLite and other WASM-based environments\n\nFastF1 should be mostly compatible with Pyodide and other WASM-based \nenvironments, although this is not extensively tested. Currently, the \ninstallation and usage require some additional steps. You can find more \ninformation and a guide in\n[this external repository](https://github.com/f1datajunkie/jupyterlite-fastf1)\nand the discussion in [this issue](https://github.com/theOehrly/Fast-F1/issues/667).\n\n### Third-party packages\n\n- R package that wraps FastF1: https://cran.r-project.org/package=f1dataR\n\nThird-party packages are not directly related to the FastF1 project. Questions \nand suggestions regarding these packages need to be directed at their \nrespective maintainers.\n\n## Documentation\n\nThe official documentation can be found here:\n[docs.fastf1.dev](https://docs.fastf1.dev)\n\n\n## Supporting the Project\n\nIf you want to support the continuous development of FastF1, you can sponsor me\non GitHub or buy me a coffee.\n\nhttps://github.com/sponsors/theOehrly\n\n\u003ca href=\"https://www.buymeacoffee.com/fastf1\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n\n\n## Notice\n\nFastF1 and this website are unofficial and are not associated in any way with\nthe Formula 1 companies. F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD\nCHAMPIONSHIP, GRAND PRIX and related marks are trade marks of Formula One\nLicensing B.V.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FtheOehrly%2FFast-F1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FtheOehrly%2FFast-F1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FtheOehrly%2FFast-F1/lists"}