square-commons


Namesquare-commons JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/thepmsquare/square_commons
Summaryhelper module containing common functions for all my python modules.
upload_time2024-11-30 01:53:23
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.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/19/7d/c44595bc3ee7fc48149a6f66eb3bf88366d47fae48049a06bfbca8779a92/square_commons-1.3.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.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.3.0",
    "project_urls": {
        "Homepage": "https://github.com/thepmsquare/square_commons"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a7f6da42dbac9718e377058b9224365ad4d4cdc080f3f0b191eb1257b1b6480",
                "md5": "5f540fcfd044dcd462cee0ea22c5d5c6",
                "sha256": "eb2fe7c1a7d8f72c068d16120e1f6faed574f264ddc7598ab6f3eab56dd7de7c"
            },
            "downloads": -1,
            "filename": "square_commons-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f540fcfd044dcd462cee0ea22c5d5c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3447,
            "upload_time": "2024-11-30T01:53:14",
            "upload_time_iso_8601": "2024-11-30T01:53:14.325302Z",
            "url": "https://files.pythonhosted.org/packages/6a/7f/6da42dbac9718e377058b9224365ad4d4cdc080f3f0b191eb1257b1b6480/square_commons-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "197dc44595bc3ee7fc48149a6f66eb3bf88366d47fae48049a06bfbca8779a92",
                "md5": "7790e9ca5780da6f306055eaa4c098be",
                "sha256": "293d3064eee97398411152940a3e0eaf0cdc2ea8299ba86a8fd07b68f566884f"
            },
            "downloads": -1,
            "filename": "square_commons-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7790e9ca5780da6f306055eaa4c098be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2872,
            "upload_time": "2024-11-30T01:53:23",
            "upload_time_iso_8601": "2024-11-30T01:53:23.574934Z",
            "url": "https://files.pythonhosted.org/packages/19/7d/c44595bc3ee7fc48149a6f66eb3bf88366d47fae48049a06bfbca8779a92/square_commons-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-30 01:53:23",
    "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.43612s