Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
json-to-typeddict
Advanced tools
Simple utility to convert JSON to Python TypedDict
https://baseballyama.github.io/json-to-typeddict/
I am an engineer who likes types, and with the recent AI boom, I have been working with Python more and more. When developing functions using AI, there are opportunities to communicate with external APIs, such as calling the API of a vector database server. If the official SDK is not provided, we will need to execute the API yourself. I wanted to use types this request and response. In other words, I want to convert JSON to TypedDict, but I could not find an easy way to achieve this. So I decided to implement this myself.
This library supports browser execution and CLI execution. To execute in a browser, please execute from the Playground. To execute via CLI, use the following command.
npx json-to-typeddict <json-dir> <output-dir>
npx json-to-typeddict <json-dir> <output-dir> --casing <camel|snake|none>
If you find a bug or new feature request, please feel free to open an issue. PR is also welcome.
FAQs
Simple utility to convert JSON to Python TypedDict
The npm package json-to-typeddict receives a total of 0 weekly downloads. As such, json-to-typeddict popularity was classified as not popular.
We found that json-to-typeddict demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.