纯蟒蛇执行力

py-make的Python项目详细描述


PyPI-StatusPyPI-Versions

Build-StatusCoverage-StatusBranch-Coverage-StatusCodacy-GradeLibraries-Rank

DOI-URILICENCEOpenHub-StatusGift-Casper

为使用python的任何系统提供基本的Makefile支持。

灵感来自tqdm的作品。

只需安装然后在包含Makefile的目录中执行pymake

pymake适用于任何平台(linux、windows、mac、freebsd、solaris/sunos)。

pymake不需要运行任何库,只需要一个普通的python 翻译就行了。


Installation

Latest PyPI stable release

PyPI-StatusPyPI-DownloadsLibraries-Dependents

pip install py-make

Latest development release on GitHub

GitHub-StatusGitHub-StarsGitHub-CommitsGitHub-ForksGitHub-Updated

拉入并安装到当前目录:

pip install -e git+https://github.com/tqdm/py-make.git@master#egg=py-make

Changelog

所有更改的列表可在Github的版本中找到: GitHub-Status或爬虫程序,如 allmychanges.com

Usage

只需安装然后在包含Makefile的目录中执行pymake

Known Issues

为了兼容,请确保:

  1. 每个别名前面都有@[+]make(例如:@make alias)
  2. 最多一个@别名或命令每行< /LI>

支持和不支持的内容的完整列表位于 issue tracker

示例makefile与pymake

兼容
PY=python -m py_compile
.PHONY:
    all
    test
    install
    compile
all:
    @+make test
    @make install
test:
    nosetest
install:
    python setup.py\
    install
compile:
    $(PY) test.py
circle:
    # of life
    circle
empty:
    # this is a comment

Documentation

PyPI-VersionsREADME-Hits(自2016年10月28日起)

pymake --help

Contributions

GitHub-CommitsGitHub-IssuesGitHub-PRsOpenHub-Status

所有源代码都托管在GitHub上。 欢迎捐款。

CONTRIBUTE 文件以获取更多信息。

LICENCE

开源(OSI批准):LICENCE

引文信息:DOI-URI

Authors

主要开发人员,按幸存代码行排列 (git fame -wMC),是:

  • 卡斯珀·达·科斯塔·路易斯(casperdcl,~99.5%,Gift-Casper
  • 斯蒂芬拉罗克(lrq3000,约0.5%)

我们感谢所有人。

README-Hits(自2016年10月28日起)

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

推荐PyPI第三方库


热门话题
ArrayList Java中的搜索字符串   另一个web应用程序的java访问会话   另一个应用程序中的活动和服务之间的java通信   java根据Json字符串类型将Json字符串转换为对象   eclipse如何解决java中的错误异常。lang.NoSuchMethodError:'java。字符串javax。摆动JOptionPane。showInputDialog(java.lang.String)'   线程“main”java中的安卓异常。lang.NoClassDefFoundError:org/codehaus/jackson/JsonParseException   java如何在安卓 emulator上显示Mat图像?使用NDK   Java在本地读取测试源文件,但在服务器上读取失败   java dowhile循环用于计算输入数字中的数字。故障排除代码   JAva初学者在编写获取成本的方法时遇到困难   java是shell游戏。我如何让物体移动,特别是在特定的曲线上,但顺序是随机的?   java如何区分两个同名的JButton   java为什么我在Spring Boot中需要一个接口?   java将文件路径插入数据库将删除\   使用InterfaceType初始化java对象   java如何部署一个分为Angular、Spring Boot和MySQL的项目?   java如何使用Symja解决不等式?