Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Command Line Options #35

Merged
merged 7 commits into from
Aug 9, 2018
Merged

Implement Command Line Options #35

merged 7 commits into from
Aug 9, 2018

Conversation

duskybomb
Copy link

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

setup.py Outdated
setup(
name='factur-x',
version=verstr,
author='Alexis de Lattre',
author_email='[email protected]',
url='https://github.com/akretion/factur-x',
description='Factur-X: electronic invoicing standard for Germany & France',
long_description=open('README.md').read(),
long_description=open('README.rst').read(),
package_data = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please look into adding a Manifest file. It allows to integrate subfolders more easily.

@duskybomb
Copy link
Author

Done

@m3nu
Copy link
Collaborator

m3nu commented Jul 13, 2018

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

@duskybomb
Copy link
Author

Like this or outside facturx package all together?

@m3nu
Copy link
Collaborator

m3nu commented Jul 16, 2018

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
Copy link
Author

Done. I have moved it to bin/

@m3nu
Copy link
Collaborator

m3nu commented Aug 9, 2018

ok.

@m3nu m3nu merged commit 7483e1c into master Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants