No project description provided
Project description
FoxySafe
Table of Contents
Install
pip install foxysafe
Usage
- Copy the
default_config.yaml
to a customconfig.yaml
and adjust the settings to your needs. - Copy the
.env.example
to ` and adjust the settings to your needs.
If you have cloned the repository and run the package from the source directory with default_config.yaml
:
foxysafe
If you have cloned the repository and run the package from the source directory with a path to a custom config PATH_TO/config.yaml
:
foxysafe --config-name PATH_TO_CONFIG.yaml
Contribute
Development Installation
git clone https://github.com/Pythoniasm/foxysafe.git
cd foxysafe
python -m pip install --upgrade -e ".[dev]"
Further, you can use Makefile to run linting:
make lint
Changelog
- v0.1.0
- Initial release
- Support for:
- Recursive (group) repository search
- Repository clone with submodules and branches
- Download of issue descriptions, notes, info jsons, and their attachements
- Download of wikis and their attachements
- Download of snippets, snippet descriptions, info jsons and their attachements
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
foxysafe-0.1.0.tar.gz
(13.2 kB
view hashes)
Built Distribution
foxysafe-0.1.0-py3-none-any.whl
(15.2 kB
view hashes)