A tool for creating bespoke system-native OpenStack artifacts
Go to file
John Dewey e720096a1c Using a makefile 2014-06-02 11:45:27 -07:00
giftwrap Added .travis.yml file 2014-05-31 15:43:44 -07:00
.gitignore Added a Vagrantfile for development 2014-05-31 14:57:24 -07:00
.rubocop.yml Added a Vagrantfile for development 2014-05-31 14:57:24 -07:00
.travis.yml Using a makefile 2014-06-02 11:45:27 -07:00
LICENSE Init add with base execute command and tests 2014-05-29 20:16:04 -07:00
Makefile Using a makefile 2014-06-02 11:45:27 -07:00
README.md Using a makefile 2014-06-02 11:45:27 -07:00
Vagrantfile Using a makefile 2014-06-02 11:45:27 -07:00
requirements.txt Init add with base execute command and tests 2014-05-29 20:16:04 -07:00
setup.cfg Init add with base execute command and tests 2014-05-29 20:16:04 -07:00
setup.py Init add with base execute command and tests 2014-05-29 20:16:04 -07:00
test-requirements.txt Init add with base execute command and tests 2014-05-29 20:16:04 -07:00
tox.ini Init add with base execute command and tests 2014-05-29 20:16:04 -07:00

README.md

giftwrap

Usage

$ pip install giftwrap
$ giftwrap -h

Dependencies

  • Vagrant
  • fpm

Development

$ git clone git@github.com:cloudcadre/giftwrap.git
$ vagrant up

Testing

$ make test

License

Authors John Dewey (john@dewey.ws)
Craig Tracey (craigtracey@gmail.com)
Copyright Copyright (c) 2014, John Dewey
Copyright (c) 2014, Craig Tracey

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.