envreport


Nameenvreport JSON
Version 0.0.1.dev0 PyPI version JSON
download
home_page
Summaryenvreport: compare environments
upload_time2024-01-26 14:26:05
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT
keywords environment
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # envreport: why doesn't it work anymore??

Prepare reports on environments and report the differences between two environments.

First and foremost, envreport produces a report on an environment in a diffable format.

Inspired by [pyenvdiff](https://github.com/jnmclarty/pyenvdiff-lib), which appears to have gone unmaintained.

## Goals

The main goal is to help folks answer the question "It worked here, it didn't work there. WHY? WHAT'S DIFFERENT?!"

Design goals:

1. collect information about an environment, so that it can be easily compared with another
2. be compatible, easily distributable (a single Python script, require only standard library for _relatively_ old Python)
3. be modular, so additional sources of information can be added, as needed
4. always produce _something_, even if data collection fails

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "envreport",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Environment",
    "author": "",
    "author_email": "Min RK <benjaminrk@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/db/60d436e76b56ef68f4e02e5055f6030046475ae34664ddf6dbce47d38f2e/envreport-0.0.1.dev0.tar.gz",
    "platform": null,
    "description": "# envreport: why doesn't it work anymore??\n\nPrepare reports on environments and report the differences between two environments.\n\nFirst and foremost, envreport produces a report on an environment in a diffable format.\n\nInspired by [pyenvdiff](https://github.com/jnmclarty/pyenvdiff-lib), which appears to have gone unmaintained.\n\n## Goals\n\nThe main goal is to help folks answer the question \"It worked here, it didn't work there. WHY? WHAT'S DIFFERENT?!\"\n\nDesign goals:\n\n1. collect information about an environment, so that it can be easily compared with another\n2. be compatible, easily distributable (a single Python script, require only standard library for _relatively_ old Python)\n3. be modular, so additional sources of information can be added, as needed\n4. always produce _something_, even if data collection fails\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "envreport: compare environments",
    "version": "0.0.1.dev0",
    "project_urls": {
        "Source": "https://github.com/minrk/envreport",
        "Tracker": "https://github.com/minrk/envreport/issues"
    },
    "split_keywords": [
        "environment"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65c0022c07c8d6e44f0ce5122802ad3535f753603bbbf359174f51cbcac02a18",
                "md5": "498dacb7279f026ea53229f4d5d55f49",
                "sha256": "49c80f541a4830c67273079a85d2eed1881053070382d42289d515d3032cd4ac"
            },
            "downloads": -1,
            "filename": "envreport-0.0.1.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "498dacb7279f026ea53229f4d5d55f49",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 7779,
            "upload_time": "2024-01-26T14:26:04",
            "upload_time_iso_8601": "2024-01-26T14:26:04.615517Z",
            "url": "https://files.pythonhosted.org/packages/65/c0/022c07c8d6e44f0ce5122802ad3535f753603bbbf359174f51cbcac02a18/envreport-0.0.1.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48db60d436e76b56ef68f4e02e5055f6030046475ae34664ddf6dbce47d38f2e",
                "md5": "14efed5fc1dcd8f2a0fd18a3e1f47e90",
                "sha256": "8278fd61b5394f9ecf1b75b592bb5894d056efc98d6752a0c4033c9cd2a235d6"
            },
            "downloads": -1,
            "filename": "envreport-0.0.1.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "14efed5fc1dcd8f2a0fd18a3e1f47e90",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 15271,
            "upload_time": "2024-01-26T14:26:05",
            "upload_time_iso_8601": "2024-01-26T14:26:05.990589Z",
            "url": "https://files.pythonhosted.org/packages/48/db/60d436e76b56ef68f4e02e5055f6030046475ae34664ddf6dbce47d38f2e/envreport-0.0.1.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-26 14:26:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "minrk",
    "github_project": "envreport",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "envreport"
}
        
Elapsed time: 0.17246s