lp:pymorsecode

Created by Jochen Schnelle and last modified
Get this branch:
bzr branch lp:pymorsecode
Only Jochen Schnelle can upload to this branch. If you are Jochen Schnelle please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Jochen Schnelle
Project:
pyMorseCode
Status:
Abandoned

Recent revisions

8. By Jochen Schnelle

fix: fix to errors in the morse code sequences - the morse code for B and C had trailing white spaces in the sequence
update: changed a bit of wording / fixed some typos in the docstrings

7. By Jochen Schnelle

add: added SOS to MORSE_TO_CHAR dict

6. By Jochen Schnelle

chg: separated two privat classes from the original "from_morse" class for more modular code and to avoid too many lists -
     thx to Sirius3 from the German python forum for his input here!
chg: updated and fixed docstrings

5. By Jochen Schnelle <email address hidden>

chg: replaced output by "print" by the logging module
upd: minor changes on the docstrings

4. By Jochen Schnelle <email address hidden>

MAJOR CHANGE in naming: to avoid potential conflicts with an existing Python module named "pymorse" (which is about a robotic simulator, nothing with morse code text transmission, "pymorse" was renamed to "pymorsecode"

chg: due to name change, main class Morse() was renamed to "morseCode()
chg: due to name change, Exception "MorseError" was renamed to "MorseCodeError()"
upd: updated docstrings to match new names

3. By Jochen Schnelle

API chg: change function name "is_not_valid_input_text" to "find_invalid_characters", as this name is more describtive
chg: some changes and improvements to the code, based on discussion in the german Python forum
chg: updated docstrings

2. By Jochen Schnelle <email address hidden>

- chg: replaced four Exception classes with one generic exception MorseRrror
- chg: some code updates and changes, yet no new attributes and functions
- chg: updated docstrings

1. By Jochen Schnelle <email address hidden>

intial, fully functional version of pymorse

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers