charlesdaniels / bitshuffle

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Add option to edit message #47

Closed jyn514 closed 6 years ago

jyn514 commented 6 years ago

Currently, the message is hardcoded in the encode_packet method:

msg = "This is encoded with BitShuffle, which you can download " + \ "from https://github.com/charlesdaniels/bitshuffle"

It would be nice to specify a message from the command line.

charlesdaniels commented 6 years ago

Yes, I’ve been meaning to do something of this sort, but I never got around to opening an issue.

On Jan 1, 2018, at 5:52 PM, Joshua Nelson notifications@github.com wrote:

Currently, the message is hardcoded in the encode_packet method:

msg = "This is encoded with BitShuffle, which you can download " + "from https://github.com/charlesdaniels/bitshuffle"

It would be nice to specify a message from the command line.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jyn514 commented 6 years ago

Closed in https://github.com/charlesdaniels/bitshuffle/pull/49