Skip to content

Latest commit

 

History

History
104 lines (87 loc) · 4.62 KB

distribution.md

File metadata and controls

104 lines (87 loc) · 4.62 KB

Bookmarks tagged [distribution]

https://github.com/spotify/dh-virtualenv

Build and distribute a virtualenv as a Debian package.


http://nuitka.net/

Compile scripts, modules, packages to an executable or extension module.


http://pythonhosted.org/py2app/

Freezes Python scripts (Mac OS X).


http://www.py2exe.org/

Freezes Python scripts (Windows).


https://github.com/pyinstaller/pyinstaller

Converts Python programs into stand-alone executables (cross-platform).


http://pynsist.readthedocs.io/en/latest/

A tool to build Windows installers, installers bundle Python itself.


[Bintray c

https://bintray.com

Version control for binaries that handle publishing. Compatible with Maven or Gradle, with a free plan for open-source software as well as several business plans.


https://boxfuse.com

Deployment of JVM applications to AWS using the principles of immutable infrastructure.


http://www.capsule.io

Simple and powerful packaging and deployment. A fat JAR on steroids, or a "Docker for Java" that supports JVM-optimized containers.


https://search.maven.org

Largest binary component repository available as a free service to the open-source community. Default used by Apache Maven, and available in all other build tools.


[Cloudsmith c

https://cloudsmith.io

Fully managed package management SaaS with support for Maven/Gradle/SBT.


http://izpack.org

Setup authoring tool for cross-platform deployments.


https://jitpack.io

Easy-to-use package repository for GitHub. Builds Maven/Gradle projects on demand and publishes ready-to-use packages.


[Nexus c

https://www.sonatype.com/nexus/solution-overview

Binary management with proxy and caching capabilities.


https://github.com/libgdx/packr

Packs JARs, assets and the JVM for native distribution on Windows, Linux and Mac OS X.


https://github.com/brianm/really-executable-jars-maven-plugin

Maven plugin for making self-executing JARs.