Library for working with web-features data
Project description
web-features
Python library for working with web-features data.
This library provides tools to download and read releases of the web-features data. Unlike the npm package it does not bundle a specific version of the data in the package. Instead it provides an API for fetching specific releases from GitHub.
Once downloaded, Web Features data is parsed into pydantic models.
Getting the latest web-features data
import webfeatures
version, features = webfeatures.from_github()
Caching latest web-features data
import webfeatures
version = webfetures.download("web-features.json")
# Later
features = webfeatures.from_file("web-features.json")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file web_features-0.1.0.tar.gz.
File metadata
- Download URL: web_features-0.1.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42f0fd38ff30443650acb3bc1054cf6d95a030172af33690a58c8c2b237a46f3
|
|
| MD5 |
8754781d88b74a8a080dbfcb658d53e7
|
|
| BLAKE2b-256 |
db1bbc95a75e99e371cfcb6600b69803786e982a2d2d8cda469c4e25cc573d2f
|
File details
Details for the file web_features-0.1.0-py3-none-any.whl.
File metadata
- Download URL: web_features-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a2e43cbeb808347e20b75bbb9b6123df872f8f2445c4b1c15ce353850449b4b
|
|
| MD5 |
04ec0fdee9998eaccb1c7ffa346efab2
|
|
| BLAKE2b-256 |
a4930ba4500c432afb3768c68b34a19b7d0e4259c08a0cd4567a9567c09a828b
|