FX's personal common lib
Project description
fx-lib
Frank Xu(FX)’s personal FX common lib in Python
Install
pip install git+https://github.com/frankyxhl/py_fx_libor
pip install fx-lib
Log Module
import logging from fx_lib.log import setup_logging setup_logging(".sync.logging.yaml", default_level=logging.DEBUG) log = logging.getLogger("frank") # Usage # log.info("Hello, World")
Email Module
from fx_lib.zoho_email import Email # Usage # with Email.read_config() as e: # e.send("Email Title", "Content")
Example
Please check here Config example file
History
0.1.0 (2019-07-28)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fx_lib-0.5.3.tar.gz
(27.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fx_lib-0.5.3.tar.gz.
File metadata
- Download URL: fx_lib-0.5.3.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
349bc9feb5a76f0d10833fe179a95654a35ec3dd0f3b6b84add8994eb65602a9
|
|
| MD5 |
afa689cb4824a6b5816af77e80f9e1db
|
|
| BLAKE2b-256 |
a30e982a6d8c5c89752ea67f730d8b38eeab62d93566a925b37ea0d468b117df
|
File details
Details for the file fx_lib-0.5.3-py2.py3-none-any.whl.
File metadata
- Download URL: fx_lib-0.5.3-py2.py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89864c54c104963d7e53dc53641f964110bf7f31373e28e81e3f9743ea78792d
|
|
| MD5 |
67255ec7a2e1d8edf4cbff14c7212dea
|
|
| BLAKE2b-256 |
9eef3e3cf151f15d7195ccebe6a39f8e484fb8431cea4bc5f46953378c3447a1
|