opencepk-lib-python-common


Nameopencepk-lib-python-common JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryCommon Python opencepk packages.
upload_time2024-07-05 18:28:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseGPLv3
keywords find replace string file pre-commit hook git tool utility opencepk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # opencepk-lib-python-common

Common Python packages

## Sample use case:

````

repos:

  - repo: https://github.com/opencepk/opencepk-lib-python-common
    rev: v0.0.5
    hooks:
      - id: python-pypi-version-check  # this is the id we refer to in precommit.hook
        name: Check version
        description: python-pypi-version-check
        args: ['./pyproject.toml']
        entry: python-pypi-version-check
        language: system
        pass_filenames: false  # Do not pass filenames to the hook (this is important to keep)

  - repo: https://github.com/opencepk/opencepk-lib-python-common
    rev: v0.0.5
    hooks:
    - id: find-and-replace-strings  # this is the id we refer to in precommit.hook
      name: find-and-replace-strings
      description: Find and replace strings
      entry: find-and-replace-strings
      language: python
      pass_filenames: true
      exclude_types:
        - binary
      files: '.*\.md$'
      verbose: true

      ```

````

## Find and Replace strings

  [find and replace strings documentation](./opencepk_lib_python_common/find_and_replace_strings_package/README.md)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opencepk-lib-python-common",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "find, replace, string, file, pre-commit, hook, git, tool, utility, opencepk",
    "author": null,
    "author_email": "OpenCEPK Open Cloud Engineering Platform Kit <opencepk@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6d/fa/d12213e14074c7c572afb4adf8db529f997139897ea52e947fb313ca026a/opencepk_lib_python_common-1.2.0.tar.gz",
    "platform": null,
    "description": "# opencepk-lib-python-common\n\nCommon Python packages\n\n## Sample use case:\n\n````\n\nrepos:\n\n  - repo: https://github.com/opencepk/opencepk-lib-python-common\n    rev: v0.0.5\n    hooks:\n      - id: python-pypi-version-check  # this is the id we refer to in precommit.hook\n        name: Check version\n        description: python-pypi-version-check\n        args: ['./pyproject.toml']\n        entry: python-pypi-version-check\n        language: system\n        pass_filenames: false  # Do not pass filenames to the hook (this is important to keep)\n\n  - repo: https://github.com/opencepk/opencepk-lib-python-common\n    rev: v0.0.5\n    hooks:\n    - id: find-and-replace-strings  # this is the id we refer to in precommit.hook\n      name: find-and-replace-strings\n      description: Find and replace strings\n      entry: find-and-replace-strings\n      language: python\n      pass_filenames: true\n      exclude_types:\n        - binary\n      files: '.*\\.md$'\n      verbose: true\n\n      ```\n\n````\n\n## Find and Replace strings\n\n  [find and replace strings documentation](./opencepk_lib_python_common/find_and_replace_strings_package/README.md)\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Common Python opencepk packages.",
    "version": "1.2.0",
    "project_urls": null,
    "split_keywords": [
        "find",
        " replace",
        " string",
        " file",
        " pre-commit",
        " hook",
        " git",
        " tool",
        " utility",
        " opencepk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40fab0694c89e226d4eb27ae781f2ef8d10caa66e38df5c3831f982208bef17a",
                "md5": "97533b79f81faec690428b1a34427efb",
                "sha256": "473783657ec33d784dd9d2f980255b7abefd3cee7ec5b0e4595a1adedf2344a5"
            },
            "downloads": -1,
            "filename": "opencepk_lib_python_common-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "97533b79f81faec690428b1a34427efb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 20981,
            "upload_time": "2024-07-05T18:28:30",
            "upload_time_iso_8601": "2024-07-05T18:28:30.489573Z",
            "url": "https://files.pythonhosted.org/packages/40/fa/b0694c89e226d4eb27ae781f2ef8d10caa66e38df5c3831f982208bef17a/opencepk_lib_python_common-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6dfad12213e14074c7c572afb4adf8db529f997139897ea52e947fb313ca026a",
                "md5": "618cd0e2acd7c5286eaaf7ac719b04bc",
                "sha256": "f7ec1ca7acf66a9ad33974db9f86be354735970e53548d3dc28e548f58df1ca1"
            },
            "downloads": -1,
            "filename": "opencepk_lib_python_common-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "618cd0e2acd7c5286eaaf7ac719b04bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 19090,
            "upload_time": "2024-07-05T18:28:32",
            "upload_time_iso_8601": "2024-07-05T18:28:32.067815Z",
            "url": "https://files.pythonhosted.org/packages/6d/fa/d12213e14074c7c572afb4adf8db529f997139897ea52e947fb313ca026a/opencepk_lib_python_common-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-05 18:28:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "opencepk-lib-python-common"
}
        
Elapsed time: 0.84260s