Skip to content

ivanovds/st_common_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.nyse_holidays import NYSE_HOLIDAYS
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/*

About

Data that is used in different ST projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages