Skip to main content

An opinionated plugin for Flake8 on how certain packages should be imported or aliased.

Project description

flake8-import-conventions

PyPI

An opinionated plugin for Flake8 on how certain packages should be imported or aliased.

It is based on the pandas-vet and flake8-2020 plugins.

Installation

Via Pipenv:

pipenv install --dev flake8 flake8-import-conventions

Flake8 codes

Package Code Description
Altair IC001 altair should be imported as import altair as alt
GeoPandas IC002 geopandas should be imported as import geopandas
Matplotlib IC003 matplotlib.pyplot should be imported as import matplotlib.pyplot as plt
NetworkX IC004 networkx should be imported as import networkx as nx
NumPy IC005 numpy should be imported as import numpy as np
pandas IC006 pandas should be imported as import pandas as pd
Plotly IC007 plotly.express should be imported as import plotly.express as px
Plotly IC008 plotly.graph_objects should be imported as import plotly.graph_objects as go
seaborn IC009 seaborn should be imported as import seaborn as sns
statsmodels IC010 statsmodels.api should be imported as import statsmodels.api as sm

Development

poetry install --with dev
poetry shell

Open the manual_test.py file in VS Code to see the error messages.

pytest tests/ -v

or (to see print()s)

pytest tests/ -v -s

Copy the output of the following script and paste it in the Flake8 codes section:

python gen_table.py

If changes are not reflected in VS Code after changing something in the package, close it and open it again.

Deployment

poetry check
poetry version minor

or

poetry version patch

Commit the change in the pyproject.toml file.

git tag
git tag "v$(poetry version --short)"
git push origin "v$(poetry version --short)"

References

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

flake8_import_conventions-0.1.0.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file flake8_import_conventions-0.1.0.tar.gz.

File metadata

  • Download URL: flake8_import_conventions-0.1.0.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.7.15 Linux/5.15.0-1031-azure

File hashes

Hashes for flake8_import_conventions-0.1.0.tar.gz
Algorithm Hash digest
SHA256 0710db3a77de023c9a40b4483a9a259a1fdc3d09187892799614bf0f425df779
MD5 e694d2daa8c2b659817f38d5c61a94a6
BLAKE2b-256 4b2a94072dab358027f3ce2a9eee278624124da50be7d252d44b418f7aea2b27

See more details on using hashes here.

File details

Details for the file flake8_import_conventions-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for flake8_import_conventions-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d0a32cbdb78239a4976aef5d3ac958f25a2b6c155760060d40a8bbebe481a03b
MD5 3a4a207ef08ec9333c9608a37f6cadef
BLAKE2b-256 0abc7770ca645bc9739019c2d51aaa9134f974ca623e4c8474f42db6eaf608dd

See more details on using hashes here.

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