Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xgfone/xutils
A fragmentary Python library, no any third-part dependencies but gunicorn_workers, sqlalchemy and wsgi.
https://github.com/xgfone/xutils
python utility utility-library utils
Last synced: about 1 month ago
JSON representation
A fragmentary Python library, no any third-part dependencies but gunicorn_workers, sqlalchemy and wsgi.
- Host: GitHub
- URL: https://github.com/xgfone/xutils
- Owner: xgfone
- License: mit
- Created: 2015-12-07T14:54:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T06:24:50.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T20:49:16.920Z (2 months ago)
- Topics: python, utility, utility-library, utils
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
xutils
======A fragmentary Python library, no any third-part dependencies but ``gunicorn_workers``, ``sqlalchemy`` and ``wsgi``. If you does't use them, it's no need to install them.
* atexit
* a simple argument parser based on CLI and file.
* a simple logging configuration
* circuit breaker
* const
* gunicorn workers (``gunicorn`` & ``eventlet``)
* life manager
* messager
* network
* process manager
* resource lock
* resource pool
* rate limit based on token.
* retry call
* sending email
* sqlalchemy (``sqlalchemy``)
* util
* version
* wsgi (``falcon``)
* xml2jsonInstall
=======``$ pip install xutils`` or ``$ easy_install xutils`` or ``$ python setup.py install``