Skip to content

Commit

Permalink
Update README for vers-0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmaul committed Nov 7, 2018
1 parent ebd5d37 commit 6ae0207
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ Command-line interface created by setup-py.
* Encoding JSON-formated values to BUFR.

## News
`Vers. 0.10.0`
All code supports Python2 *and* Python3, without code-conversion (i.e. by 2to3).

With Python3 the `setup.py` installs the command-line script with a different
name `trollbufr3`, to reflect its usage of Python3 and to have both versions
callable.

`Vers. 0.6.0`
With version 0.6.0 a feature for encoding a JSON formatted file into binary BUFR
is added.

Expand All @@ -38,5 +46,4 @@ New is `-j` to write any output in a JSON format.
## To-Do
There are still things to do:

* Support Python3
* Implement the remaining obscure operators

0 comments on commit 6ae0207

Please sign in to comment.