![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.
atom-package-manager
Advanced tools
Discover and install Atom packages powered by atom.io
You can configure apm via a ~/.atom/.apmrc
file similarly to
npm config.
apm comes with npm and spawns npm
processes to
install Atom packages. The major difference is that apm
sets multiple command
line arguments to npm
to ensure that native modules are built against
Chromium's v8 headers instead of node's v8 headers.
The other major difference is that Atom packages are installed to
~/.atom/packages
instead of a local node_modules
folder and Atom packages
are published to and installed from GitHub repositories instead of
npmjs.org
Therefore you can think of apm
as a simple npm
wrapper that builds on top
of the many strengths of npm
but is customized and optimized to be used for
Atom packages.
apm is bundled and installed automatically with Atom. You can run the Atom > Install Shell Commands menu option to install it again if you aren't able to run it from a terminal.
libgnome-keyring-dev
if you are on Linuxnpm install
grunt
to compile the CoffeeScript codenpm test
to run the specsRun apm help
to see all the supported commands and apm help <command>
to
learn more about a specific command.
The common commands are apm install <package_name>
to install a new package,
apm featured
to see all the featured packages, and apm publish
to publish
a package to atom.io.
If you are behind a firewall and seeing SSL errors when installing packages
you can disable strict SSL by putting the following in your ~/.atom/.apmrc
file:
strict-ssl = false
If you are using a proxy you can configure apm
to use it by setting the
https-proxy
config in your ~/.atom/.apmrc
file like so:
https-proxy = https://9.0.2.1:0
FAQs
Atom package manager
The npm package atom-package-manager receives a total of 0 weekly downloads. As such, atom-package-manager popularity was classified as not popular.
We found that atom-package-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 open source maintainers 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.