lib docu pycharm公司

lib-doctest-pycharm的Python项目详细描述


理疗医生

Pypi Statuslicensemaintenance

Build StatusCodecov StatusBetter CodeMaintainabilitysnyk security

使用doctest获取pycharm的日志输出

支持Python3.7和其他方言。在

100% code coverage,mypy静态类型检查,在Linux, OsX, Windows and Wine下测试,自动每日构建和监视

  • Installation and Upgrade
  • Basic Usage
  • Requirements
  • Acknowledgements
  • Contribute
  • Report Issues
  • Pull Request
  • Code of Conduct
  • License
  • Changelog
  • 安装和升级

    源代码:

    # normal install
    python setup.py install
    # test without installing
    python setup.py test

    最新pip发布:

    ^{pr2}$

    via pip最新开发版本:

    # upgrade all dependencies regardless of version number (PREFERRED)
    pip install --upgrade git+https://github.com/bitranox/lib_doctest_pycharm.git --upgrade-strategy eager
    # normal install
    pip install --upgrade git+https://github.com/bitranox/lib_doctest_pycharm.git
    # test without installing
    pip install git+https://github.com/bitranox/lib_doctest_pycharm.git --install-option test

    通过要求.txt公司名称:

    # Insert following line in Your requirements.txt:
    # for the latest Release:
    lib_doctest_pycharm
    # for the latest Development Version :
    git+https://github.com/bitranox/lib_doctest_pycharm.git
    
    # to install and upgrade all modules mentioned in requirements.txt:
    pip install --upgrade -r /<path>/requirements.txt
    

    通过python:

    # for the latest Releasepython-mpipinstallupgradelib_doctest_pycharm# for the latest Development Versionpython-mpipinstallupgradegit+https://github.com/bitranox/lib_doctest_pycharm.git

    基本用法

    待定

    要求

    将自动安装以下模块:

    ## Test Requirements
    ## following Requirements will be installed temporarily for
    ## "setup.py install test" or "pip install <package> --install-option test"
    typing ; python_version < "3.5"
    pathlib; python_version < "3.4"
    mypy ; platform_python_implementation !="PyPy" and python_version >="3.5"
    pytest
    pytest-pep8 ; python_version < "3.5"
    pytest-codestyle ; python_version >="3.5"
    pytest-mypy ; platform_python_implementation !="PyPy" and python_version >="3.5"
    pytest-runner
    
    ## Project Requirements

    致谢

    • 特别感谢“鲍勃叔叔”罗伯特·C·马丁,特别是他关于“干净代码”和“干净架构”的书

    贡献

    我很乐意为你叉和发送我的请求,为这个项目。 -{a20}

    许可证

    此软件是按MIT license授权的

    -

    变更日志

    2019-07-22:首次公开发布

    欢迎加入QQ群-->: 979659372 Python中文网_新手群

    推荐PyPI第三方库


    热门话题
    java在Windows 7上配置Apache Ant和Ivy   java使用带有片段的节,NullPointerException   java如何使用Gradle设置环境变量,而不是在Exec范围内?   JavaEclipse(3.5和3.6)在ubuntu中崩溃   java如何通过引导类加载器以编程方式加载另一个类?   java无法使用自定义视图在画布上绘制   java使用Spring引导邮件发送html表   java“\n”在导出到时不工作。jar文件   amazon web services在AWS SDK for Java v2上添加了Gradle依赖项   java在包含ClientBundle的包中有一个成员ClientBundle是一种好的做法吗?   java如何在JDBC中建立连接池?   java线程安全但快速访问“最终最终”变量?   谷歌地图上的MarkerDrag没有更新标记的。getPosition()Android Java   javajavaconfig:javax类型。servlet。ServletContext和javax。servlet。无法解析ServletException   无法使用JAVAXB从Java中的XML文件读取数据   java Change ImageView触控可绘制矢量颜色   java在JUnit5中,如何模拟返回void的静态方法?我们可以使用导入组织吗。莫基托。模仿静态?   继承如何将这个Java接口和继承结构转换为Golang?   多个请求的java httpclient超时   JavaSelenium不能使用Actions类来执行只需几个步骤的操作,有什么问题吗?