thombashi / DateTimeRange

DateTimeRange is a Python library to handle a time range. e.g. check whether a time is within the time range, get the intersection of time ranges, truncate a time range, iterate through a time range, and so forth.
https://datetimerange.rtfd.io/
MIT License
106 stars 16 forks source link

conda-forge recipe #42

Closed kthyng closed 2 years ago

kthyng commented 2 years ago

Hi and thanks for this useful package! I am using it in another project, which I would like to have installable on conda-forge. So, I am planning to make a conda-forge recipe for this today or soon. I'll post back here when I am done.

kthyng commented 2 years ago

Working on it here: https://github.com/conda-forge/staged-recipes/pull/20217

thombashi commented 2 years ago

@kthyng Thank you for letting me know. It would be greatly appreciated.

The PR you created has already been merged, so I will close the issue.

kthyng commented 2 years ago

You are welcome!