Simple Url Tool
Project description
pip install Urls34
Getting url content
import Urls34 as url
r=url.urlread("https://pypi.org")
print("r")
#or if you want a file:
import Urls34 as url
r=url.urlread("https://pypi.org",file=True,file_name="pypi")
Get response
import Urls34 as url
r=url.get_response("https://pypi.org")
print(r)
Connecting to API
import Urls34 as url
r=url.contact_api("https://covid19-update-api.herokuapp.com/api/v1")
print(r[appName])
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
Urls34-0.0.1.tar.gz
(1.9 kB
view details)
Built Distribution
File details
Details for the file Urls34-0.0.1.tar.gz
.
File metadata
- Download URL: Urls34-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 166e7e582696af40145e9f0469124567654a07c42ff291607cb7a9d8746174dd |
|
MD5 | 4ba36607cb90f32992796f12308d5f57 |
|
BLAKE2b-256 | 52f00291ed322db9fc937cc6bbd6764977374a287e682bde8c38e8b3b0c3dfc1 |
File details
Details for the file Urls34-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: Urls34-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f41c4758d599d9baa014ef34c9af1a1e3eef6fcef8793d181a3a53b660bd8d6d |
|
MD5 | 2f98eee88bffea2eb5fa290a549f3b7c |
|
BLAKE2b-256 | 02a6b87ca5294f5d2ec3ecfe781f0ad17869248cc215e42170a79a4086323191 |