Socket
Book a DemoInstallSign in
Socket

st-common-data

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

st-common-data

Data that is used in different ST projects

pipPyPI
Version
0.2.9.13
Maintainers
2

ST common data

Introduction

st_common_data is common data that is used in different ST projects.

Installation

pip install st_common_data

Usage

from st_common_data.utils.common import (
    is_holiday,
    get_current_eastern_datetime,
    round_half_up_decimal,
    # ....     
)

To update pip package via terminal:

  • Add updates
  • Change version in st_common_data._init_.py
  • Commit changes
  • Run build:
python3 -m build
python3 -m pip install --upgrade twine
  • Run this command from the same directory where dist directory is located:
twine upload --skip-existing dist/*

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts