A tool for creating bespoke system-native OpenStack artifacts
Go to file
Craig Tracey 70f4705f91 Ignore vim temp files
No need to pull in .swp or .swo files.
2014-06-10 23:22:05 -04:00
giftwrap Add a basic framework for giftwrap 2014-06-02 19:13:04 -04:00
.gitignore Ignore vim temp files 2014-06-10 23:22:05 -04:00
.rubocop.yml Added a Vagrantfile for development 2014-05-31 14:57:24 -07:00
.travis.yml Added .travis.yml file 2014-05-31 15:43:44 -07:00
LICENSE Init add with base execute command and tests 2014-05-29 20:16:04 -07:00
README.md Added a Vagrantfile for development 2014-05-31 14:57:24 -07:00
Vagrantfile Added a Vagrantfile for development 2014-05-31 14:57:24 -07:00
requirements.txt Init add with base execute command and tests 2014-05-29 20:16:04 -07:00
sample.yml Add a basic framework for giftwrap 2014-06-02 19:13:04 -04:00
setup.cfg Add a basic framework for giftwrap 2014-06-02 19:13:04 -04: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

$ sudo pip install tox
$ tox

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.