Solvusoft Library
Project description
Solvusoft Lib
Solvusoft(solvusoft.com)
Solvusoft provides a number of databases with extensions, companies and applications.We use the Requests engine and the BeautifulSoup engine to extract content, clean data, and get tuple data.
Install
pip install solvusoftlib
Extensions Data
Extension Interface in solvusoftlib.extensions
from solvusoftlib import extensions
print(extensions.get_extension_details(str(
"html"
)))
('The HTML File Extension has one primary file type, Hypertext Markup Language File format, and can be opened with seventeen distinctive software programs, with the dominant related application developed by Microsoft Corporation(Microsoft Notepad software).
HTML files are categorized ordinarily as Web Files.
File Extension HTML files have been identified on both desktop and mobile devices.
They are fully or partially supported by Windows, Mac, and Linux.HTML files have a "Low" Popularity Rating;
this means that they are not present on most devices.
Interested to learn more about the HTML File Extension? We encourage you to view the detailed file information below to learn about the software that opens HTML files, and other troubleshooting tips.', 'Hypertext Markup Language File', [['Microsoft Notepad', 'Microsoft Corporation'], ['Internet Explorer', 'Microsoft Corporation'], ['Mozilla Firefox', 'Mozilla'], ['Google Chrome', 'Google'], ['Opera', 'Opera Software'], ['Microsoft Edge', 'Microsoft Corporation'], ['Adobe Dreamweaver', 'Adobe Systems Incorporated'], ['Apple Safari', 'Apple'], ['AbiWord', 'Open Source'], ['<a href="/en/file-extensions/software/open-source/notepad2/">Notepad2', 'Open Source'], ['WeBuilder', 'Blumentals Software'], ['Visual Studio Code', 'Microsoft Corporation'], ['Textastic Code Editor', 'Alexander Blach'], ['Amaya', 'Open Source'], ['KompoZer', 'Open Source'], ['SCREEM', 'David A Knight']])
If Can't Find , Return None
Like This:
from solvusoftlib import extensions
print(extensions.get_extension_details(str(
"qwerty"
)))
None
Use Other Language
Use Chinese, Like This
from solvusoftlib import extensions
print(extensions.get_extension_details(str("html"), str("zh-cn")))
Use Japanese Like This:
from solvusoftlib import extensions
print(extensions.get_extension_details(str("html"), str("jp")))
If use a invalid lang, like this.
from solvusoftlib import extensions
print(extensions.get_extension_details(str("html"), str("qwety")))
None
Very occasionally (such as making a lot of calls or using a computer with a virus), using a valid call statement also returns None because inside the function when the HTTP return code is Not 200 (OK), 304 (cache) returns None, including 404 (Not Found), 500 (Server Error), and 403(Forbidden)
Company Data
Company Data in solvusoftlib.company
from solvusoftlib import company
print(company.get_company_details(str('kingsoft')))
('Kingsoft is a Chinese software company founded in 1989 by Pak Kwan Kau. Aside from developing the WPS, Kingsoft is also an Internet service provider, created a mobile internet subsidiary (Cheetah) and security software products.', ['Kingsoft Office', 'Kingsoft Presentation', 'Kingsoft Writer', 'WPS Office'])
Usage similar to above
Application Data
from solvusoftlib import application
print(application.get_application_details(str('kingsoft'), str('wps-office')))
There is no guarantee that the set language results will be correct.
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 Distributions
File details
Details for the file solvusoft-0.1.2.tar.gz
.
File metadata
- Download URL: solvusoft-0.1.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d94a1b22f7a96dbfb1fc41c5694e2b34d96cd91a7849cd0cbe139b36bbf39dd |
|
MD5 | b2997e7a48c99991e638767cdcd0d2e7 |
|
BLAKE2b-256 | 683ff7219c7c817ef03c1d7d794ea3a5adacfb6750ec268459feb347f6277ca3 |
File details
Details for the file solvusoft-0.1.2-py3.7.egg
.
File metadata
- Download URL: solvusoft-0.1.2-py3.7.egg
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce055651d6b4d509316ba7ceb7697d3768fac016097fec50182b7a97cb3fe0e9 |
|
MD5 | 1fe9c8c5327b8960647665e1e5a49944 |
|
BLAKE2b-256 | db0191b3ce239854d5f3d75646d7526ba9e92a98bd80f664c9282b6dd3dce36d |
File details
Details for the file solvusoft-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: solvusoft-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2fb15b9f1670dc890cc8c71489337f5800bd5c6ad661c58b0612e8497226ae0 |
|
MD5 | fbc0df01e91d938366d4f4bb8270640b |
|
BLAKE2b-256 | 66bff742f23aeedce1eb238f3f71edacf6815f3323a0f0300ab9e13c5d3d87f6 |