• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H14-Mar-2020-2415

asset/H03-May-2022-

doc/H14-Mar-2020-739369

gilt/H14-Mar-2020-708460

python_gilt.egg-info/H03-May-2022-7756

test/H14-Mar-2020-828490

.coveragercH A D22-Feb-202027 43

.flake8H A D22-Feb-202073 43

.style.yapfH A D22-Feb-202048 43

AUTHORS.rstH A D22-Feb-2020246 2113

CHANGELOG.rstH A D14-Mar-2020659 3827

CONTRIBUTING.rstH A D22-Feb-20201.1 KiB5033

LICENSEH A D22-Feb-20201.1 KiB2217

PKG-INFOH A D14-Mar-20202.3 KiB7655

README.rstH A D14-Mar-20201 KiB5031

pytest.iniH A D22-Feb-202027 32

setup.cfgH A D14-Mar-20201 KiB5143

setup.pyH A D22-Feb-20201.2 KiB262

tox.iniH A D22-Feb-2020404 2723

README.rst

1****
2gilt
3****
4
5.. image:: https://badge.fury.io/py/python-gilt.svg
6   :target: https://badge.fury.io/py/python-gilt
7   :alt: PyPI Package
8
9.. image:: https://readthedocs.org/projects/gilt/badge/?version=latest
10   :target: https://gilt.readthedocs.io/en/latest/
11   :alt: Documentation Status
12
13.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
14   :target: LICENSE
15   :alt: Repository License
16
17gilt - A GIT layering tool.
18
19Quick Start
20===========
21
22Install gilt using pip:
23
24.. code-block:: bash
25
26    $ pip install python-gilt
27
28Overlay remote repositories and/or files into the destinations provided.
29
30.. code-block:: bash
31
32    $ gilt --debug overlay
33
34Documentation
35=============
36
37https://gilt.readthedocs.io/
38
39License
40=======
41
42`MIT`_
43
44.. _`MIT`: https://github.com/metacloud/gilt/blob/master/LICENSE
45
46The logo is licensed under the `Creative Commons NoDerivatives 4.0 License`_.
47If you have some other use in mind, contact us.
48
49.. _`Creative Commons NoDerivatives 4.0 License`: https://creativecommons.org/licenses/by-nd/4.0/
50