haruna

Results 112 comments of haruna

I have implemented [eggplants/ghcr-badge](https://github.com/eggplants/ghcr-badge) on a trial basis: ![latest_tag](https://ghcr-badge.egpl.dev/eggplants/ghcr-badge/latest_tag?trim=major) ![size](https://ghcr-badge.egpl.dev/eggplants/ghcr-badge/size) ![tags](https://ghcr-badge.egpl.dev/eggplants/ghcr-badge/tags?trim=major)

@asssaf Thanks! https://github.com/eggplants/ghcr-badge/commit/f5504c4bbe03fbc8e0899fb8c2ba917f5b68c06e

Same error is happened in Stripe's OpenAPI Specification. [spec3.yaml](https://github.com/stripe/openapi/blob/master/openapi/spec3.yaml): 3.05 MB, 84447 lines. --- ```shellsession $ npx redoc-cli --version 0.13.10 $ NODE_OPTIONS="--max-old-space-size=10000" npx redoc-cli build spec3.yaml --options.theme.colors.primary.main=orange Prerendering docs [16829:0x7fb598008000]...

To provide type hints to library users, you have to add `py.typed` marker. https://peps.python.org/pep-0561/#packaging-type-information

@nicholascar Already: https://github.com/RDFLib/sparqlwrapper/blob/2a6e2d3ddbc3fe38ca47d6d05f23c9b61ff82366/setup.cfg#L53-L54

`ez_setup.py` dropped: d338e0629f88c4b06b79ccfd97a658875a2453bc

This issue should be closed.

Python 2 support has ended. So this issue maybe was resolved, wasn't it?

I added CLI to package console script. You can try: ```shellsession $ git clone --depth 1 https://github.com/RDFLib/sparqlwrapper $ cd sparqlwrapper $ pip install -e . $ rqw -h ```

CLI is available on 2.0.0!