baidu translate for free with async and proxy support
Project description
freemt-utils 


various utils for freemt
Update v.0.0.7
langcode_to_tmxcode: need (marisa-trie) and langcodes.
If you don't have VC in the system, you'll need to install a whl version of marisa-trie that can be downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#marisa-trie
Installation
pip install freemt-utils
Validate installation
python -c "import freemt_utils; print(freemt_utils.__version__)"
0.0.1
Usage
from pathlib import Path
import asyncio
from freemt_utils import save_tempfile, switch_to, httpx_get, make_url, arun, fetch_proxies, logger_level
with switch_to():
print(Path.cwd()) # home dir
print(Path.cwd()) # back to the current work directory
try:
arun(httpx_get('www.baidu.com'))
except Exception as exc:
print(exc) # InvalidURL: No scheme included in URL.
res = arun(httpx_get(make_url('www.baidu.com')))
print(res.headers)
# Headers([('bdpagetype', '1'), ('bdqid',...
logger_level('info')
res.encoding = 'UTF-8'
save_tempfile(res.text) # display res.text in the default browser
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
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 freemt-utils-0.1.1.tar.gz.
File metadata
- Download URL: freemt-utils-0.1.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc7e513a1bf238364c1b6edd60ee74626a69094cf0ee3b72c0c218d821e04ef9
|
|
| MD5 |
ca744d34b63dbedcc4ee67b6a0774855
|
|
| BLAKE2b-256 |
5cc31a25a01624af2477a09625bbe1109c60935fcf36b295e12264e77864dad1
|
File details
Details for the file freemt_utils-0.1.1-py3-none-any.whl.
File metadata
- Download URL: freemt_utils-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ac3a917ef01876394af086b7e6d6f068b9a257f2fd857338ebfe2a76767e1a6
|
|
| MD5 |
58bce570ddf9e2566eae1473b5fc5cb4
|
|
| BLAKE2b-256 |
9516e4f121b7c6cb5f747f5d89523e638b148cd809ca5dc90cfec92eb9e089a0
|