Thin wrapper around source control systems
Project description
The main use of Mayo is being able to download repositories from a URI that specifies what version control system (VCS) is being used:
import mayo mayo.fetch("git+https://github.com/mwilliamson/mayo.git", "/tmp/mayo") print open("/tmp/mayo/README.md").read()
Mayo can also be used as a script:
mayo fetch git+https://github.com/mwilliamson/mayo.git /tmp/mayo
Specific commits can be selected by appending a hash to the URI, followed by the name of the commit:
mayo.fetch("git+https://github.com/mwilliamson/mayo.git#74d69b4", "/tmp/mayo")
At the moment, git and hg URIs are supported.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mayo-0.2.5.tar.gz
(4.5 kB
view details)
File details
Details for the file mayo-0.2.5.tar.gz
.
File metadata
- Download URL: mayo-0.2.5.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d002b1e3f1a443aff9badafdb25706cb567bd9402264613e8788080ecea35552 |
|
MD5 | e3a59d534c0efda4f26e3f832308283d |
|
BLAKE2b-256 | 9d5daca3e60e15258531105e36d661e0895527c583c402e1bae09522855257e5 |