An open API service indexing awesome lists of open source software.

https://github.com/ljxpython/ljxtools

常用工具使用
https://github.com/ljxpython/ljxtools

Last synced: 5 months ago
JSON representation

常用工具使用

Awesome Lists containing this project

README

          

# ljxtools

[![pypi](https://img.shields.io/pypi/v/ljxtools.svg)](https://pypi.org/project/ljxtools/)
[![python](https://img.shields.io/pypi/pyversions/ljxtools.svg)](https://pypi.org/project/ljxtools/)
[![Build Status](https://github.com/ljxPython/ljxtools/actions/workflows/dev.yml/badge.svg)](https://github.com/ljxPython/ljxtools/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/ljxPython/ljxtools/branch/main/graphs/badge.svg)](https://codecov.io/github/ljxPython/ljxtools)

always use tools package

* Documentation:
* GitHub:
* PyPI:
* Free software: MIT

## How To USe

```
## test

from ljxtools.utils.date_operation import DatetimeSlove

if __name__ == '__main__':
d = DatetimeSlove()
time_now = d.str_now()
print(time_now)
```

## Features

* fileopration
* dateopration

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.