man-c / pycoingecko

Python wrapper for the CoinGecko API
MIT License
1.04k stars 268 forks source link

Add Section to README for Extensions #64

Open bam4564 opened 2 years ago

bam4564 commented 2 years ago

Hi there! I'm the author of pycoingecko_extra which is an extension of this base api client that adds a few new features like

I also have a few more future ideas of how to improve my extension of the client. My client extends the base class of this client and operates the exact same way, and the additional functionality is opt-in. Check out my README for more info.

I see my project as having a symbiotic relationship with the base client, as it merely extends instead of replacing the base api client. I am in no way am trying to replace this project, just build upon it :)

I was wondering if you would be willing to add an Extensions section to the README that links to my extension, so that users can discover it if they are interested in its feature set. This PR contains the relevant changes.

I'd also be interested to hear if you would be willing to allow me to integrate this advanced feature set into the base client itself via a future pull request. My design is a little more opinionated then the base client which is minimal, so I'd also be fine keeping the two as separate projects.

bam4564 commented 2 years ago

@man-c @pau1a Tagging all listed contributors for visibility.