pygav


Namepygav JSON
Version 0.2.3 PyPI version JSON
download
home_page
SummaryUseful stuff
upload_time2023-08-23 16:48:11
maintainer
docs_urlNone
authorNikos Gavalas
requires_python>=3.8
licenseDO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO.
keywords utilities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![tests status](https://github.com/nikosgavalas/pygav/actions/workflows/main.yml/badge.svg)

Some random python stuff I find useful.

To run tests: Install `pytest` and run `pytest`.

<!-- How to publish this package (notes to my future self):
1. make sure you have `build` and `twine` installed
2. `python -m build`
3. `twine check dist/*`
4. `twine upload -r testpypi dist/*`
5. check everything is fine on testpypi
6. `twine upload dist/*` -->

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pygav",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "utilities",
    "author": "Nikos Gavalas",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d4/56/e5ed69302dd4f666cba571955945b4418566370fb894076a4081b99d1ef8/pygav-0.2.3.tar.gz",
    "platform": null,
    "description": "![tests status](https://github.com/nikosgavalas/pygav/actions/workflows/main.yml/badge.svg)\n\nSome random python stuff I find useful.\n\nTo run tests: Install `pytest` and run `pytest`.\n\n<!-- How to publish this package (notes to my future self):\n1. make sure you have `build` and `twine` installed\n2. `python -m build`\n3. `twine check dist/*`\n4. `twine upload -r testpypi dist/*`\n5. check everything is fine on testpypi\n6. `twine upload dist/*` -->\n",
    "bugtrack_url": null,
    "license": "DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004  Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>  Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION  0. You just DO WHAT THE FUCK YOU WANT TO. ",
    "summary": "Useful stuff",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/nikosgavalas/pygav"
    },
    "split_keywords": [
        "utilities"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "002c354252d6542c24cb134b166b7acb757a1b5d602ee7b6b0454e13632af123",
                "md5": "ec3e8bdd8369c326f140516f7cd9a06a",
                "sha256": "f7874e065ca281debc956e59cc5f0b9e8005949ffcce186d3ddd85eda8043a89"
            },
            "downloads": -1,
            "filename": "pygav-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec3e8bdd8369c326f140516f7cd9a06a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3732,
            "upload_time": "2023-08-23T16:48:09",
            "upload_time_iso_8601": "2023-08-23T16:48:09.483000Z",
            "url": "https://files.pythonhosted.org/packages/00/2c/354252d6542c24cb134b166b7acb757a1b5d602ee7b6b0454e13632af123/pygav-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d456e5ed69302dd4f666cba571955945b4418566370fb894076a4081b99d1ef8",
                "md5": "faa203e357891e3cef6aae42e70d449b",
                "sha256": "a4679d8b726fe763be77dcbd38056279c04448bc51d668a0ae4c55930ddfa650"
            },
            "downloads": -1,
            "filename": "pygav-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "faa203e357891e3cef6aae42e70d449b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3361,
            "upload_time": "2023-08-23T16:48:11",
            "upload_time_iso_8601": "2023-08-23T16:48:11.969499Z",
            "url": "https://files.pythonhosted.org/packages/d4/56/e5ed69302dd4f666cba571955945b4418566370fb894076a4081b99d1ef8/pygav-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-23 16:48:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nikosgavalas",
    "github_project": "pygav",
    "github_not_found": true,
    "lcname": "pygav"
}
        
Elapsed time: 0.20811s