Skip to content

0.1.1

Compare
Choose a tag to compare
@cdumay cdumay released this 29 Jan 13:22
· 13 commits to master since this release

Refactor

  • Code review.
  • Prefixed submodules with lib:
from djehouty.ltsv.formatters import LTSVFormatter

is now

from djehouty.libltsv.formatters import LTSVFormatter

Documentation

  • OVH license.
  • Contribution charter.

Tests

  • Unit tests.