Skip to main content

flake_master is a manager for flake8 plugins and configuration.

Project description

flake_master

Build Status Maintainability Test Coverage

flake_master is a manager for flake8 plugins and configuration.

If you have multiple projects with rich flake8 setup, you know how painful it could be to keep flake8 setup in all projects up to date and synced. This is what flake master does.

This library is inspired by eslint and does pretty much the same as flakehell. I'm bored.

Installation

pip install flake_master

Usage

Flake master can help with flake8 set setup and upgrade.

Setup

flake_master setup <preset name or path> <dir to do the setup>

This will do the following:

  • download preset with all plugins versions and project setup (from Github);
  • add required packages to requirements.txt;
  • add plugins configuration to setup.cfg;
  • create .flake_master file with current preset version (add the file to vsc).

Upgrade

flake_master upgrade <dir with .flake_master>

This command will fetch last version of preset from .flake_master and apply it to requirements.txt and setup.py.

Beware, it can overwrite some data, that was updated by flake_master and then manually updated.

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

flake_master-0.0.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page