发展

源代码托管在github中。请随意叉出存储库。

假设您安装了git,那么可以从canonical

具有以下命令的存储库:$ git clone https://github.com/ntoll/microfs.git

通过创建

一个虚拟的和正在运行的:$ pip install -r requirements.txt

要在本地将模块的开发版本安装到virtualenv中,

运行以下命令:$ python setup.py develop

有一个makefile可以帮助处理大多数与

随着发展。自行键入“make”将列出选项,因此:$make

There is no default Makefile target right now. Try:

make clean - reset the project and remove auto-generated assets.

make pyflakes - run the PyFlakes code checker.

make pep8 - run the PEP8 style checker.

make test - run the test suite.

make coverage - view a report on test coverage.

make check - run all the checkers and tests.

make package - create a deployable package for the project.

make publish - publish the project to PyPI.

make docs - run sphinx to create project documentation.

发布历史记录

micropython函数库下载_Python microfs包_程序模块 - PyPI - Python中文网相关推荐

  1. python json模块下载_Python ijson包_程序模块 - PyPI - Python中文网

    使用量 所有使用示例都将使用描述地理位置的json文档 对象:{ "earth": { "europe": [ {"name": " ...

  2. python renamer模块_Python smart-image-renamer包_程序模块 - PyPI - Python中文网

    使用包含在中的exif数据智能地批量重命名图像的脚本 安装 要安装智能图像重命名程序: 推荐的方法是通过pip.pip install smart-image-renamer 否则像其他python包 ...

  3. python cmd下载模块_Python cmd包_程序模块 - PyPI - Python中文网

    CMDY 从python运行命令的一个方便的包 安装# latest version pip install git+https://github.com/pwwang/cmdy # released ...

  4. python下载matplotlib.finance模块_Python pyfinance包_程序模块 - PyPI - Python中文网

    PyFinance pyfinance是一个python包,用于投资管理和安全回报分析. 它是对面向量化金融的现有软件包的补充,例如pyfolio, 熊猫数据读取器,以及fecon235 支持巨蟒3. ...

  5. python加载函数包_Python wrapt包_程序模块 - PyPI - Python中文网

    快速启动 要实现decorator,首先需要定义一个包装函数. 每次调用修饰函数时都会调用此函数.包装纸 函数需要四个位置参数:wrapped-包装函数,包装函数依次需要调用它. instance-调 ...

  6. termux怎么安装python库_Python termux-apt-repo包_程序模块 - PyPI - Python中文网

    使用说明 在termux中,使用packages install termux-apt-repo安装并执行 作为:termux-apt-repo [-h] [--use-hard-links] inp ...

  7. python中unicode函数的包_Python unicodeutil包_程序模块 - PyPI - Python中文网

    示例用法: 以下示例代码片段:import sys from unicodeutil import UnicodeData, compose_hangul_syllable, \ decompose_ ...

  8. python queue模块安装_Python queue包_程序模块 - PyPI - Python中文网

    沃特?另一个消息队列? 考虑到消息队列的激增,人们可能倾向于相信 发明更多不是答案.使用现有的解决方案是 多次尝试与大多数现有的消息队列产品. 其他的失败(对于我们的用例). queuey是用来处理大 ...

  9. python app开发模块_Python pytkapp包_程序模块 - PyPI - Python中文网

    用于开发应用程序的python包 多文档/单文档界面 利用tkinter库和附加tkinter集 小部件. 查看可用演示: pytkapp/demo/run_ptapoptionsdemo.py-为选 ...

最新文章

  1. CyberArticle(网文快捕)上传文件提示‘许可不足’
  2. 编程语言python培训-Python是什么样的编程语言?
  3. 茅塞顿开:Spring Aware原理解析
  4. 汇总常用的jQuery操作Table tr td方法
  5. 微信小程序Wepy框架的三个事件交互($broadcast,$emit,$invoke)
  6. T-SQL select语句连接两个表
  7. 为什么你看了很多书,却依然没有洞见?
  8. 树莓派 之 动态DNS(DNSPod)
  9. ADIS16465 驱动(MC9S12XEP100)
  10. TDL、CDL信道模型简述
  11. 自建 bitwarden 密码管理服务
  12. TCP传输慢问题分析
  13. [知乎]山东:一枚神奇独一的“三棱锥”
  14. 计算机桌面无喇叭显示器,电脑屏幕下面有小喇叭图标但是没有声音怎么处理
  15. matlab regress RMSE,在利用regress进行多元线性回归中出现的问题
  16. 0315-HttpURLConnection和JASON结合使用(以天气预报为例)
  17. Python PDF转Word,以及提取Word中图片里的文字
  18. 微信小程序 lookup 联表查询
  19. 微信小程序使用键盘搜索功能
  20. Ubuntu下VScode配置ssh免密远程登录

热门文章

  1. xp下administrator用户登录条不显示,怎么办?
  2. 安装完matlab7.0(2009版本问题)但无法运行
  3. poj3261(求至少出现k次的可重叠的子串的长度)
  4. AtCoder AGC032E Modulo Pairing (二分、贪心结论)
  5. c语言二极管控制程序,二极管(STC89C52): 编写程序控制二极管花样流水灯
  6. 加载vue文件步骤_vue中.vue文件解析步骤详解
  7. 小程序短视频项目———开发用户登录注册(一)
  8. python list操作说明
  9. Java程序发送邮件
  10. Mvc 自带分页控件PagedList.Mvc Demo示例