跳转到主要内容

包括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/

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解有关 安装包 的更多信息。

源代码发行版

lenzm_utils-0.12.4.tar.gz (24.4 kB 查看哈希值)

上传时间 源代码

构建发行版

lenzm_utils-0.12.4-py2.py3-none-any.whl (28.8 kB 查看哈希值)

上传时间 Python 2 Python 3

支持者