Carbon-API
Carbon-API copied to clipboard
Make package pip installable and publish to PyPI?
Hey @cyberboysumanjay really cool project, thanks!
I used it the other day for an API I was building (https://github.com/bbelderbos/Carbon-API), but found it a bit hard to pull in your code. To facilitate that I moved the files into a src/ folder and made a setup.py so I could pip install my fork.
Interested in a PR with these changes?
And would you like to take it one step further publishing the project on PyPI so we can just run pip install carbon-api
or something like that?
Thanks, Bob