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])
Release files for Urls34 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Urls34-0.0.1.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Urls34-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.2 kB
Release files / Urls34-0.0.1.tar.gz
| Download URL | Urls34-0.0.1.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
166e7e582696af40145e9f0469124567654a07c42ff291607cb7a9d8746174dd
|
|
BLAKE2b-256 checksum How to use checksums |
52f00291ed322db9fc937cc6bbd6764977374a287e682bde8c38e8b3b0c3dfc1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / Urls34-0.0.1-py3-none-any.whl
| Download URL | Urls34-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f41c4758d599d9baa014ef34c9af1a1e3eef6fcef8793d181a3a53b660bd8d6d
|
|
BLAKE2b-256 checksum How to use checksums |
02a6b87ca5294f5d2ec3ecfe781f0ad17869248cc215e42170a79a4086323191
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|