Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
3 results tagged packaging  ✕
Python Wheels https://pythonwheels.com/
Thu 16 Aug 2018 06:37:48 PM CEST
QRCode

What are wheels?

Wheels are the new standard of Python distribution and are intended to replace eggs. Support is offered in pip >= 1.4 and setuptools >= 0.8.

Advantages of wheels

  • Faster installation for pure Python and native C extension packages.
  • Avoids arbitrary code execution for installation. (Avoids setup.py)
  • Installation of a C extension does not require a compiler on Windows or macOS.
  • Allows better caching for testing and continuous integration.
  • Creates .pyc files as part of installation to ensure they match the Python interpreter used.
  • More consistent installs across platforms and machines
development library opensource packaging python
How to set up Apt caching server on Ubuntu or Debian - Xmodulo http://xmodulo.com/apt-caching-server-ubuntu-debian.html
Mon 08 Feb 2016 01:49:56 PM CET
QRCode
debian distro linux packaging tools tutorial
Nix - the versioning oriented OS http://nixos.org/
Fri 18 Sep 2009 10:19:37 PM CEST
QRCode

Nix is a purely functional package manager. It allows multiple versions of a package to be installed side-by-side, ensures that dependency specifications are complete, supports atomic upgrades and rollbacks, allows non-root users to install software, and has many other features. It is the basis of the NixOS Linux distribution, but it can be used equally well under other Unix systems.

distro linux packaging
3654 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn