资源简介
misiemens thinydb Python实现数据库,是进阶学习python的好资料!
代码片段和文件信息
# coding=utf-8
from setuptools import setup find_packages
from codecs import open
import os
def read(fname):
path = os.path.join(os.path.dirname(__file__) fname)
return open(path encoding=‘utf-8‘).read()
setup(
name=“tinydb“
version=“3.2.2“
packages=find_packages()
# development metadata
zip_safe=True
# metadata for upload to PyPI
author=“Markus Siemens“
author_email=“markus@m-siemens.de“
description=“TinyDB is a tiny document oriented database optimized for “
“your happiness :)“
license=“MIT“
keywords=“database nosql“
url=“https://github.com/msiemens/tinydb“
classifiers=[
“Development Status :: 5 - Production/Stable“
“Intended Audience :: Developers“
“Intended Audience :: System Administrators“
“License :: OSI Approved :: MIT License“
“Topic :: Database“
“Topic :: Database :: Database Engines/Servers“
“Topic :: Utilities“
“Programming Language :: Python :: 2.6“
“Programming Language :: Python :: 2.7“
“Programming Language :: Python :: 3.3“
“Programming Language :: Python :: 3.4“
“Programming Language :: Python :: 3.5“
“Programming Language :: Python :: 3.6“
“Programming Language :: Python :: Implementation :: PyPy“
“Operating System :: OS Independent“
]
long_description=read(‘README.rst‘)
)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-04-02 19:51 tinydb-master\
文件 178 2017-04-02 19:51 tinydb-master\.coveragerc
文件 342 2017-04-02 19:51 tinydb-master\.gitignore
文件 369 2017-04-02 19:51 tinydb-master\.travis.yml
文件 1836 2017-04-02 19:51 tinydb-master\CONTRIBUTING.rst
文件 1080 2017-04-02 19:51 tinydb-master\LICENSE
文件 14804 2017-04-02 19:51 tinydb-master\README.rst
目录 0 2017-04-02 19:51 tinydb-master\artwork\
文件 3298 2017-04-02 19:51 tinydb-master\artwork\logo.png
文件 2985 2017-04-02 19:51 tinydb-master\artwork\logo.svg
目录 0 2017-04-02 19:51 tinydb-master\docs\
文件 7 2017-04-02 19:51 tinydb-master\docs\.gitignore
文件 6762 2017-04-02 19:51 tinydb-master\docs\Makefile
目录 0 2017-04-02 19:51 tinydb-master\docs\_static\
文件 3298 2017-04-02 19:51 tinydb-master\docs\_static\logo.png
目录 0 2017-04-02 19:51 tinydb-master\docs\_templates\
文件 332 2017-04-02 19:51 tinydb-master\docs\_templates\li
文件 134 2017-04-02 19:51 tinydb-master\docs\_templates\sidebarlogo.html
目录 0 2017-04-02 19:51 tinydb-master\docs\_themes\
文件 22 2017-04-02 19:51 tinydb-master\docs\_themes\.gitignore
文件 1789 2017-04-02 19:51 tinydb-master\docs\_themes\LICENSE
文件 1093 2017-04-02 19:51 tinydb-master\docs\_themes\README
目录 0 2017-04-02 19:51 tinydb-master\docs\_themes\flask\
文件 846 2017-04-02 19:51 tinydb-master\docs\_themes\flask\layout.html
文件 518 2017-04-02 19:51 tinydb-master\docs\_themes\flask\page.html
文件 501 2017-04-02 19:51 tinydb-master\docs\_themes\flask\relations.html
目录 0 2017-04-02 19:51 tinydb-master\docs\_themes\flask\static\
文件 9578 2017-04-02 19:51 tinydb-master\docs\_themes\flask\static\flasky.css_t
文件 97 2017-04-02 19:51 tinydb-master\docs\_themes\flask\theme.conf
文件 4875 2017-04-02 19:51 tinydb-master\docs\_themes\flask_theme_support.py
文件 2277 2017-04-02 19:51 tinydb-master\docs\api.rst
............此处省略30个文件信息
- 上一篇:传智播客Python就业班2018.zip
- 下一篇:Pydicom用法简介
相关资源
- 传智播客Python就业班2018.zip
- Python对爬取微博的评论进行jieba分词和
- python爬虫 破解js加密有道词典案列的
- python写的旅游网站源码
- 利用鸢尾花数据集画出P-R曲线 pytho
- pyHook-1.5.1-cp38-cp38-win_amd64.whl
- freesmallgames.zip
- python一加云相册批量爬虫
- 实战python利用线性回归来预测鲍鱼年
- 实战python线性回归
- RSA算法的纯Python实现源码
- 请求分页存储管理Python实现源代码+课
- python爬取100个百度百科页面信息
- python面试题大全
- python视频教程.txt
- python爬虫之豆瓣电影使用requests、lx
- 批量提取栅格影像
- 图像配准融合拼接Python.zip
- easygui一个python简单的gui库
- pycharm工程python调用OpenCV实现USB摄像头
- DEM数据三维可视化--python实现
- vae,autoencoderpython实现
- SRNN python代码实现
- ArcGIS Python常用脚本.docx
- Python找不到cl.exe等
- 自动扫雷系统+Python
- 基于标签的用户协同算法python
- 12306抢票Python代码,内含视频教程
- 个人博客网站源码python3.6+django2.0+my
- python网盘.txt
评论
共有 条评论