![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
a tool to keep your dependencies and package links up to date
Automatically links packages to local available versions. Which packages are linked
is defined in a config file. if the -r
option is used all linked dependencies will
also be linked to their dependencies.
Installation
Add an npm script to your package.json
{
"scripts": {
"link": "node --experimental-modules --no-warnings ./node_modules/.bin/linker --dev --l"
}
}
Configfile
The config file must reside in the config/depstr directory and have the the name config.dev.yml
.
the contents are as follows. Modules can also be selected using wildcards. All modules in the package.json
are matched against the modules found in this config file. Matches are looked for in the same directory
as the current package resides in.
dependencies:
- module
- module*
- @company/*
dev-dependencies:
- module
FAQs
Bulk linking of packages and bulk updated for dependencies
We found that depstr 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.