neithere / argh
An argparse wrapper that doesn't make you say "argh" each time you deal with it.
☆369Updated 3 months ago
Related projects ⓘ
Alternatives and complementary repositories for argh
- Powerful Python library for atomic file writes.☆317Updated 2 years ago
- Syntax-highlighting, declarative and composable pretty printer for Python 3.5+☆336Updated 11 months ago
- Bottom-up approach to refactoring in python☆699Updated 2 years ago
- Python 3.5+ runtime type checking for integration testing and data validation☆543Updated 5 months ago
- Effortless argument parser☆215Updated 2 months ago
- Custom Python linting through AST expressions☆267Updated last year
- pprint++: a drop-in replacement for pprint that's actually pretty☆408Updated last year
- Add or enhance bash, fish, zsh and powershell completion in Click☆288Updated 7 months ago
- It's easy to show that your command line app is active☆297Updated last year
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆399Updated 2 weeks ago
- Cython implementation of Toolz: High performance functional utilities☆1,009Updated 2 weeks ago
- make entry_points specified in setup.py load more quickly.☆124Updated 3 years ago
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆200Updated last year
- Compiles a python function with cython using only a decorator.☆185Updated 7 years ago
- CLIze: Turn Python functions into command-line interfaces☆480Updated 11 months ago
- A Sphinx plugin to automatically document click-based applications☆214Updated 6 months ago
- A python package that provides useful locks.☆251Updated 5 months ago
- Hunter is a flexible code tracing toolkit.☆804Updated 4 months ago
- Memory efficient Python objects☆360Updated 3 weeks ago
- Curses-like terminal wrapper with a display based on compositing 2d arrays of text.☆228Updated 3 weeks ago
- A fast and thorough lazy object proxy.☆247Updated 3 months ago
- A python documentation linter which checks that the docstring description matches the definition.☆483Updated last year
- For Python3, e.g. @typecheck add_count(count: int, when: any(datetime, timedelta) = datetime.now)☆169Updated 3 years ago
- changes automates python library release tasks.☆278Updated 2 years ago
- Python code object transformers☆184Updated 8 months ago
- A backport of fstrings to python<3.6☆389Updated 2 years ago
- Type hints support for the Sphinx autodoc extension☆562Updated last week
- Hjson for Python