Get Started¶
Get NPM Package Stats and Info from the command line or as a Python module.
If you run into any issues or have any questions, support is available.
Install¶
From PyPI: https://pypi.org/p/npmstat
From GitHub using pip.
From Source using pip.
Uninstall.
Usage¶
- From the command line run.
View the CLI Documentation for more details.
- Or as a Python module.
from npmstat import api
downloads = api.get_downloads("@cssnr/vitepress-swiper")
print(downloads.json())
View the Module Documentation for more details.
Question
If you need help getting started or run into any issues, support is available!
