Skip to main content

Data that is used in different ST projects

Project description

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/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

st_common_data-0.2.9.9.tar.gz (19.7 kB view hashes)

Uploaded Source

Built Distribution

st_common_data-0.2.9.9-py3-none-any.whl (27.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page