一个简单易用的 Python 库,让写代码成为一件轻松、愉快的事情。
Project description
happy-python
Happy-Python 是一个简单易用的 Python 库,让写代码成为一件轻松、愉快的事情。
从 pip 安装
pip install happy-python
单元测试
python -m unittest tests
基于 `test` 文件夹中的 `\\__init__.py` -> `load_tests` 自动发现。
使用方法
使用
from happy_python import HappyLog
本地打包安装
打包
安装依赖包 pip install -U setuptools wheel。
运行 python setup.py bdist_wheel,在 dist 目录下会生成类似 Happy_Python-0.0.4-py3-none-any.whl 的安装包。
本地安装
全局环境::
pip install -U Happy_Python-0.0.4-py3-none-any.whl
用户环境::
pip install --user -U Happy_Python-0.0.4-py3-none-any.whl
卸载
pip uninstall Happy-Python
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 Distributions
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 Happy_Python-0.0.27-py3-none-any.whl.
File metadata
- Download URL: Happy_Python-0.0.27-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3dfa738373ec9bb5a090d3ded54357ecbb9c4ca579b95c1a7d8e74774534c4a
|
|
| MD5 |
899337b937b41985da06d76ca83ed69f
|
|
| BLAKE2b-256 |
98666862a1f1845f1019e20d13bfe365d4d37123bdabed2f72cffa99eb47bbf4
|