c/c++ install package
Project description
cip
介绍
cip: C/C++ Install Package.cip是C/C++的包管理器.
cip会自动从需求文件中拉取github或者gitee等仓库中的包,也可以自动更新包。
安装
pip install cip
cip依赖git包,也需要安装:
pip install git
开源
API
def set_lib_path(path=None):
"""设置库目录.默认是命令行当前目录下的lib目录"""
def set_requirements(path=None):
"""设置需求文件.默认是库目录同级的requirements.txt文件"""
def update(path=None):
"""更新仓库.如果不指定远程仓库路径,则根据需求文件全部更新"""
使用方法
在工程目录下新建需求文件requirements.txt,输入python,打开python命令行,然后根据需求文件自动拉取或者更新包.
import cip
cip.update()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cip-1.2.tar.gz
(2.5 kB
view details)
File details
Details for the file cip-1.2.tar.gz.
File metadata
- Download URL: cip-1.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5c95de33c74bda940c03d17614ead09484e94eba425dcd5941419d74a8bb89b
|
|
| MD5 |
ed0d1691cd6612354d08ed49f5b67c7c
|
|
| BLAKE2b-256 |
0908495cc85a9b0bfb9045c12ee47bf8356e06a6db18bae0c0bf422963e3275b
|