A Python library to monitor PyPi packages!
Project description
Overview
pypi_analyser is a Python library to monitor PyPi packages!
Package Installer
pip install pypi-analyser
Usage
from pypi_analyser import pypi_analyser
'''
package_name -> string pypi package name.
'''
package_name = 'pandas'
package_details = pypi_analyser(package_name)
print(package_details.package_name)
print(package_details.latest_version)
print(package_details.license)
print(package_details.homepage)
print(package_details.stars)
print(package_details.forks)
print(package_details.dependency_count)
print(package_details.dependencies)
Utilities
| Name | Description |
|---|---|
| package_name | Returns the pypi package name! |
| description | Returns the description of pypi package! |
| latest_version | Returns the latest version of pypi package! |
| released | Returns the released date of the pypi package! |
| latest_release | Returns the latest release date of pypi package! |
| license | Returns the license of the pypi package! |
| author | Returns the author of the pypi package! |
| maintainer | Returns the maintainer of the pypi package! |
| homepage | Returns the homepage of the pypi package! |
| repository | Returns the repository of the pypi package! |
| dependency_count | Returns the unique dependency count of the pypi package! |
| dependencies | Returns the list of dependendencies for the pypi package! |
| stars | Returns the github stars count of the pypi package! |
| forks | Returns the github forks count of the pypi package! |
Requirements
The requirements.txt file has details of all Python libraries for this package, and can be installed using
pip install -r requirements.txt
Organization
├── src
│ ├── pypi_analyser
├── init <- init
├── pypi_analyser <- package source code for pypi analyser
├── setup.py <- setup file
├── LICENSE <- LICENSE
├── README.md <- README
├── CONTRIBUTING.md <- contribution
├── test.py <- test cases for unit testing
├── requirements.txt <- requirements file for reproducing the code package
License
MIT
Contributions
For steps on code contribution, please see CONTRIBUTING.
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
pypi_analyser-1.0.0.tar.gz
(4.0 kB
view details)
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 pypi_analyser-1.0.0.tar.gz.
File metadata
- Download URL: pypi_analyser-1.0.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15720c65f2b93dba8bb9f2959d788219c50b9a47c120c3d55ae468f261759e0d
|
|
| MD5 |
1f3da8ea883e0fd8b32fe1ce92efc036
|
|
| BLAKE2b-256 |
2494c8cc44cbc927722f19c012463b3af878983c76e172b1b9ecd5ae91954543
|
File details
Details for the file pypi_analyser-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pypi_analyser-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e649927968ce7467b0dce8be5c51a3356aba9800b94f1ec2dd2bf3b1fc096bda
|
|
| MD5 |
1a548a2330bda1b019a2c831000522ac
|
|
| BLAKE2b-256 |
caad9d8151cea02980a91f6c8203ec92d2f934acee0b71f6294c04e624954a5c
|