跳转到主要内容

包括Flask项目在内的各种实用工具

项目描述

Build Status Coverage

概述

本软件包包含一个模块 - lenzm_utils

入门

>>> import lenzm_utils

安装

pip install lenzm_utils

或对于最新版本

pip install git+https://github.com/mlenzen/lenzm_utils.git#egg=lenzm_utils

用法

import lenzm_utils

功能

  • TODO

运行测试

某些测试需要设置一个具有所有“test”的username/password/dbname的postgres数据库

在Ubuntu上

$ sudo -u postgres createuser -P test
$ sudo -u postgres createdb -O test test
$ sudo -u postgres psql test -c "create extension citext"
作者::

Michael Lenzen

版权::

© 2020 Michael Lenzen

许可协议::

MIT

GitHub::

https://github.com/mlenzen/lenzm_utils

PyPI::

https://pypi.ac.cn/project/lenzm_utils/

支持者