Skip to content

simple wrapper for building python apps using fpm

License

Notifications You must be signed in to change notification settings

jamesjuran2/ship_it-1

 
 

Repository files navigation

Ship It

A dead-simple wrapper for building python applications fpm that will enforce some best practices.

Build Status

Master: Build StatusCoverage Status

Develop: Build StatusCoverage Status

How?

ship_it manifest.yaml

What's a Manifest?

defines some additional information that we'll send to fpm

Example

version: 0.13.0
name: frufyfru
before_install: preinstall
user: root
group: root
config_files:
  /etc/frufyfru.conf: examples/frufyfru.conf

About

simple wrapper for building python apps using fpm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%