https://github.com/remram44/filesdb
File database for package managers
https://github.com/remram44/filesdb
api database files package-manager pip pypi python
Last synced: about 2 months ago
JSON representation
File database for package managers
- Host: GitHub
- URL: https://github.com/remram44/filesdb
- Owner: remram44
- License: mit
- Created: 2019-01-02T15:06:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T00:12:43.000Z (about 2 years ago)
- Last Synced: 2025-03-10T20:16:16.295Z (about 2 months ago)
- Topics: api, database, files, package-manager, pip, pypi, python
- Language: Python
- Homepage: https://filesdb.remram.fr/
- Size: 221 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
FilesDB
=======This is a database of files from package managers. Similar to apt-file etc, it allows you to list files in packages, find a package providing a file, or search from a file hash.
Currently PyPI is supported.
# Web API
The database is available via a Web API at `https://filesdb.remram.fr/`. Try for example:
* [`/pypi/reprozip/files`](https://filesdb.remram.fr/pypi/reprozip/files)
* [`/files/sha256/1c354a2b5e634641c3cc7c2cb9d49a1e1b93a1b28e99ceb5bb51d2c48010e961`](https://filesdb.remram.fr/files/sha256/1c354a2b5e634641c3cc7c2cb9d49a1e1b93a1b28e99ceb5bb51d2c48010e961)
* [`/files/prefix/reprounzip/unpackers/vagrant`](https://filesdb.remram.fr/files/prefix/reprounzip/unpackers/vagrant)
* [`/python/import/sklearn`](https://filesdb.remram.fr/python/import/sklearn)# Data
You can also download the whole data (compressed SQLite3 database): https://f004.backblazeb2.com/file/rr4-files/filesdb.sqlite3.zst