Metadata-Version: 2.4
Name: gitdual
Version: 0.0.1
Summary: A dual-repository manager for Git-based build caching and workspace isolation.
Author-email: Rex Wang <1073853456@qq.com>
Maintainer-email: Rex Wang <1073853456@qq.com>
License: MIT license
Project-URL: bugs, https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/issues
Project-URL: changelog, https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/blob/master/changelog.md
Project-URL: homepage, https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

=======
gitdual
=======


.. image:: https://img.shields.io/pypi/v/gitdual.svg
        :target: https://pypi.python.org/pypi/gitdual

.. image:: https://img.shields.io/travis/RexWzh/gitdual.svg
        :target: https://travis-ci.com/RexWzh/gitdual

.. image:: https://readthedocs.org/projects/gitdual/badge/?version=latest
        :target: https://gitdual.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A dual-repository manager for Git-based build caching and workspace isolation.


* Free software: MIT license
* Documentation: https://gitdual.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
