Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/objectified/vdist

Create OS packages from Python projects using Docker containers
https://github.com/objectified/vdist

Last synced: 3 months ago
JSON representation

Create OS packages from Python projects using Docker containers

Awesome Lists containing this project

README

        

# IMPORTANT: This fork is no longer maintained. The official home of vdist can now be [found here](https://github.com/dante-signal31/vdist)

---
Welcome to the home of vdist, a tool that lets you create OS packages from your Python applications in a clean and self contained manner. It uses [virtualenv](https://virtualenv.pypa.io/en/latest/), [Docker](https://www.docker.com/) and [fpm](https://github.com/jordansissel/fpm) under the hood, and it uses [Jinja2](http://jinja.pocoo.org/docs/dev/) to render its templates for each individual target OS.

vdist is currently in alpha stage, but it should work just fine. Issues, feature requests, pull requests etc. are very welcome!

The official documentation for vdist can be found on [ReadTheDocs](http://vdist.readthedocs.org/en/latest/)
---