Metadata-Version: 2.4
Name: dsf-jtools
Version: 0.1.11
Summary: A simple tools module
Home-page: https://github.com/DataScienceFish/jtools
Author: DSFish
Author-email: liumingshuo1017@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9.12
Description-Content-Type: text/markdown
Requires-Dist: pymongo==4.11.2
Requires-Dist: loguru==0.7.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# JTools: simple tools, easy life

## Install

```cmd
pip install dsf-jtools --upgrade
```

## Building

```cmd

python setup.py sdist bdist_wheel
twine upload dist/*
```

## Pushing

+ switch to master branch before any changes;

+ git through github-desktop (**AFTER VERSION NUMBER CHANGED**);

+ switch to release branch and run `git merge master`;

+ push through github-desktop

+ switch back to master


## Logging

+ v0.1.8:
  + add: get_next_trddt

+ v0.1.7:
  + update:
    + get_last_trddt: with n option

+ v0.1.6:
  + fix: trading dates funcs
  + add: is_trading_date
