catalogue
catalogue copied to clipboard
Super lightweight function registries for your library
Hi, I had a question regarding the following line: https://github.com/explosion/catalogue/blob/3dc5259d9905d3e0824548cdd3776839d584548c/catalogue/__init__.py#L111 Why is this line different than that of `_get_all` function? Should it be` if len(self.namespace)
I'm getting this extremely odd error that tells me `chain.v1` is not available while it is showing up as available name at the same time. ```python catalogue.RegistryError: Cant't find 'chain.v1'...
There's a stackoverflow [post](https://stackoverflow.com/questions/59386397/getting-errors-parsing-text-using-spacy-using-pyspark-and-jupyter/59388609#59388609) that seems to point at a problem with `catalogue`: > File "C:\Users\user1\AppData\Local\Continuum\anaconda3\envs\py37\lib\site-packages\catalogue.py", line 8, in import importlib.metadata as importlib_metadata ModuleNotFoundError: No module named 'importlib.metadata' Referring to...
Thanks for building this. Would it be easy to allow the `__name__` of the callable being passed in as the default, but allowing a `name` kwarg to overwrite it? I...
Not sure if this is something y'all are interested in adding, but I wanted to use catalogue with static typing on what the registry contains (Even though you've called it...
PR #69 by @dakinggg, but rebased on the current 2.0.x version.
I realize that the following is arguably not really your problem, but I thought you might be interested in it and maybe there's something you could do. When debugging something...