Add Conda support
Nobody has claimed this yet.
- Dominant language
- Cython
- Stars
- 179
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
This fantastic extension just blows https://github.com/dpranke/pyjson5 out of the water in terms of performance (as in 3 orders of magnitude for loads), which probably makes sense given it is cython :)
However unlike that library, this is only installable via pip, not conda as well. Would you be able to add conda support?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the project's existing pip packaging and how a Conda package would need to be defined. The work is done when the library can be installed through Conda as well as pip, with the supported Python package behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100