Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
released new version
  • Loading branch information
LionelCons committed Sep 27, 2016
1 parent ccbcca3 commit 3b6a3c9
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 24 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,6 +1,6 @@
Change log for python-amqpclt

??? ???
0.6 Tue Sep 27 2016
* [lc] ported to latest pika

0.5 Thu May 16 2013
Expand Down
4 changes: 2 additions & 2 deletions amqpclt/__init__.py
Expand Up @@ -14,8 +14,8 @@

AUTHOR = "Massimo Paladin <massimo.paladin@gmail.com>"
COPYRIGHT = "Copyright (C) 2013-2016 CERN"
VERSION = "0.5"
DATE = "16 May 2013"
VERSION = "0.6"
DATE = "27 September 2016"
__author__ = AUTHOR
__version__ = VERSION
__date__ = DATE
4 changes: 3 additions & 1 deletion docs/index.rst
@@ -1,7 +1,7 @@
amqpclt
===================

amqpclt 0.5 - versatile AMQP client
amqpclt 0.6 - versatile AMQP client

SYNOPSIS
--------
Expand Down Expand Up @@ -409,3 +409,5 @@ AUTHOR
------

Massimo Paladin <massimo.paladin@gmail.com> - Copyright (C) 2013-2016 CERN


45 changes: 27 additions & 18 deletions man/amqpclt.1
@@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
.\"
.\" Standard preamble:
.\" ========================================================================
Expand Down Expand Up @@ -38,6 +38,8 @@
. ds PI \(*p
. ds L" ``
. ds R" ''
. ds C`
. ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
Expand All @@ -48,17 +50,24 @@
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.ie \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
.\"
.\" Avoid warning from groff about undefined register 'F'.
.de IX
..
. nr % 0
. rr F
.\}
.el \{\
. de IX
.nr rF 0
.if \n(.g .if rF .nr rF 1
.if (\n(rF:(\n(.g==0)) \{
. if \nF \{
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. if !\nF==2 \{
. nr % 0
. nr F 2
. \}
. \}
.\}
.rr rF
.\"
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
.\" Fear. Run. Save yourself. No user-serviceable parts.
Expand Down Expand Up @@ -124,13 +133,13 @@
.\" ========================================================================
.\"
.IX Title "AMQPCLT 1"
.TH AMQPCLT 1 "2013-05-16" "" "amqpclt man page"
.TH AMQPCLT 1 "2016-09-27" "" "amqpclt man page"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
amqpclt 0.5 \- versatile AMQP client
amqpclt 0.6 \- versatile AMQP client
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
\&\fBamqpclt\fR \fI[\s-1OPTIONS\s0]\fR
Expand All @@ -146,7 +155,7 @@ the tool can perform different operations.
.PP
Here are the supported incoming modules:
.IP "\(bu" 4
broker: connect to a messaging broker using \s-1AMQP\s0, subscribe to one
broker: connect to a messaging broker using \s-1AMQP,\s0 subscribe to one
or more queues and receive the messages sent by the broker
.IP "\(bu" 4
queue: read messages from a message queue on disk
Expand All @@ -171,18 +180,18 @@ incoming queue + outgoing broker: (re\-)send messages that have been
incoming broker + outgoing broker: shovel messages from one broker
to another
.PP
See the \*(L"\s-1EXAMPLES\s0\*(R" sections for concrete examples.
See the \*(L"\s-1EXAMPLES\*(R"\s0 sections for concrete examples.
.SH "OPTIONS"
.IX Header "OPTIONS"
.IP "\fB\-\-callback\-code\fR \fI\s-1CODE\s0\fR" 4
.IX Item "--callback-code CODE"
execute the Python code on each message, see the \*(L"\s-1CALLBACK\s0\*(R" section for more information
.IP "\fB\-\-callback\-data\fR \fI\s-1VALUE\s0,...\fR" 4
execute the Python code on each message, see the \*(L"\s-1CALLBACK\*(R"\s0 section for more information
.IP "\fB\-\-callback\-data\fR \fI\s-1VALUE,...\s0\fR" 4
.IX Item "--callback-data VALUE,..."
pass this data to the user supplied callback code, see the \*(L"\s-1CALLBACK\s0\*(R" section for more information
pass this data to the user supplied callback code, see the \*(L"\s-1CALLBACK\*(R"\s0 section for more information
.IP "\fB\-\-callback\-path\fR \fI\s-1PATH\s0\fR" 4
.IX Item "--callback-path PATH"
execute the Python code in the given file on each message, see the \*(L"\s-1CALLBACK\s0\*(R" section for more information
execute the Python code in the given file on each message, see the \*(L"\s-1CALLBACK\*(R"\s0 section for more information
.IP "\fB\-\-conf\fR \fI\s-1PATH\s0\fR" 4
.IX Item "--conf PATH"
use the given configuration file, see theconfigURATION \s-1FILE\s0 section for more information
Expand Down Expand Up @@ -529,4 +538,4 @@ Callback data must be given to specify which message queue to use:
.Ve
.SH "AUTHOR"
.IX Header "AUTHOR"
Massimo Paladin <massimo.paladin@gmail.com> \- Copyright (C) 2013 \s-1CERN\s0
Massimo Paladin <massimo.paladin@gmail.com> \- Copyright (C) 2013\-2016 \s-1CERN\s0
4 changes: 2 additions & 2 deletions man/amqpclt.pod
@@ -1,6 +1,6 @@
=head1 NAME

amqpclt 0.5 - versatile AMQP client
amqpclt 0.6 - versatile AMQP client

=head1 SYNOPSIS

Expand Down Expand Up @@ -488,6 +488,6 @@ Callback data must be given to specify which message queue to use:

=head1 AUTHOR

Massimo Paladin <massimo.paladin@gmail.com> - Copyright (C) 2013 CERN
Massimo Paladin <massimo.paladin@gmail.com> - Copyright (C) 2013-2016 CERN


0 comments on commit 3b6a3c9

Please sign in to comment.