No project description provided
Project description
Articulo
Tiny library for html articles parcing.
Usage
Basic usage
from articulo import Articulo
# Step 1: initializing Articulo instance
article = Articulo('https://info.cern.ch/')
# Step 2: getting article properties. All properties resolves lazily.
print(article.title) # title property returns article title as a string
print(article.text) # text property returns article content as a string
print(article.markup) # markup property returns article content as an html markup string
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
articulo-0.1.1.tar.gz
(15.5 kB
view details)
Built Distribution
articulo-0.1.1-py3-none-any.whl
(16.4 kB
view details)
File details
Details for the file articulo-0.1.1.tar.gz
.
File metadata
- Download URL: articulo-0.1.1.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.9 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd3f6325254655206da4cad5c24635c7b2e2dd87db4f4e36c722624bcae0c43d |
|
MD5 | 09a857127593015acb846fcc4b508821 |
|
BLAKE2b-256 | cac5354cce875e09403dfa585ba793ec160609b7e8959b715a9dc00a1368a152 |
File details
Details for the file articulo-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: articulo-0.1.1-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.9 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cebe978bbddcf085b07f4a7b870f35a2cd43948ead4b30e07ea47cc917acbd01 |
|
MD5 | 698cab5c78c89d508f7d0414674d805e |
|
BLAKE2b-256 | c54b21b4a288b10c4e9d6a56586545ac011e752ee5bc711b66634fdce0bb1ebb |