Skip to main content

CLI library to manage and operate all the entities of the service directory via HTTP

Project description

# redmine-cli
A simple redmine client

## Installation

The project is available at Pypy and you can simply install in the usually way:

```bash
pip install red
```

You can install the last version in github in this way:

```bash
python setup.py install
```

If you get the warning InsecureRequestWarning while running the command, this is likely that you are running an old
python version that uses a deprecated ssl version.

You'd better upgrade to a newer python interpreter but if you can not, you can omit the warning with this command:

```bash
pip install 'requests[security]'
```

## Usage

```sh
export REDMINE_ENDPOINT=xxx
export REDMINE_API_KEY=xxx

./redmine --help

./redmine list --help
./redmine detail --help
./redmine close --help
```

## TODO

- pip install
- create issue
- docs


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

pyRedmineClient-1.0.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

pyRedmineClient-1.0.0-py2-none-any.whl (6.2 kB view hashes)

Uploaded Python 2

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