Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/objectified/vdist
- Owner: objectified
- License: mit
- Created: 2015-02-05T21:19:34.000Z (over 9 years ago)
- Default Branch: owner-migration
- Last Pushed: 2017-02-23T08:58:04.000Z (over 7 years ago)
- Last Synced: 2024-04-04T11:33:54.609Z (7 months ago)
- Language: Python
- Size: 164 KB
- Stars: 41
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- starred-awesome - vdist - Create OS packages from Python projects using Docker containers (Python)
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/)
---