Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 678 Bytes

README.md

File metadata and controls

47 lines (25 loc) · 678 Bytes

square_commons

about

helper module containing common functions for all my python modules.

installation

pip install square_commons

usage

reference

env

  • python>=3.12.0

changelog

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!