Falldog / pyconcrete

Protect your python script, encrypt it as .pye and decrypt when import it
Apache License 2.0
702 stars 150 forks source link

allow multiple sources #43

Closed pohmelie closed 6 years ago

pohmelie commented 6 years ago

fix #42

pohmelie commented 6 years ago

Not sure if cli argument should be changed from --source to --sources-list, since definetly this will break something somewhere.

Falldog commented 6 years ago

I think this is good enough solution it's backward compatible

pyconcrete-admin.py compile --source=a.py
pyconcrete-admin.py compile --source a.py b.py c.py

Thanks