Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 0.2.9.13
  • PyPI
  • Socket score

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:

  1. Add updates
  2. Change version in st_common_data._init_.py
  3. Commit changes
  4. Run build:
python3 -m build
python3 -m pip install --upgrade twine
  1. 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc