NpmSearch - Python 2 Edition
_Usage_
The NPMListener class was designed to continously monitor a search term on npm and react to any changes after querying at a set interval. that idea was shelved and put into the main app. so please extend this class as you see fit.
from npmsearch2.main import NPMListener
npm_search = NPMListener
-add this to the header anywhere
search_results = npm_search.search_file(“yourqueryhere”)
-returns a list of search results of package names that match the string
package_details = npm_search.lookup_project(“actual-package-name”)
-returns a large dict of all the package details of one package or http 404 error if not found. -use try and except to handle this.
__PREVIOUSE 2to3 CONVERSIONS HAVE FAILED - please the python3 flavour instead called: npmsearch3.__
Release files for NpmSearch2 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| NpmSearch2-1.0.tar.gz | 1.8 kB | Details |
Release files / NpmSearch2-1.0.tar.gz
| Download URL | NpmSearch2-1.0.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f8275990ef1dcd3511ef45aa5ba4afe15fd9273630c88ea363789ebc6dc15fae
|
|
BLAKE2b-256 checksum How to use checksums |
ac39b70a956eb9d11a5822b3ee8a29bd36adc91edcf4a5c115e9a938c35202fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |