-
Notifications
You must be signed in to change notification settings - Fork 140
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 the jiter package #1327
base: master
Are you sure you want to change the base?
Add the jiter package #1327
Conversation
Adding the jiter package |
Many licenses require a copy of the license to be included with all copies of the software, so we must be certain we use the correct license. It's reasonable to assume that a LICENSE file at the top level applies to the entire package, but a file in a subdirectory might only apply to one component. So it would be legally risky to accept this change. I'd still be happy to accept this PR as a contribution of a recipe for
|
Hi, thanks for your answer, let me clean this. As you may know, pedantic version 2 is used by langgraph and google-generativeai. It is a hard blocking point to use chaquopy for those recent and attractive technologies. I will update the PR and continue to try to fix that pedantic stuff. |
I removed the license patch and move it in the package yaml file.
|
I added a verbose option to pip install. I thoink it is my integration with PIP to use local whl file which is not working .Do you have any advice?
Integration is: // To test packages, edit the following line to list their names, separated by
|
I added the test suite to cover the full set of jiter tests. I tested on android emulator, so x86_64, python 3.11. How do I test on more possibilities? |
I'm not sure if our current version of pip will accept the
I'll test the other possibilities myself once the PR is ready. But it needs a few more changes first:
|
As discussed in #1328, it doesn't look like |
LICENSE might not be only in the src directory but might be in a subdirectory, as Jiter source which contains LICENSE in src/crates/jitter directory