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.
Release files for solvusoft 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| solvusoft-0.1.2.tar.gz | 4.5 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| solvusoft-0.1.2-py3.7.egg | Legacy Egg format | - | - | Details |
| solvusoft-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.4 kB
Release files / solvusoft-0.1.2.tar.gz
| Download URL | solvusoft-0.1.2.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6d94a1b22f7a96dbfb1fc41c5694e2b34d96cd91a7849cd0cbe139b36bbf39dd
|
|
BLAKE2b-256 checksum How to use checksums |
683ff7219c7c817ef03c1d7d794ea3a5adacfb6750ec268459feb347f6277ca3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / solvusoft-0.1.2-py3.7.egg
| Download URL | solvusoft-0.1.2-py3.7.egg |
|---|---|
| Size | 10.1 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
ce055651d6b4d509316ba7ceb7697d3768fac016097fec50182b7a97cb3fe0e9
|
|
BLAKE2b-256 checksum How to use checksums |
db0191b3ce239854d5f3d75646d7526ba9e92a98bd80f664c9282b6dd3dce36d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / solvusoft-0.1.2-py3-none-any.whl
| Download URL | solvusoft-0.1.2-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d2fb15b9f1670dc890cc8c71489337f5800bd5c6ad661c58b0612e8497226ae0
|
|
BLAKE2b-256 checksum How to use checksums |
66bff742f23aeedce1eb238f3f71edacf6815f3323a0f0300ab9e13c5d3d87f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|