nexB/license-expression

Add function to combine expressions

Closed this issue · 3 comments

hey @pombredanne i want to contribute to this issue , can u help me out a little bit , i am a complete beginer and want to start my opensource journey . can u let me know is there any specific fameworks that i should learn to contribute here .
Thanks in advance.

@joy2306 Thanks for your enthusiasm!
This is likely not really a beginner ticket, though you are welcomed to get a stab at it.
The gist is to move this https://github.com/nexB/scancode-toolkit/blob/483e47a69e24a0b9ac08f0861ce63dbb7be457f9/src/packagedcode/utils.py#L153 to this project and add thorough tests.

You would need to study the whole code here in details to understand how this library (and its backing boolean.py library) works.

This has been added at

def combine_expressions(

with 5af569f by @chinyeungli
Closing now!