{"id":15536507,"url":"https://github.com/turbo87/aerofiles","last_synced_at":"2025-04-04T22:09:11.688Z","repository":{"id":12671220,"uuid":"15343213","full_name":"Turbo87/aerofiles","owner":"Turbo87","description":"waypoint, task, tracklog readers and writers for aviation","archived":false,"fork":false,"pushed_at":"2025-03-26T02:51:15.000Z","size":3346,"stargazers_count":49,"open_issues_count":13,"forks_count":25,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T03:30:27.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://aerofiles.readthedocs.org/","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/Turbo87.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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":"Turbo87","custom":"https://paypal.me/tobiasbieniek"}},"created_at":"2013-12-20T16:36:39.000Z","updated_at":"2025-03-07T20:45:52.000Z","dependencies_parsed_at":"2023-12-28T03:12:04.875Z","dependency_job_id":"909ffd9a-046e-4412-b032-b30de0698b87","html_url":"https://github.com/Turbo87/aerofiles","commit_stats":{"total_commits":504,"total_committers":20,"mean_commits":25.2,"dds":"0.43452380952380953","last_synced_commit":"537863798dedbced9c9248b63a74011e81a508b2"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turbo87%2Faerofiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turbo87%2Faerofiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turbo87%2Faerofiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turbo87%2Faerofiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Turbo87","download_url":"https://codeload.github.com/Turbo87/aerofiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256115,"owners_count":20909240,"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":[],"created_at":"2024-10-02T11:52:14.140Z","updated_at":"2025-04-04T22:09:11.669Z","avatar_url":"https://github.com/Turbo87.png","language":"Python","funding_links":["https://github.com/sponsors/Turbo87","https://paypal.me/tobiasbieniek"],"categories":[],"sub_categories":[],"readme":"|aerofiles|\n===========\n\n**waypoint, task, tracklog readers and writers for aviation**\n\nThis is a python library to read and write many important file formats\nfor aviation. It is compatible with python 3.0 (and newer) and\n2.6. Please read the documentation under\nhttps://aerofiles.readthedocs.io for further information.\n\n.. image:: ../../actions/workflows/ci.yml/badge.svg\n   :target: ../../actions/workflows/ci.yml\n   :alt: Build Status\n\nFeatures\n--------\n\n-  `Flarm \u003chttp://flarm.com/\u003e`_ configuration file writer\n   (``aerofiles.flarmcfg``)\n-  `IGC \u003chttps://www.fai.org/commission/igc\u003e`_ file reader and writer (``aerofiles.igc``)\n-  `OpenAir \u003chttp://www.winpilot.com/UsersGuide/UserAirspace.asp\u003e`_ file\n   reader and writer (``aerofiles.openair``)\n-  `SeeYou \u003chttp://www.naviter.com/products/seeyou/\u003e`_ CUP file reader and\n   writer (``aerofiles.seeyou``)\n-  `WELT2000 \u003chttp://www.segelflug.de/vereine/welt2000/\u003e`_ file reader\n   (``aerofiles.welt2000``)\n-  `XCSoar \u003chttp://www.xcsoar.org\u003e`_ task file writer (``aerofiles.xcsoar``)\n\nDevelopment Environment\n-----------------------\n\nIf you want to work on aerofiles you should install the necessary dependencies\nusing pip, preferably in a virtual environment::\n\n    $ python -m venv .env\n    $ source .env/bin/activate\n    $ pip install -r requirements-dev.txt\n\nYou can run the testsuite with::\n\n    $ make test\n\nIf you close the current shell, the virtual python environment will\nalso be deactivated. To continue working in the environment and using\nthe installed requirements, you must use this again::\n  \n    $ source .env/bin/activate\n\nBuilding Docs\n-------------\n\nMake sure that you have checked out git submodules::\n\n    $ git submodule update --init\n\nThen build docs using Sphinx and Make::\n\n   $ make doc\n\nThe HTML output can be found in the `docs/_build/html` directory.\n\nLicense\n-------\n\nThis code is published under the MIT license. See the\n`LICENSE \u003chttps://github.com/Turbo87/aerofiles/blob/master/LICENSE\u003e`__ file\nfor the full text.\n\nHow to release\n--------------\n\nMake sure, that all succeed::\n\n $ make test\n $ make doc-test\n\nEnsure CHANGELOG.rst is up to date including the (next) version\nnumber. Also check, that (next) version number is included in\nsetup.py.\n\nUse browser with https://github.com/Turbo87/aerofiles/releases and\n\"Draft a new release\". Use \"Choose a tag\" to create a new tag\nfollowing the structure \"v1.2.1\". The release title should be\n\"aerofiles v1.2.1\". Use text from CHANGELOG.rst to describe this\nrelease.\n\nFinally use \"Set as the latest release\" and publish release.\n\nThen go to https://readthedocs.org/projects/aerofiles/ and hit\n\"Build-Version\" to update the documentation from github.com.\n\n.. |aerofiles| image:: https://github.com/Turbo87/aerofiles/raw/master/img/logo.png\n    :alt: aerofiles\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbo87%2Faerofiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbo87%2Faerofiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbo87%2Faerofiles/lists"}