I have submitted a PR for MatchPy which uses them: https://github.com/sympy/sympy/pull/12702
On Fri, Jun 2, 2017 at 2:01 PM, Aaron Meurer <[email protected]> wrote: > Can you explain how each is used in the code? > > Aaron Meurer > > On Fri, Jun 2, 2017 at 2:49 AM, Arihant Parsoya > <[email protected]> wrote: > > Hi, > > > > I am working on Rule Based Integration(Rubi) project. I am trying to add > > MatchPy to SymPy. > > > > MatchPy is written in Python3.6 and I have converted its code to Python2. > > In order to make the MatchPy work for Python2 I wanted to add the > following > > modules to sympy.utilities : > > > > 1. funcsigs(backport version of inspect) > > 2. enum > > 3. multiset > > 4. typing(backport version of typing) > > > > looking forward to your suggestions. > > > > Arihant > > > > -- > > You received this message because you are subscribed to the Google Groups > > "sympy" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at https://groups.google.com/group/sympy. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/sympy/fcb78dc2-bb1c- > 485a-8cf5-1ea9a51ff1d9%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "sympy" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/sympy/zVw1nqdz1e8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/sympy/CAKgW%3D6LQJuBtnAqb1zzy4qmJQh5FyVPbemkdTw0N4WYhUebEkA%40mail. > gmail.com. > For more options, visit https://groups.google.com/d/optout. > -- Regards, Arihant Parsoya, IIT Bombay. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAJTzyWz%2BWcEsXWoq%2Bjf7-dAk6F3TGXByPudCma%2BBgWjAD43cvA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
