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

cppstats as Python module #16

Open
Ext3h opened this issue Aug 20, 2015 · 1 comment
Open

cppstats as Python module #16

Ext3h opened this issue Aug 20, 2015 · 1 comment
Milestone

Comments

@Ext3h
Copy link
Contributor

Ext3h commented Aug 20, 2015

Right now, cppstats is only callable via command line. However, since it's mostly written in Python, it would be favorable if it did not only provide a CLI but also an API for direct integration as a Python library into other projects.

This would require some abstraction between CLI parameters captured by ArgumentParser and the actual runtime configuration used in each pass.

This should primarily allow for better error handling when embedding cppstats into automated processes.

@clhunsen clhunsen added this to the 0.9.2 milestone Aug 21, 2015
@clhunsen clhunsen self-assigned this Aug 21, 2015
@clhunsen
Copy link
Collaborator

I totally agree, I will put it on the list. Although, the transformation of cppstats from an command-line and standalone tool towards a library might take some time.

@clhunsen clhunsen removed their assignment Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants