Skip to content

Pythoniasm/foxysafe

Repository files navigation

FoxySafe

PyPI Version GitHub Tag

GitLab backup tool for repositories, issues, wikis, and snippets.

Table of Contents

Install

pip install -e foxysafe

Usage

  • Copy the default_config.yaml to a custom config.yaml and adjust the settings to your needs.
  • Copy the .env.example to .env and adjust the settings to your needs.

If you have cloned the repository and want to run the package from the source directory and the default_config.yaml file:

foxysafe

If you have cloned the repository and want to run the package from with a path to a custom config PATH_TO/config.yaml:

foxysafe --config-name PATH_TO_CONFIG.yaml

Contribute

Development Installation

python -m pip install -e ".[dev]"

Further, you can use Makefile to run linting:

make lint