{"id":15290734,"url":"https://github.com/iampukar/npm_analyser","last_synced_at":"2025-07-25T16:33:00.299Z","repository":{"id":57446992,"uuid":"475893805","full_name":"iampukar/npm_analyser","owner":"iampukar","description":"A Python library to monitor an npm package!","archived":false,"fork":false,"pushed_at":"2022-03-30T15:06:13.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-16T14:19:16.685Z","etag":null,"topics":["npm-","npm-statistics","npm-stats","npmjs","pip-package"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/npm-analyser/1.0.0/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iampukar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-30T13:34:24.000Z","updated_at":"2022-03-31T13:35:55.000Z","dependencies_parsed_at":"2022-08-30T01:40:14.785Z","dependency_job_id":null,"html_url":"https://github.com/iampukar/npm_analyser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iampukar%2Fnpm_analyser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iampukar%2Fnpm_analyser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iampukar%2Fnpm_analyser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iampukar%2Fnpm_analyser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iampukar","download_url":"https://codeload.github.com/iampukar/npm_analyser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227598478,"owners_count":17791605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["npm-","npm-statistics","npm-stats","npmjs","pip-package"],"created_at":"2024-09-30T16:09:13.919Z","updated_at":"2024-12-01T16:46:33.354Z","avatar_url":"https://github.com/iampukar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n-----------------------------------------------------------------------------\n\nnpm_analyser is a Python library to monitor an npm package! \n\n## Package Installer \n\n    pip install npm-analyser==1.0.0\n\n## Usage\n\n    from npm_analyser import npm_analyser\n    '''\n      package_name -\u003e string npm package name.\n    '''\n    package_details = npm_analyser(package_name)\n    \n    print(package_details.package_name)\n    print(package_details.version)\n    print(package_details.weekly_downloads)\n    print(package_details.license)\n    print(package_details.last_published)\n    print(package_details.get_dev_dependencies)\n    \n**Utilities**\n\n| Name           | Description  |\n| ------------- | -----|\n| package_name | Returns the npm package name! |\n| version | Returns the npm package version! |\n| last_published | Returns the npm package last published date! |\n| total_versions | Returns the total versions of npm package! |\n| number_of_dependents | Returns the total number of dependents of the npm package! |\n| get_dev_dependencies | Returns the dev-dependencies of the npm package! |\n| weekly_downloads | Returns the weekly downloads of the npm package! |\n| license | Returns the license of the npm package! |\n| unpacked_size | Returns the unpacked size of the npm package! |\n| total_files | Returns the total files of the npm package! |\n\n## Requirements\n\nThe `requirements.txt` file has details of all Python libraries for this package, and can be installed using \n```\npip install -r requirements.txt\n```\n\n## Organization\n\n    ├── src\n    │   ├── npm_analyser\n              ├── init             \u003c- init\n              ├── npm_analyser     \u003c- package source code for npm analyser\n    ├── setup.py             \u003c- setup file \n    ├── LICENSE              \u003c- LICENSE\n    ├── README.md            \u003c- README\n    ├── CONTRIBUTING.md      \u003c- contribution\n    ├── test.py              \u003c- test cases for unit testing\n    ├── requirements.txt     \u003c- requirements file for reproducing the code package\n\n## License\n\nMIT\n\n## Contributions\n\nFor steps on code contribution, please see [CONTRIBUTING](./CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiampukar%2Fnpm_analyser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiampukar%2Fnpm_analyser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiampukar%2Fnpm_analyser/lists"}