{"id":13421739,"url":"https://github.com/skylines-project/skylines","last_synced_at":"2025-05-15T14:04:34.588Z","repository":{"id":2114408,"uuid":"3056468","full_name":"skylines-project/skylines","owner":"skylines-project","description":"Live tracking, flight database and competition framework","archived":false,"fork":false,"pushed_at":"2025-05-09T12:33:47.000Z","size":46585,"stargazers_count":399,"open_issues_count":158,"forks_count":103,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-05-09T13:49:34.980Z","etag":null,"topics":["ember","gliding","paragliding","python","skylines","xcsoar"],"latest_commit_sha":null,"homepage":"https://skylines.aero/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skylines-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":"skylines","ko_fi":null,"tidelift":null,"custom":"https://paypal.me/tobiasbieniek"}},"created_at":"2011-12-27T12:33:23.000Z","updated_at":"2025-04-21T20:47:00.000Z","dependencies_parsed_at":"2024-03-01T21:24:41.449Z","dependency_job_id":"5eff11ca-d74e-4bb4-af2d-af073c8c25ff","html_url":"https://github.com/skylines-project/skylines","commit_stats":{"total_commits":7155,"total_committers":61,"mean_commits":"117.29508196721312","dds":0.6939203354297694,"last_synced_commit":"3fb737972a046e86c366e549de288a3f325b0040"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylines-project%2Fskylines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylines-project%2Fskylines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylines-project%2Fskylines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylines-project%2Fskylines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skylines-project","download_url":"https://codeload.github.com/skylines-project/skylines/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253738231,"owners_count":21956167,"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":["ember","gliding","paragliding","python","skylines","xcsoar"],"created_at":"2024-07-30T23:00:29.278Z","updated_at":"2025-05-15T14:04:34.568Z","avatar_url":"https://github.com/skylines-project.png","language":"Python","readme":"# SkyLines\n\n*SkyLines* is a web platform where pilots can share their flights with others\nafter, or even during flight via live tracking.  *SkyLines* is a sort of social\nnetwork for pilots including rankings, statistics and other interesting\nfeatures.  Most of all *SkyLines* is truly open in all regards compared to\nother similar platforms.\n\n*SkyLines* has started development in 2012 as a spin-off from the popular\n[XCSoar](http://www.xcsoar.org/) glide computer. Internally *SkyLines* is still\nsharing some code with XCSoar in the algorithmic areas and is providing the\nbase for XCSoar's live tracking functionalities.\n\n*SkyLines* is far from finished yet, but it has been running in production for\nquite some time now. You can reach the official server at\n\u003chttp://www.skylines.aero\u003e.\n\nBuild Status: [![Build Status](https://travis-ci.org/skylines-project/skylines.png?branch=master)](https://travis-ci.org/skylines-project/skylines)\n\n## Getting the source\n\nThe *SkyLines* source code is managed with [git](http://www.git-scm.com/).\nIt can be downloaded with the following command:\n\n    $ git clone git://github.com/skylines-project/skylines.git\n\nFor more information, please refer to the [git documentation](http://git-scm.com/documentation).\n\n## Installation and Setup\n\n*SkyLines* is based on Python and depends on the following major components:\n\n* [PostgreSQL](http://www.postgresql.org/) database with\n  [PostGIS 2.x](http://www.postgis.net/) extension\n* [Flask](http://flask.pocoo.org/) web application microframework for Python\n* [SQLAlchemy](http://www.sqlalchemy.org/) ORM framework with\n  [GeoAlchemy 2](https://geoalchemy-2.readthedocs.org) extension\n* [gevent](http://www.gevent.org/) coroutine-based network library for Python (used for\n  the live tracking server)\n\nThe process of installing these components and setting up a server for local\ndevelopment is described in the [INSTALL.md](INSTALL.md) file.\n\n## Contact and Contributing\n\nYou read about news on [Facebook](https://www.facebook.com/skylines.project) and\n[Twitter](https://twitter.com/skylinesproject). If you want to talk to us directly\njoin our [Slack](https://skylines-slack.herokuapp.com/) community.\n\nBugs and feature request can be submitted here on\n[GitHub](https://github.com/skylines-project/skylines/issues). New ideas can\nalso be discussed in the\n[Wiki](https://github.com/skylines-project/skylines/wiki) first.\n\nPatches should be submitted using the\n[Pull Request](https://github.com/skylines-project/skylines/pulls) system of\nGitHub because of the integration with\n[TravisCI](https://travis-ci.org/skylines-project/skylines).\n\nHere are a few guidelines for creating patches:\n\n- patches should be self-contained\n- patches should be self-documenting  \n  (add a good description on what is changed, and why you are changing it)\n- write one patch for one change\n\n## License\n\n    SkyLines - the free internet platform for sharing flights\n    Copyright (C) 2012-2019  The SkyLines Team (see AUTHORS.md)\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n\n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\nYou can find the full license text in the [LICENSE](LICENSE) file.\n","funding_links":["https://opencollective.com/skylines","https://paypal.me/tobiasbieniek"],"categories":["Projects","Python","Built with Flask","介绍"],"sub_categories":["Open Source Projects"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskylines-project%2Fskylines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskylines-project%2Fskylines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskylines-project%2Fskylines/lists"}