https://github.com/lionirdeadman/fp-stats
Scripts for making statistics around Flathub
https://github.com/lionirdeadman/fp-stats
flathub
Last synced: 6 months ago
JSON representation
Scripts for making statistics around Flathub
- Host: GitHub
- URL: https://github.com/lionirdeadman/fp-stats
- Owner: lionirdeadman
- License: lgpl-2.1
- Created: 2021-06-08T02:41:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T01:05:49.000Z (over 3 years ago)
- Last Synced: 2025-04-01T21:11:38.815Z (7 months ago)
- Topics: flathub
- Language: Python
- Homepage:
- Size: 4.82 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fp-stats
`flathub-application-cloner.py`:This script clones all non-EOL applications on Flathub.
`flathub-runtime-information-compiler.py`:This script uses all of those repositories and compiles a JSON file which categories the runtimes and subdivides
it into their versions which contain a list of all applications using that version.`flathub-runtime-summarize.py`:This script uses the JSON produced by `flathub-runtime-information-compiler` to show a simple output of the number of applications
using each runtime`flathub-architecture-information-compiler.py`:This script uses all of those repositories and compiles a JSON file which categories the applications by their architectures.
`flathub-architecture-summarize.py`:This script uses the JSON produced by `flathub-architecture-information-compiler` to show a simple output of the number of applications
using each architecture.## Data produced by these tools
They can be found [here](https://github.com/lionirdeadman/fp-stats/tree/data)
## Code
I chose LGPLv2.1 because it seemed to me to be the most compatible *GPL license and I wanted to keep it free software so I didn't choose permissive.
I'm willing to change that if needed for a good cause.