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

Could you please add a simple configuration file too!? People without ConfigParser-knowledge would have difficulties! #23

Closed
thebjorn opened this issue Feb 19, 2019 · 1 comment
Labels
enhancement needs-info Need more information.

Comments

@thebjorn
Copy link
Owner

Could you please add a simple configuration file too!? People without ConfigParser-knowledge would have difficulties!

[pydeps]
# See pydeps --help

# Console output
log=NOTSET
verbose=0
debug=0
debug-mf=0

# Graph output
format=svg
display=C:\Program Files (x86)\Inkscape\inkview.exe
output=C:\Users\my_name\tmp\pydeps-ouput.svg
noshow=1
show_deps=0
show__raw_deps=0
show_dot=0
nodot=0
show_cycles=0

# What and how to show
max_bacon=3
noise_level=200
exclude=pywin* win32* pythoncom winerror ntsecuritycon
externals=1
include_missing=0
pylib=0
pylib_all=0
reverse=0

Originally posted by @eqvis in #20 (comment)

@thebjorn
Copy link
Owner Author

The .pydeps format is now (minimally) documented in the README (https://github.com/thebjorn/pydeps#pydeps-1).

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs-info Need more information.
Projects
None yet
Development

No branches or pull requests

1 participant