square-commons


Namesquare-commons JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://github.com/thepmsquare/square_commons
Summaryhelper module containing common functions for all my python modules.
upload_time2025-02-13 22:27:30
maintainerNone
docs_urlNone
authorthePmSquare
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # square_commons

## about

helper module containing common functions for all my python modules.

## installation

```shell
pip install square_commons
```

## usage

[reference](./usage)

## env

- python>=3.12.0

## changelog

### v1.5.0

- new dependencies: pytest, pytest-mock.
- added pytest test cases.
- add github workflow for auto test on commit.

### v1.4.1

- update default param for same_site to strict in api_utils -> create_cookie.

### v1.4.0

- add api_utils -> create_cookie.

### v1.3.0

- update api_utils -> make_request_json_output to send files as well.

### v1.2.0

- added make_request_json_output in api_utils.

### v1.1.0

- added api_utils with get_api_output_in_standard_format.

### v1.0.0

- initial version with config reading methods.

## Feedback is appreciated. Thank you!


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thepmsquare/square_commons",
    "name": "square-commons",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "thePmSquare",
    "author_email": "thepmsquare@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/66/a533f8056131b6a2b80f1dbf4f830ede1760c59359e0b827e2b32a259c92/square_commons-1.5.0.tar.gz",
    "platform": null,
    "description": "# square_commons\n\n## about\n\nhelper module containing common functions for all my python modules.\n\n## installation\n\n```shell\npip install square_commons\n```\n\n## usage\n\n[reference](./usage)\n\n## env\n\n- python>=3.12.0\n\n## changelog\n\n### v1.5.0\n\n- new dependencies: pytest, pytest-mock.\n- added pytest test cases.\n- add github workflow for auto test on commit.\n\n### v1.4.1\n\n- update default param for same_site to strict in api_utils -> create_cookie.\n\n### v1.4.0\n\n- add api_utils -> create_cookie.\n\n### v1.3.0\n\n- update api_utils -> make_request_json_output to send files as well.\n\n### v1.2.0\n\n- added make_request_json_output in api_utils.\n\n### v1.1.0\n\n- added api_utils with get_api_output_in_standard_format.\n\n### v1.0.0\n\n- initial version with config reading methods.\n\n## Feedback is appreciated. Thank you!\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "helper module containing common functions for all my python modules.",
    "version": "1.5.0",
    "project_urls": {
        "Homepage": "https://github.com/thepmsquare/square_commons"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32d58540aba190ad7c1c6240ec00e9dd754ee8b3f4b482f4a6a79a054e605915",
                "md5": "f2876926e9ead94ab60f0c076bd4237f",
                "sha256": "8243b2227460a267cd54939ec0d441f8fbe5e0a7ed1c8b15a0922f1e1925134a"
            },
            "downloads": -1,
            "filename": "square_commons-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2876926e9ead94ab60f0c076bd4237f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3908,
            "upload_time": "2025-02-13T22:27:29",
            "upload_time_iso_8601": "2025-02-13T22:27:29.280738Z",
            "url": "https://files.pythonhosted.org/packages/32/d5/8540aba190ad7c1c6240ec00e9dd754ee8b3f4b482f4a6a79a054e605915/square_commons-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e66a533f8056131b6a2b80f1dbf4f830ede1760c59359e0b827e2b32a259c92",
                "md5": "4d7761c8bed5e995c660bdc3c5b82a72",
                "sha256": "b30fd127bf787cd1b9b9695a3dbf693a70f20f5e38509b0b6188ea18ad5395aa"
            },
            "downloads": -1,
            "filename": "square_commons-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4d7761c8bed5e995c660bdc3c5b82a72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3324,
            "upload_time": "2025-02-13T22:27:30",
            "upload_time_iso_8601": "2025-02-13T22:27:30.825690Z",
            "url": "https://files.pythonhosted.org/packages/4e/66/a533f8056131b6a2b80f1dbf4f830ede1760c59359e0b827e2b32a259c92/square_commons-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-13 22:27:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thepmsquare",
    "github_project": "square_commons",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "square-commons"
}
        
Elapsed time: 0.44515s