bastikr / boolean.py

Implements boolean algebra in one module.
BSD 2-Clause "Simplified" License
76 stars 34 forks source link

Fix tokenize with number as first char #96

Closed jcohen28 closed 4 years ago

jcohen28 commented 4 years ago

https://github.com/bastikr/boolean.py/issues/77#issuecomment-642094911

pombredanne commented 4 years ago

We are all green at https://travis-ci.org/github/bastikr/boolean.py and this looks beautiful and clean. Do you mind adding a changelog entry for the next version in https://github.com/bastikr/boolean.py/blob/master/CHANGELOG.rst ?

jcohen28 commented 4 years ago

@pombredanne updated the changelog. thanks for your prompt responsiveness. when do you think you'll be able to release a new version?

pombredanne commented 4 years ago

LGTM... Merging

jcohen28 commented 4 years ago

Thank you @pombredanne for being so easy to work with! What's the process now for releasing the new version to pypi?

pombredanne commented 4 years ago

@jcohen28 there you go: https://pypi.org/project/boolean.py/3.8/ Thank you again See https://github.com/bastikr/boolean.py/blob/c559254fc47bc444f98092dea5da21002c790ce9/CHANGELOG.rst

jcohen28 commented 4 years ago

sweet. thank you as well for the quick turn around.

pombredanne commented 4 years ago

@jcohen28 FWIW, if you are looking for a fairly comprehensive example of a tool using boolean.py you can check a library I maintain here https://github.com/nexB/license-expression/ that is used extensively in these tools

jcohen28 commented 4 years ago

very cool. thanks for sharing.