Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damp11113/damp11113-library
python-package
https://github.com/damp11113/damp11113-library
damp11113 python python-library python-package python3 windows
Last synced: 1 day ago
JSON representation
python-package
- Host: GitHub
- URL: https://github.com/damp11113/damp11113-library
- Owner: damp11113
- License: mit
- Created: 2022-04-04T12:45:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T15:35:42.000Z (3 months ago)
- Last Synced: 2024-11-01T01:34:47.664Z (14 days ago)
- Topics: damp11113, python, python-library, python-package, python3, windows
- Language: Python
- Homepage: https://pypi.org/project/damp11113/
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.rst
Awesome Lists containing this project
README
damp11113-library
===============
A Utils library and Easy to use.If feature in wiki haven't in library that is a preview feature. Please wait for new update.
If the library has bugs. Please new issue.
This is how to turn off check update and load all func
```py
import osos.environ["damp11113_load_all_module"] = "NO"
os.environ["damp11113_check_update"] = "NO"
```Installing
===============
install from PyPipip install damp11113
or install from githubpip install git+https://github.com/damp11113/damp11113-library.git
License
===============MIT License
Copyright (c) 2021-2024 damp11113
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.