自选演员

lib-cast的Python项目详细描述


自选演员

Pypi Statuslicensemaintenance

Build StatusCodecov StatusBetter CodeMaintainabilitysnyk security

铸造的一些方便函数

支持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_cast.git --upgrade-strategy eager
    # normal install
    pip install --upgrade git+https://github.com/bitranox/lib_cast.git
    # test without installing
    pip install git+https://github.com/bitranox/lib_cast.git --install-option test

    通过要求.txt公司名称:

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

    通过python:

    # for the latest Releasepython-mpipinstallupgradelib_cast# for the latest Development Versionpython-mpipinstallupgradegit+https://github.com/bitranox/lib_cast.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
    lib_regexp @ git+https://github.com/bitranox/lib_regexp.git
    

    致谢

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

    贡献

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

    许可证

    此软件是按MIT license授权的

    -

    变更日志

    0.0.3

    2019-09-03:更新设置.py在

    0.0.2

    2019-09-03:折射仪

    0.0.1

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

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

    推荐PyPI第三方库


    热门话题
    java Hibernate、Spring和SLF4J绑定   java如何准确地导航导航地图。天花板入口()工作?   从excel文件导入数据时发生java异常   java如何将地图转换为url查询字符串?   java HSQLDB在数据库中插入值   java将元素从JTextField添加到ArrayList   java如何使用SetDataSource从名称中有空格的MP3文件中获取唱片集艺术   java排序ArrayList<ArrayList<String>>作为行字段   java在拼写检查器中更新正确的拼写   哪里可以找到JavaAPI类图?   spring boot如何在自动生成的swagger java类中屏蔽任何参数   java使用哪种设计模式(我需要类似中介模式的东西)?   java为什么JTextfield没有出现在这个实例中?   如何在Java中向当前日期添加一个月?   安卓如何使java类可序列化,从而扩展不可序列化的