111 projects
enum-tools
Tools to expand Python's enum module.
sphinx-pyproject
Move some of your Sphinx configuration into pyproject.toml
astatine
Some handy helper functions for Python's AST module.
formate
Python formatting mate.
apeye
Handy tools for working with URLs and APIs.
pyms-nist-search
PyMassSpec extension for searching mass spectra using NIST's Mass Spectrum Search Engine.
sphinx-licenseinfo
Sphinx directives for showing license information.
attr-utils
Utilities to augment attrs.
handy-archives
Some handy archive helpers for Python.
libgunshotmatch
Base library for GunShotMatch.
default-values
Sphinx extension to show default values in documentation.
pypi-json
PyPI JSON API client library
sphinx-toolbox
Box of handy tools for Sphinx 🧰 📔
seed-intersphinx-mapping
Populate the Sphinx 'intersphinx_mapping' dictionary from the project's requirements.
consolekit
Additional utilities for click.
chemistry-tools
Python tools for analysis of chemical compounds.
pyproject-parser
Parser for 'pyproject.toml'
pyproject-examples
Example pyproject.toml configs for testing.
domdf-sphinx-theme
Customised 'sphinx_rtd_theme' used by my Python projects.
domdf-wxpython-tools
Tools and widgets for wxPython.
simple503
PEP 503 Python package repository generator.
apeye-core
Core (offline) functionality for the apeye library.
github3-utils
Handy utilities for github3.py
deprecation-alias
A wrapper around 'deprecation' providing support for deprecated aliases.
flake2lint
Tool and pre-commit hook to augment Flake8 noqa comments with PyLint comments.
pprint36
Backport of pprint from Python 3.9 to Python 3.6-3.8
octocheese
🐙 🧀 – Copy PyPI Packages to GitHub Releases
southwark
Extensions to the Dulwich Git library.
dist-meta
Parse and create Python distribution metadata.
pychoosealicense
Provides license metadata from choosealicense.com
whey
A simple Python wheel builder for simple projects.
configconfig
Load and validate YAML configuration files.
whey-pth
Extension to whey to support .pth files.
repo-helper-github
Manage GitHub repositories with repo-helper.
repo-helper-devenv
Create virtual environments with repo-helper.
repo-helper-rtd
Manage ReadTheDocs documentation with repo-helper.
repo-helper-sphinx-theme
Sphinx Theme for repo_helper.
dom-toml
Dom's tools for Tom's Obvious, Minimal Language.
toctree-plus
Enhanced Sphinx TocTree which shows classes, functions etc. as if they were sections.
coverage-pyver-pragma
Plugin for Coverage.py to selectively ignore branches depending on the Python version.
flake8-dunder-all
A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'.
extras-require
Display a warning at the top of module documentation that it has additional requirements.
domdf-python-tools
Helpful functions for Python 🐍 🛠️
dep-checker
Tool to check all requirements are actually required.
coincidence
Helper functions for pytest.
shippinglabel
Utilities for handling packages.
remote-wheel
Access files from a remote wheel.
hatch-requirements-txt
Hatchling plugin to read project dependencies from requirements.txt
importcheck
A tool to check all modules can be correctly imported.
pyproject-devenv
Create virtual environments using pyproject.toml metadata.
domplotlib
Dom's extensions to matplotlib
html-section
Sphinx extension to hide section headers with non-HTML builders.
pyupgrade-directories
Run pyupgrade on all files in a directory, and optionally recursively.
sphinx-autofixture
Sphinx autodocumenter for pytest fixtures.
sphinx-packaging
A collection of Sphinx utilities related to Python packaging.
sphinx-jinja2-compat
Patches Jinja2 v3 to restore compatibility with earlier Sphinx versions.
whiptail-dialogs
Use whiptail to display dialog boxes from Python scripts.
dependency-dash
A fully Open Source dependency dashboard.
pymassspec-plot
Plotting extension for PyMassSpec.
mkrecipe
A tool to create recipes for building conda packages from distributions on PyPI.
whey-conda
Whey extension for creating Conda packages for Python projects.
shippinglabel-pypi
Shippinglabel extension for interacting with PyPI.
shippinglabel-conda
Shippinglabel extension with utilities conda packages.
flake8-slots
A Flake8 plugin to require __slots__ to be defined for subclasses of immutable types.
cawdrey
Several useful custom dictionaries for Python 📖 🐍
mathematical
Mathematical tools for Python 📐 🐍 🛠️
sdjson
Custom JSON Encoder for Python utilising functools.singledispatch to support custom encoders for both Python's built-in classes and user-created classes, without as much legwork.
repo-helper
A tool to manage configuration files, build scripts etc. across multiple projects.
sphinx-debuginfo
A Sphinx extension to include debugging information in the output.
dict2css
A μ-library for constructing cascading style sheets from Python dictionaries.
flake8-helper
A helper library for Flake8 plugins.
sphinx-highlights
Sphinx extension to display a selection of highlights from a Python library.
flake8-encodings
A Flake8 plugin to identify incorrect use of encodings.
formate-black
Use black with formate.
snippet-fmt
Format and validate code snippets in reStructuredText files.
octo-api
Python interface to the Octopus Energy API.
yapf-isort
yapf 💌 isort
rsc-on-this-day
Displays Royal Society of Chemistry "On This Day" facts.
searchdocs
Search the Python documentation from your terminal.
tox-recreate-hook
(experimental) Allows hooks to be defined which are called when recreating a tox testenv.
flake8-strftime
A flake8 plugin which checks for use of platform specific strftime codes.
appdirs-stubs
Type stubs for appdirs
pytest-mypy-plugins-shim
Substitute for "pytest-mypy-plugins" for Python implementations which aren't supported by mypy.
repo-helper-pycharm
repo_helper extension to manage PyCharm's configuration.
tox-envlist
Allows selection of a different tox envlist.
notebook2script
Convert Jupyter Notebooks to Python Scripts.
git-toggle
Toggle Git remotes between https and ssh.
emoji-strings
Adds support for emoji-strings in Python, which convert emoji names into actual emoji.
flake8-sphinx-links
A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation.
mh-utils
Utilities for handing ancillary files produced by MassHunter.
flake8-github-actions
GitHub Actions integration for flake8.
wordle
Create a wordcloud for a Git repository.
football-badges
Create a GitHub-style badge showing the score of a football match.
create-redirect
Python script for creating HTML redirects.
wx-icons-hicolor
Hicolor icon theme for wxPython.
flake8-prettycount
Wrapper around flake8 providing a formatted count at the end.
dummy-wx
This module does nothing.
PyMassSpec
Python Toolkit for Mass Spectrometry
dotnet-stubs
Incomplete, and probably incorrect, stubs for .NET.
wx-icons-suru
Suru icon theme for wxPython 🐍
wx-icons-humanity
Humanity and Humanity Dark icon themes for wxPython 🐍
wx-icons-adwaita
Adwaita icon theme for wxPython 🐍
ytools3
Library for validating `yaml` files against schema and selectively dumping nodes from `yaml` (or `json`) documents in `yaml` or `json` format.
indicator-syncthing
A Syncthing status menu for Unity and other desktops that support AppIndicator.
py2latex
Create LaTeX documents with Python, Markdown and Jinja2.
webcolors-stubs
PEP 561 based Type information for webcolors.
PySetWacom
A GUI utility for configuring buttons on graphics tablets and styli
domdf-spreadsheet-tools
Tools for creating and formatting spreadsheets with Python and OpenPyXL.
msp2lib
Convert an MSP file representing one or more Mass Spectra to a NIST MS Search user library.
wxIconSaver
wxPython GUI for saving icons to files
wx-icons-tango
description goes here