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
web_features-3.0.0.tar.gz
(9.5 kB
view details)
File details
Details for the file web_features-3.0.0.tar.gz.
File metadata
- Download URL: web_features-3.0.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03daaaa6488afb63b47d115bc5a000a1bd4fc4abd4760049612144a1556704a3
|
|
| MD5 |
cf74b1beafd7a01a60a73f20cf946a31
|
|
| BLAKE2b-256 |
597dd20a37940b7689c924b5dddd29e5ea9e62c96eea5a5c66521dfae679044e
|