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
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file pyRedmineClient-1.0.0.tar.gz
.
File metadata
- Download URL: pyRedmineClient-1.0.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f122146c616821cb676145cc6e27dfdde93ccb281587fce13c7efcd65e3213b6 |
|
MD5 | c7295697341d8127dcd0ed54549e0797 |
|
BLAKE2b-256 | 29ef895435f6f56f5e942c2b147f49181f1369248f2b86f5bfdad99d3f2aa3a2 |
File details
Details for the file pyRedmineClient-1.0.0-py2-none-any.whl
.
File metadata
- Download URL: pyRedmineClient-1.0.0-py2-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3eb1f64f606b29ccdf047eca0352c6c08c30f1e6240d73ba6cd692c0c5b8e20e |
|
MD5 | c612f6480102c0c0a6a6cf0d9d7fcb72 |
|
BLAKE2b-256 | 43aa1d27f0bb55b4fd848d2e665802011cd426ac77e6db493a31a625f09bba1c |