hepbasestack


Namehepbasestack JSON
Version 0.1.8 PyPI version JSON
download
home_pagehttps://github.com/achim1/hepbasestack
SummaryCollection of tools/snippets useful for working with the python data analysis stack. Provides logging, matplotlibstyles, etc.
upload_time2024-07-04 18:21:29
maintainerNone
docs_urlNone
authorAchim Stoessl
requires_python>=3.6.0
licenseGPL
keywords logging utils hep particle physicshelpers visualization
VCS
bugtrack_url
requirements numpy tqdm matplotlib seaborn
Travis-CI
coveralls test coverage
            

A collection of (hopefully) useful tools:

* logging facility

* pre-set matplotlib styles

* reasonable matplotlib figure sizes

* a list slicer

* ipython notebook detector

...


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/achim1/hepbasestack",
    "name": "hepbasestack",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6.0",
    "maintainer_email": null,
    "keywords": "logging, utils, hep, particle physicshelpers, visualization",
    "author": "Achim Stoessl",
    "author_email": "achim.stoessl@gmail.com",
    "download_url": "https://github.com/achim1/hepbasestack/archive/v0.1.8.tar.gz",
    "platform": "Ubuntu 20.04",
    "description": "\n\nA collection of (hopefully) useful tools:\n\n* logging facility\n\n* pre-set matplotlib styles\n\n* reasonable matplotlib figure sizes\n\n* a list slicer\n\n* ipython notebook detector\n\n...\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Collection of tools/snippets useful for working with the python data analysis stack. Provides logging, matplotlibstyles, etc.",
    "version": "0.1.8",
    "project_urls": {
        "Download": "https://github.com/achim1/hepbasestack/archive/v0.1.8.tar.gz",
        "Homepage": "https://github.com/achim1/hepbasestack"
    },
    "split_keywords": [
        "logging",
        " utils",
        " hep",
        " particle physicshelpers",
        " visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08b50bd4533ba6f7a8a6742a97c2f83b2132013eb9df15a9ddda2a477e187f2a",
                "md5": "a0faf5dc1dad7e4451cf74bea10ac8ad",
                "sha256": "c06c1655e6dbd4f97acfd691836b0c815caa804119633c9f54965b70cc28b7d6"
            },
            "downloads": -1,
            "filename": "hepbasestack-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a0faf5dc1dad7e4451cf74bea10ac8ad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.0",
            "size": 23403,
            "upload_time": "2024-07-04T18:21:29",
            "upload_time_iso_8601": "2024-07-04T18:21:29.957997Z",
            "url": "https://files.pythonhosted.org/packages/08/b5/0bd4533ba6f7a8a6742a97c2f83b2132013eb9df15a9ddda2a477e187f2a/hepbasestack-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-04 18:21:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "achim1",
    "github_project": "hepbasestack",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.18.4"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.46"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.2.1"
                ]
            ]
        },
        {
            "name": "seaborn",
            "specs": [
                [
                    ">=",
                    "0.10.1"
                ]
            ]
        }
    ],
    "lcname": "hepbasestack"
}
        
Elapsed time: 0.30914s