File: TODO.rst

package info (click to toggle)
bpack 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 644 kB
  • sloc: python: 6,088; makefile: 75
file content (18 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
:orphan:

Miscellanea *To Do* list
------------------------

* check alignment in bpack.st (native '@' and '' behaves differently from '=')
* improve documentation
  - add missing documentation for `unpackbits` functions
* improve typing
  - MyPy
* benchmarks
* :class:`EBaseUnits` shall become a :class:`IntFlag` to allow the
  *decoders* to declare base-units as follows::

    baseunits = bpack.EBaseUnits.BITS | bpack.EBaseUnits.BYTES

* nested records and repeat (test)
* typing in generated methods (.frombytes) TBD