cyberjake


Namecyberjake JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Cyb3r-Jak3/common-python
SummaryCommon code used in my programs
upload_time2023-03-18 16:51:59
maintainer
docs_urlNone
authorCyber_Jake
requires_python
licenseMPL 2.0
keywords common cyb3rjak3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python common

[![Documentation Status](https://readthedocs.org/projects/cyb3rjak3-common/badge/?version=latest)](https://common-py.docs.jwhite.network/en/latest/?badge=latest) [![Python Checking](https://github.com/Cyb3r-Jak3/common-python/actions/workflows/python.yml/badge.svg)](https://github.com/Cyb3r-Jak3/common-python/actions/workflows/python.yml)

This is common python code that I use between my programs. I also have [common-go](https://github.com/Cyb3r-Jak3/common-go) for common go code.
Documentation is available via [readthedocs](https://common-py.docs.jwhite.network)

To make this smaller there are no requirements but certain functions will require other modules and will raise ModuleNotFoundError if a function is used


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Cyb3r-Jak3/common-python",
    "name": "cyberjake",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "common,cyb3rjak3",
    "author": "Cyber_Jake",
    "author_email": "git@cyberjake.xyz",
    "download_url": "https://files.pythonhosted.org/packages/0a/9d/3c83553536e936da98b75566c893e7d5a0b2a08ff090b570df05dcbf98ae/cyberjake-0.1.0.tar.gz",
    "platform": null,
    "description": "# Python common\n\n[![Documentation Status](https://readthedocs.org/projects/cyb3rjak3-common/badge/?version=latest)](https://common-py.docs.jwhite.network/en/latest/?badge=latest) [![Python Checking](https://github.com/Cyb3r-Jak3/common-python/actions/workflows/python.yml/badge.svg)](https://github.com/Cyb3r-Jak3/common-python/actions/workflows/python.yml)\n\nThis is common python code that I use between my programs. I also have [common-go](https://github.com/Cyb3r-Jak3/common-go) for common go code.\nDocumentation is available via [readthedocs](https://common-py.docs.jwhite.network)\n\nTo make this smaller there are no requirements but certain functions will require other modules and will raise ModuleNotFoundError if a function is used\n\n",
    "bugtrack_url": null,
    "license": "MPL 2.0",
    "summary": "Common code used in my programs",
    "version": "0.1.0",
    "split_keywords": [
        "common",
        "cyb3rjak3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "371da0b760615f31ea3d837f04254c1b186ab48ae52a797b8e1d2f41325e0448",
                "md5": "5e82b55287866e6b4b78fe0710a167c1",
                "sha256": "6014af8eb27ef3681a79384f88a2615ad57ca9613f98d890d26a5a090891c35c"
            },
            "downloads": -1,
            "filename": "cyberjake-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e82b55287866e6b4b78fe0710a167c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12895,
            "upload_time": "2023-03-18T16:51:58",
            "upload_time_iso_8601": "2023-03-18T16:51:58.031648Z",
            "url": "https://files.pythonhosted.org/packages/37/1d/a0b760615f31ea3d837f04254c1b186ab48ae52a797b8e1d2f41325e0448/cyberjake-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a9d3c83553536e936da98b75566c893e7d5a0b2a08ff090b570df05dcbf98ae",
                "md5": "5101dc4114c92c83a07b44701bb26ec5",
                "sha256": "2537d91b40f2d4b7be8d8c1d56b800e51e7f625c4746eebf06fe9a01269f5cc3"
            },
            "downloads": -1,
            "filename": "cyberjake-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5101dc4114c92c83a07b44701bb26ec5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11856,
            "upload_time": "2023-03-18T16:51:59",
            "upload_time_iso_8601": "2023-03-18T16:51:59.250812Z",
            "url": "https://files.pythonhosted.org/packages/0a/9d/3c83553536e936da98b75566c893e7d5a0b2a08ff090b570df05dcbf98ae/cyberjake-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-18 16:51:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Cyb3r-Jak3",
    "github_project": "common-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cyberjake"
}
        
Elapsed time: 0.04617s