sciutil


Namesciutil JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/ArianeMora/sciutil
SummaryUtility functions for the sci* packages.
upload_time2020-10-17 11:56:42
maintainer
docs_urlNone
authorAriane Mora
requires_python>=3.6
licenseGPL3
keywords util
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # sciutil

[![codecov.io](https://codecov.io/github/ArianeMora/sciutil/coverage.svg?branch=master)](https://codecov.io/github/ArianeMora/sciutil?branch=master)
[![PyPI](https://img.shields.io/pypi/v/sciutil)](https://pypi.org/project/sciutil/)

Utility functions for my sci* packages.

## Installation
* PyPI: `pip install sciutil`

## Usage
Create an instance of SciUtil class with your chosen configs (or none for the default) and use the helper 
functions to print coloured messages, save data and generate labels.

Run `python -m sciutil` for help and list of functions.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ArianeMora/sciutil",
    "name": "sciutil",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "util",
    "author": "Ariane Mora",
    "author_email": "ariane.mora@uq.net.au",
    "download_url": "https://files.pythonhosted.org/packages/d8/20/6937636392c2324fd1d8beeee0cc5514ac231f8e3ff37860523f5aa80553/sciutil-1.0.3.tar.gz",
    "platform": "",
    "description": "# sciutil\n\n[![codecov.io](https://codecov.io/github/ArianeMora/sciutil/coverage.svg?branch=master)](https://codecov.io/github/ArianeMora/sciutil?branch=master)\n[![PyPI](https://img.shields.io/pypi/v/sciutil)](https://pypi.org/project/sciutil/)\n\nUtility functions for my sci* packages.\n\n## Installation\n* PyPI: `pip install sciutil`\n\n## Usage\nCreate an instance of SciUtil class with your chosen configs (or none for the default) and use the helper \nfunctions to print coloured messages, save data and generate labels.\n\nRun `python -m sciutil` for help and list of functions.\n\n",
    "bugtrack_url": null,
    "license": "GPL3",
    "summary": "Utility functions for the sci* packages.",
    "version": "1.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/ArianeMora/sciutil/issues",
        "Documentation": "https://github.com/ArianeMora/sciutil",
        "Homepage": "https://github.com/ArianeMora/sciutil",
        "Source Code": "https://github.com/ArianeMora/sciutil"
    },
    "split_keywords": [
        "util"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2785676796757ebeb3ea0a9ecdad2009280dd1a102dca5f7a8fb002e9314644",
                "md5": "050de49d43483893ca510cceec47fcd5",
                "sha256": "fb7fcae9f5daa9e98c845227f46763935938835bf7df73202e3c0ede69ac5ba4"
            },
            "downloads": -1,
            "filename": "sciutil-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "050de49d43483893ca510cceec47fcd5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 34186,
            "upload_time": "2020-10-17T11:56:40",
            "upload_time_iso_8601": "2020-10-17T11:56:40.492596Z",
            "url": "https://files.pythonhosted.org/packages/e2/78/5676796757ebeb3ea0a9ecdad2009280dd1a102dca5f7a8fb002e9314644/sciutil-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8206937636392c2324fd1d8beeee0cc5514ac231f8e3ff37860523f5aa80553",
                "md5": "9561f0962122e1f0cc25aa5304cee40b",
                "sha256": "40c45df886bdf7126ae3a2a4de5148c0317faded88477250683f03e05e1ca311"
            },
            "downloads": -1,
            "filename": "sciutil-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9561f0962122e1f0cc25aa5304cee40b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 17311,
            "upload_time": "2020-10-17T11:56:42",
            "upload_time_iso_8601": "2020-10-17T11:56:42.285366Z",
            "url": "https://files.pythonhosted.org/packages/d8/20/6937636392c2324fd1d8beeee0cc5514ac231f8e3ff37860523f5aa80553/sciutil-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-10-17 11:56:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ArianeMora",
    "github_project": "sciutil",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sciutil"
}
        
Elapsed time: 3.05929s