Skip to main content

Gip is a language agnostic dependency manager which uses API calls to pull repositories.

Project description

# Gip

## Usage
```bash
gip --gitlab-token=<token> --github-token=<token> requirements.yml
```

## Requirements.yml

```yaml
- name: ansible-role-plex # directory name in destination directory
repo: https://github.com/wilmardo/ansible-role-plex # repository url
type: github # type: gitlab or github allowed
version: 2.1.0 # version: tag, branch name or commit sha
dest: lib/ # destination directory
```

## Visual Studio Code Setup
```json
///.vscode/launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File (Integrated Terminal)",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/venv/bin/gip",
"args" : ["--gitlab-token=<token>",
"--github-token=<token>",
"install", "-r", "tests/requirements.yml"],
"console": "integratedTerminal"
}
]
}
```


## Draft release
```bash
python setup.py sdist
```



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

gip-0.0.1.dev2.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

gip-0.0.1.dev2-py2.py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page