-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add package registry support for Homebrew packages #40
Comments
I looked into the issue #40 ....like package.py...we have to make a new file homebrew package with same code?or we have to do something else? |
Hi @iamsairus10, You don't need to create a new file, check the structure of package.py, you have to create a route for |
what will be base path for this? |
It will be difficult for us, to check code like this, would you like to write some tests for it ? |
yaa sure just guide me |
Checkout tests/test_package.py file, and try to repeat same for npm or pypi |
There is no file as tests/data/homebrew_mock_data.json... |
Also no file as homebrew.json |
Create one ;) |
How🥺?? |
@TG1999 I am still unable to find how to approach to create those file? |
@TG1999 can I work on this |
Sure go ahead |
Have a look at fetchcode/package.py , and try to implement the same for Homebrew packages.https://formulae.brew.sh/api/formula/a2ps.json, sample API URL.
The text was updated successfully, but these errors were encountered: