https://github.com/ljxpython/ljxtools
常用工具使用
https://github.com/ljxpython/ljxtools
Last synced: 5 months ago
JSON representation
常用工具使用
- Host: GitHub
- URL: https://github.com/ljxpython/ljxtools
- Owner: ljxpython
- License: mit
- Created: 2023-02-01T06:34:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T05:35:15.000Z (over 2 years ago)
- Last Synced: 2025-12-05T19:59:30.669Z (6 months ago)
- Language: Python
- Size: 403 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ljxtools
[](https://pypi.org/project/ljxtools/)
[](https://pypi.org/project/ljxtools/)
[](https://github.com/ljxPython/ljxtools/actions/workflows/dev.yml)
[](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.