big-utils


Namebig-utils JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://bitbucket.org/pgolec/big-utils
SummaryA collection of utilities used across multiple BIG projects
upload_time2023-12-10 19:18:16
maintainer
docs_urlNone
authorPatrick Golec
requires_python>=3.9.1, <4
licenseMIT License
keywords big common shared utilities helpers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A collection of useful utilities shared a cross a number of [Bits In Glass](https://www.bitsinglass.com) projects.

### What is this repository for? ###

This repository a collection of useful, common utilities used over and over again in a number of 
[BIG](https://www.bitsinglass.com) projects.

This is a library to be included in other projects.

### How do I get set up? ###

Dependencies should be installed automatically (they are listed in the `setup.py` file), but here is the `pip` 
command for those who like to do things manually:

    pip install --upgrade pyjwt wheel toml PyYAML dacite

To run the unit tests, you will need additional dependencies:

    pip install --upgrade pytest pytest-mock

Alternatively, run those commands from the project root directory:

    pip install --upgrade -r requirements.txt
    pip install --upgrade -r test-requirements.txt

To run unit tests (using `pytest`), execute the following command from the project root directory:

    pytest -v tests/*

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/pgolec/big-utils",
    "name": "big-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.1, <4",
    "maintainer_email": "",
    "keywords": "BIG common shared utilities helpers",
    "author": "Patrick Golec",
    "author_email": "patrick.golec@bitsinglass.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/a0/835b42010eb65217a6406e5f9ec5df19e1aaf5141b09c52bbffdcdbe87d3/big-utils-0.1.6.tar.gz",
    "platform": null,
    "description": "A collection of useful utilities shared a cross a number of [Bits In Glass](https://www.bitsinglass.com) projects.\n\n### What is this repository for? ###\n\nThis repository a collection of useful, common utilities used over and over again in a number of \n[BIG](https://www.bitsinglass.com) projects.\n\nThis is a library to be included in other projects.\n\n### How do I get set up? ###\n\nDependencies should be installed automatically (they are listed in the `setup.py` file), but here is the `pip` \ncommand for those who like to do things manually:\n\n    pip install --upgrade pyjwt wheel toml PyYAML dacite\n\nTo run the unit tests, you will need additional dependencies:\n\n    pip install --upgrade pytest pytest-mock\n\nAlternatively, run those commands from the project root directory:\n\n    pip install --upgrade -r requirements.txt\n    pip install --upgrade -r test-requirements.txt\n\nTo run unit tests (using `pytest`), execute the following command from the project root directory:\n\n    pytest -v tests/*\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A collection of utilities used across multiple BIG projects",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://bitbucket.org/pgolec/big-utils",
        "Source": "https://bitbucket.org/pgolec/big-utils/src",
        "Wiki": "https://bitbucket.org/pgolec/big-utils/wiki"
    },
    "split_keywords": [
        "big",
        "common",
        "shared",
        "utilities",
        "helpers"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd1b0c9fb0f781106f799a4b2c7d2a049765119e94235c802007c46b12ac52ca",
                "md5": "eb2825f6191d5e89805c02c0209adfc8",
                "sha256": "c6dab2bba8c3f465147618f90db6f9c9e6dc5b66aef3c5cc353f02de2b34e974"
            },
            "downloads": -1,
            "filename": "big_utils-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eb2825f6191d5e89805c02c0209adfc8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.1, <4",
            "size": 9605,
            "upload_time": "2023-12-10T19:18:14",
            "upload_time_iso_8601": "2023-12-10T19:18:14.954566Z",
            "url": "https://files.pythonhosted.org/packages/dd/1b/0c9fb0f781106f799a4b2c7d2a049765119e94235c802007c46b12ac52ca/big_utils-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fa0835b42010eb65217a6406e5f9ec5df19e1aaf5141b09c52bbffdcdbe87d3",
                "md5": "b21448f46f33456ddf7ed9cb06b8ef4c",
                "sha256": "3ea8411f38ab1cbaa072d00b481b6be629bfcb28aa150a5bb3674d425758da0b"
            },
            "downloads": -1,
            "filename": "big-utils-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "b21448f46f33456ddf7ed9cb06b8ef4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.1, <4",
            "size": 16906,
            "upload_time": "2023-12-10T19:18:16",
            "upload_time_iso_8601": "2023-12-10T19:18:16.783950Z",
            "url": "https://files.pythonhosted.org/packages/8f/a0/835b42010eb65217a6406e5f9ec5df19e1aaf5141b09c52bbffdcdbe87d3/big-utils-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-10 19:18:16",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "pgolec",
    "bitbucket_project": "big-utils",
    "lcname": "big-utils"
}
        
Elapsed time: 0.15212s