python-common-lib


Namepython-common-lib JSON
Version 1.0.13 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-08-17 18:24:51
maintainerNone
docs_urlNone
authorSzilard Nemeth
requires_python<4.0,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-commons

Run ./setup.sh to set up git pre/post push hook scripts.
Then, a similar script loaded to the environment will execute the pre/post push hook scripts: 
https://stackoverflow.com/a/3812238/1106893

For example loading this script and defining an alias like this will do the trick:
`alias gpwh="git-push-with-hooks.sh"`


## Setup of precommit

Configure precommit as described in this blogpost: https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/
Commands:
1. Install precommit: `pip install pre-commit`
2. Make sure to add pre-commit to your path. For example, on a Mac system, pre-commit is installed here: 
   `$HOME/Library/Python/3.8/bin/pre-commit`.
2. Execute `pre-commit install` to install git hooks in your `.git/` directory.

## Troubleshooting

### Installation issues
In case you're facing a similar issue:
```
An error has occurred: InvalidManifestError: 
=====> /<userhome>/.cache/pre-commit/repoBP08UH/.pre-commit-hooks.yaml does not exist
Check the log at /<userhome>/.cache/pre-commit/pre-commit.log
```
, please run: `pre-commit autoupdate`
More info here: https://github.com/pre-commit/pre-commit/issues/577
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "python-common-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Szilard Nemeth",
    "author_email": "szilard.nemeth88@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/88/0c/a9da2a6fd349ae87b86f78e5a16f810b8aec7c5ad98b18a7bac605cab14d/python_common_lib-1.0.13.tar.gz",
    "platform": null,
    "description": "# python-commons\n\nRun ./setup.sh to set up git pre/post push hook scripts.\nThen, a similar script loaded to the environment will execute the pre/post push hook scripts: \nhttps://stackoverflow.com/a/3812238/1106893\n\nFor example loading this script and defining an alias like this will do the trick:\n`alias gpwh=\"git-push-with-hooks.sh\"`\n\n\n## Setup of precommit\n\nConfigure precommit as described in this blogpost: https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/\nCommands:\n1. Install precommit: `pip install pre-commit`\n2. Make sure to add pre-commit to your path. For example, on a Mac system, pre-commit is installed here: \n   `$HOME/Library/Python/3.8/bin/pre-commit`.\n2. Execute `pre-commit install` to install git hooks in your `.git/` directory.\n\n## Troubleshooting\n\n### Installation issues\nIn case you're facing a similar issue:\n```\nAn error has occurred: InvalidManifestError: \n=====> /<userhome>/.cache/pre-commit/repoBP08UH/.pre-commit-hooks.yaml does not exist\nCheck the log at /<userhome>/.cache/pre-commit/pre-commit.log\n```\n, please run: `pre-commit autoupdate`\nMore info here: https://github.com/pre-commit/pre-commit/issues/577",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "1.0.13",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a0e96fac3948a6f64a3b91251b4ea1b9046779155d6dd34ba9c7315dbbb309e",
                "md5": "4dd5aac788b90aef2da6c5f310fbc42c",
                "sha256": "edb2e0ee822fa4cd2a247385187b675dd47ec6f745fa0d30db9eb18fbfab5122"
            },
            "downloads": -1,
            "filename": "python_common_lib-1.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4dd5aac788b90aef2da6c5f310fbc42c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 1274497,
            "upload_time": "2024-08-17T18:24:49",
            "upload_time_iso_8601": "2024-08-17T18:24:49.713419Z",
            "url": "https://files.pythonhosted.org/packages/3a/0e/96fac3948a6f64a3b91251b4ea1b9046779155d6dd34ba9c7315dbbb309e/python_common_lib-1.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "880ca9da2a6fd349ae87b86f78e5a16f810b8aec7c5ad98b18a7bac605cab14d",
                "md5": "a8126a691a93ca2b398a946ccc9341bd",
                "sha256": "e78d6ced44ad11bae4f0ab4b890f5b390e0f08b277828860809bf450e07bb46a"
            },
            "downloads": -1,
            "filename": "python_common_lib-1.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "a8126a691a93ca2b398a946ccc9341bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 1249944,
            "upload_time": "2024-08-17T18:24:51",
            "upload_time_iso_8601": "2024-08-17T18:24:51.746731Z",
            "url": "https://files.pythonhosted.org/packages/88/0c/a9da2a6fd349ae87b86f78e5a16f810b8aec7c5ad98b18a7bac605cab14d/python_common_lib-1.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-17 18:24:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-common-lib"
}
        
Elapsed time: 0.31347s