Packaging Alternatives
Similar projects and alternatives to packaging
-
pyarmor
A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
alpine-python
Python images for amd64, arm32v6 and arm32v7 based on Alpine Linux (3.6, 2.7)
-
Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
-
-
cryptography
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
-
compiler-team
A home for compiler team planning documents, meeting minutes, and other such things.
packaging reviews and mentions
-
Alpine Linux 3.15 Released
> You can't use wheels
musl wheel support was added some time ago:
https://github.com/pypa/packaging/releases/tag/21.0
No idea how many packages actually build musl wheels though. From a quick glance at least cryptography and lxml has musl wheels.
-
Alpine Linux: Proposal to move Rust to main
Python supports Alpine just fine; indeed, the standard Docker Python images include Alpine variants.
If you mean binary wheels, PyPA packaging added support for Alpine wheels a few months ago (https://github.com/pypa/packaging/pull/411), and auditwheel support for the same just shipped today.
Stats
pypa/packaging is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of packaging is Python.