Library for access files
Project description
lib_archive_18
lib_archive_18 это библиотека Python для получения информации с сайта
Установка из PyPI
pip install lib_archive_18
Использование репозитория GitHub
git clone https://github.com/YuranIgnatenko/lib_archive_18.git
cd lib_archive_18
pip install .
Пример использования
import lib_archive_18.parser as lib
url = lib.URL_GAME
parser = lib.Parser(url)
print(parser.get_count_all_files())
print(parser.get_count_pages())
print(parser.get_files(2))
for file in parser.get_files_iterator(10,2):
print(file)
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
lib_archive_18-1.0.tar.gz
(2.5 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 lib_archive_18-1.0.tar.gz.
File metadata
- Download URL: lib_archive_18-1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0a44873c504f20c6f22c181914b02198f53c1c910309055e0e73c7d325468a9
|
|
| MD5 |
9cb9aa09a48a008137acd77e697707f9
|
|
| BLAKE2b-256 |
25f922610587af3559df543dd378850a52f4c6c938920aa10c27dad486e81197
|
File details
Details for the file lib_archive_18-1.0-py3-none-any.whl.
File metadata
- Download URL: lib_archive_18-1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e82131378e65ca68cf12a75ecd98b84c47c3fa9ef157b9a998ab5c365877dbc
|
|
| MD5 |
4a8747dcd81898212dedd294f8bdfe60
|
|
| BLAKE2b-256 |
53ebc51cfba92b0659ebb86f3de12fbfae4134fa751cd0392f5e5f64b1efe65e
|