{"id":24297041,"url":"https://github.com/jayclassless/envrpt","last_synced_at":"2025-10-30T04:36:55.033Z","repository":{"id":57426649,"uuid":"237716930","full_name":"jayclassless/envrpt","owner":"jayclassless","description":"Analyzes the packages installed in a Python environment","archived":false,"fork":false,"pushed_at":"2022-12-11T03:44:36.000Z","size":93,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T20:46:06.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jayclassless.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-02T04:14:45.000Z","updated_at":"2022-02-05T16:07:05.000Z","dependencies_parsed_at":"2023-01-26T16:15:56.046Z","dependency_job_id":null,"html_url":"https://github.com/jayclassless/envrpt","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/jayclassless%2Fenvrpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayclassless%2Fenvrpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayclassless%2Fenvrpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayclassless%2Fenvrpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayclassless","download_url":"https://codeload.github.com/jayclassless/envrpt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242179252,"owners_count":20084940,"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":[],"created_at":"2025-01-16T19:49:59.416Z","updated_at":"2025-10-30T04:36:49.982Z","avatar_url":"https://github.com/jayclassless.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"******\nenvrpt\n******\n\n.. image:: https://img.shields.io/pypi/v/envrpt.svg\n   :target: https://pypi.org/project/envrpt\n.. image:: https://img.shields.io/pypi/l/envrpt.svg\n   :target: https://pypi.org/project/envrpt\n.. image:: https://github.com/jayclassless/envrpt/workflows/Test/badge.svg\n   :target: https://github.com/jayclassless/envrpt/actions\n\n\n.. contents:: Contents\n\n\nOverview\n--------\n``envrpt`` analyzes the packages installed in a Python environment and produces\na report of its findings. Currently, it:\n\n* Identifies and catalogs all packages installed in the environment.\n* Checks `PyPI \u003chttps://pypi.org\u003e`_ to determine if new versions of installed\n  packages are available.\n* Checks for missing and incorrect dependencies amongst the installed packages.\n* Checks installed packages against `Safety DB\n  \u003chttps://github.com/pyupio/safety-db\u003e`_ to identify those with known\n  vulnerabilities.\n\n\nUsage\n-----\nWhen installed into the environment you wish to analyze (``pip install\nenvrpt``), the ``envrpt`` command should become available::\n\n    $ envrpt --help\n    usage: envrpt [-h] [-v] [--skip-outdated-check] [--skip-vulnerability-check] [-f {console,html,html-fancy,json,markdown}]\n                  [-o FILENAME] [-s] [-p]\n\n    Analyzes the packages installed in a Python environment\n\n    optional arguments:\n      -h, --help            show this help message and exit\n      -v, --version         show program's version number and exit\n      --skip-outdated-check\n                            skips querying the package server for new versions of packages\n      --skip-vulnerability-check\n                            skips checking installed packages for known vulnerabilities\n      -f {console,html,html-fancy,json,markdown}, --format {console,html,html-fancy,json,markdown}\n                            the format to output the environment report in; if not specified, defaults to console\n      -o FILENAME, --output FILENAME\n                            the filename to write the output to; if not specified, defaults to stdout\n      -s, --summary-only    only show a summary of the environment\n      -p, --problems-only   only show packages with problems\n\n\nLicense\n-------\n``envrpt`` is released under the terms of the `MIT License\n\u003chttps://opensource.org/licenses/MIT\u003e`_. It also includes code from the\nfollowing projects:\n\n* `ashes \u003chttps://github.com/mahmoud/ashes\u003e`_\n* `Preact \u003chttps://preactjs.com\u003e`_\n* `history \u003chttps://github.com/ReactTraining/history\u003e`_\n* `Specter.css \u003chttps://picturepan2.github.io/spectre\u003e`_\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayclassless%2Fenvrpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayclassless%2Fenvrpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayclassless%2Fenvrpt/lists"}