invoice-x / factur-x-ng

Python lib for Factur-X, the e-invoicing standard for France and Germany
Other
34 stars 8 forks source link

Implement Command Line Options #35

Closed duskybomb closed 6 years ago

duskybomb commented 6 years ago

Two options have been implemented dump and validate Need to add one more #13

Add external metadata file: facturx add no-xml.pdf metadata.xm

For issue #3

duskybomb commented 6 years ago

Done

m3nu commented 6 years ago

CLI code needs to be separate. Can't be with the main class/library.

duskybomb commented 6 years ago

Like this or outside facturx package all together?

m3nu commented 6 years ago

Separate file in the same package. See how other projects split it up. It's not commonly thrown together with the actual library. Except for very small tasks. In invoice2data we also separated it after some time.

duskybomb commented 6 years ago

Done. I have moved it to bin/

m3nu commented 6 years ago

ok.