Skip to content
#

Vagrant

vagrant logo

Vagrant is a software product for building and maintaining portable virtual software development environments, e.g. for VirtualBox, Hyper-V, Docker, VMware, and AWS. The core idea behind it lies in the fact that the environment maintenance of virtualizations becomes increasingly difficult in a large software development project.

Here are 4,384 public repositories matching this topic...

themarwhal
themarwhal commented Apr 11, 2022

Now that the Magma Python version has been upgraded to 3.8, we can clean up our NamedTuple usages to look a little nicer.

Suggested Changes

Instead of declaring NamedTuple like this,

DiskPartition = NamedTuple(
    'DiskPartition',
    [
        ('device', str), ('mount_point', str), ('total', int), ('used', int),
        ('free', int),
    ],
)

we can do the followi

good first issue

Created by Mitchell Hashimoto

Released March 8, 2010

Repository
hashicorp/vagrant
Website
www.vagrantup.com
Wikipedia
Wikipedia