{"id":15009829,"url":"https://github.com/brunocampos01/showenv","last_synced_at":"2025-10-28T13:07:26.187Z","repository":{"id":57466964,"uuid":"272325355","full_name":"brunocampos01/showenv","owner":"brunocampos01","description":"It is a tool to show detailed information about Python version, Pip version, libraries installed, O.S, and disk usage by the project.","archived":false,"fork":false,"pushed_at":"2022-01-10T23:55:05.000Z","size":53,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T19:51:31.836Z","etag":null,"topics":["cli","environment","library","pip","pypi-package","python","python-library","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/showenv/","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/brunocampos01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-15T02:37:53.000Z","updated_at":"2022-03-20T16:49:21.000Z","dependencies_parsed_at":"2022-09-19T07:52:21.098Z","dependency_job_id":null,"html_url":"https://github.com/brunocampos01/showenv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunocampos01%2Fshowenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunocampos01%2Fshowenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunocampos01%2Fshowenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunocampos01%2Fshowenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunocampos01","download_url":"https://codeload.github.com/brunocampos01/showenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248083275,"owners_count":21045071,"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":["cli","environment","library","pip","pypi-package","python","python-library","python3"],"created_at":"2024-09-24T19:28:48.822Z","updated_at":"2025-10-28T13:07:26.093Z","avatar_url":"https://github.com/brunocampos01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Show Env\nReport of Project Environment\n\n```shell script\n         __                                 \n   _____/ /_  ____ _      _____  ____ _   __\n  / ___/ __ \\/ __ \\ | /| / / _ \\/ __ \\ | / /\n (__  ) / / / /_/ / |/ |/ /  __/ / / / |/ / \n/____/_/ /_/\\____/|__/|__/\\___/_/ /_/|___/  \n                                            \n\n```\n\nIt is a tool to show detailed information of:\n- Python\n- Pip\n- Libraries\n- OS\n- Disk usage\n\n## Requirements\nThis project is tested with:\n\n| Requisite      | Version             |\n|----------------|---------------------|\n| Python         | 3.9.1               |\n| Pip            | 21.2.4              |\n| Debian distros | Ubuntu/Linux Mint   |\n\n## Install\n```shell script\npip install showenv\n```\n\n## Usage\n```shell script\ncd \u003cREPOSITORY_TO_ANALYSE\u003e\nshowenv\n```\n\n\n## Output: Report of Project Environment\n2 files generated in current project.\n\n- config_env.txt\n```\nOS:\nLinux\nDistributor ID:\tUbuntu\nDescription:\tUbuntu 19.04\nRelease:\t19.04\nCodename:\tdisco\n\nPython Version:\nPython 3.7.3\n\nPip Version:\npip 19.1.1 from $HOME/projetos/challenges/kaggle/porto-seguro-safe-driver-prediction/src/environment/venv/lib/python3.7/site-packages/pip (python 3.7)\n\nJupyter Version:\n4.4.0\n\n--------------------------------------------------\n\nDisk Usage:\n\ndata:\n383M\tdata/\n\nvirtual env:\n736M\tsrc/environment/venv/\n\nall:\n1,3G\t.\n```\n\n- struture_project.txt\n```\n.\n├── data\n│   ├── kaggle_submission.csv\n│   └── raw\n│       ├── datasets.zip\n│       ├── sample_submission.csv\n│       ├── test.csv\n│       └── train.csv\n├── LICENSE\n├── notebooks\n│   └── porto_seguro_safe_driver.ipynb\n├── README.md\n├── references\n│   └── porto-seguro-vector-logo.png\n└── src\n    └── environment\n        ├── config_env.txt\n        ├── container\n        │   └── Dockerfile\n        ├── create_requirements.sh\n        ├── create_virtual_env.sh\n        ├── __init__.py\n        ├── jupyter_notebook_config.py\n        ├── makefile\n        ├── prepare_env.py\n        ├── README.md\n        ├── requirements.txt\n        ├── show_config_env.sh\n        ├── show_struture_project.sh\n        ├── struture_project.txt\n        ├── test_environment.py\n        ├── venv\n        └── virtualenv_requirements.txt\n\n8 directories, 24 files\n```\n\n---\n\n\u003cp  align=\"center\"\u003e\n\t\u003ca href=\"mailto:brunocampos01@gmail.com\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/brunocampos01/brunocampos01/blob/main/images/email.png\" width=\"30\"\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://stackoverflow.com/users/8329698/bruno-campos\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/brunocampos01/brunocampos01/blob/main/images/stackoverflow.png\" width=\"30\"\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://www.linkedin.com/in/brunocampos01\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/brunocampos01/brunocampos01/blob/main/images/linkedin.png\" width=\"30\"\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://github.com/brunocampos01\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/brunocampos01/brunocampos01/blob/main/images/github.png\" width=\"30\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://medium.com/@brunocampos01\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/brunocampos01/brunocampos01/blob/main/images/medium.png\" width=\"30\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunocampos01%2Fshowenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunocampos01%2Fshowenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunocampos01%2Fshowenv/lists"}