Metadata-Version: 2.1
Name: footing
Version: 0.1.1
Summary: Keep templated projects in sync with their template
Home-page: https://github.com/Opus10/footing
License: BSD-3-Clause
Author: Opus 10 Engineering
Requires-Python: >=3.7.0,<4
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=6.7)
Requires-Dist: cookiecutter (>=1.6.0)
Requires-Dist: python-gitlab (>=2.10.1)
Requires-Dist: pyyaml (>=3.12)
Requires-Dist: requests (>=2.13.0)
Requires-Dist: tldextract (>=3.1.2)
Project-URL: Documentation, https://footing.readthedocs.io
Project-URL: Repository, https://github.com/Opus10/footing
Description-Content-Type: text/x-rst

footing
########################################################################

Documentation
=============

`View the footing docs here
<https://footing.readthedocs.io/>`_.

Installation
============

Install footing with::

    pip3 install footing


Contributing Guide
==================

For information on setting up footing for development and
contributing changes, view `CONTRIBUTING.rst <CONTRIBUTING.rst>`_.

