Anna's Archive unofficial client based on web scrapping
Project description
annas-py
Anna's Archive unofficial client library based on web scrapping
Usage
Install by running:
pip install annas-py
Usage example:
import annas_py
results = annas_py.search("python", language=annas_py.models.args.Language.EN)
for r in results:
print(r.title)
information = annas_py.get_informations(results[0].id)
print("Title:", information.title)
print("Description:", information.description)
print("Links:", information.urls)
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
annas_py-0.1.0.tar.gz
(5.1 kB
view details)
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 annas_py-0.1.0.tar.gz.
File metadata
- Download URL: annas_py-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.2 Linux/6.1.0-12-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
591994e871b5f1cb7accd8b7a02fc358eefa3e7bd5a00cfb9ae3022f36f4e49e
|
|
| MD5 |
d7e26f5fedd26007bc1adf74554e84e8
|
|
| BLAKE2b-256 |
00b38773ab49fa5d525b771ee7398ae9f76df1d2925cb87b72801c3948bd0591
|
File details
Details for the file annas_py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: annas_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.2 Linux/6.1.0-12-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c4277f6382755513188053fbfaae1dbbd73fbbfdef466788fedd9807c3ea80a
|
|
| MD5 |
4e9fdca220bb224577bb2ba529c64b4d
|
|
| BLAKE2b-256 |
2d3c9147866bc7e2a6fb90cd7e916162cdd803c20729a116af44c80e86e441a6
|