17 Star 28 Fork 10

bingtel / hare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
bingtel 提交于 2017-04-09 19:56 . 调整Model的导入方式
from setuptools import setup
with open('README.md') as f:
long_description = f.read()
setup(name='hare',
version='0.6',
description='A python ORM based on pymysql with ActiveRecord',
long_description=long_description,
keywords='python ORM orm ActiveRecord pymysql raw sql',
url='https://github.com/bingtel/hare',
author='bingtel Wang',
author_email='bingtelwang@163.com',
license='MIT',
packages=['hare'],
install_requires=[
'PyMySQL',
],
zip_safe=True)
Python
1
https://gitee.com/bingtel/hare.git
git@gitee.com:bingtel/hare.git
bingtel
hare
hare
master

搜索帮助