Skip to main content

Makes typed arguments Optional when the default argument is None

Project description

Logo

auto-optional: Makes typed arguments Optional when the default argument is None.

actions batch pypi python versions codecov License: MIT Code style: black


Documentation: auto-optional.daanluttik.nl

Source Code: github.com/luttik/auto-optional


What does auto-optional do?

The basic purpose of auto-optional is ensuring that whenever a default argument is None the type annotation is Optional.

For example:

def foo(bar: str = None):
    ...

Would turn into

from typing import Optional
def foo(bar: Optional[str] = None):
    ...

Why would you want this

  • Easily modify external libraries that didn't pay attention to proper use of optional to improve mypy linting.
  • Force consistency in your own code-base: Enforcing that None parameter implies an Optional type.

Install

Install with pip install auto-optional.

Run

After installing you can run auto-optional using auto-optional [path] (path is an optional argument).

Properties

  • Existing imports are reused.
  • import as statements are properly handled.

Things of note

For all these points you can leave a thumbs-up if you want it. Also, I welcome pull-requests for these issues.

  • There is no exclude (for file patterns) option yet [#2]
  • There is no ignore (for code lines) option yet [#3]
  • Code is aways read and written as UTF-8 (which is accurate most of the time). [#4]
  • There is no diff or check command yet for a dry-run or linting. [#5]

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

auto-optional-0.1.6.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

auto_optional-0.1.6-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file auto-optional-0.1.6.tar.gz.

File metadata

  • Download URL: auto-optional-0.1.6.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.8 CPython/3.8.11 Linux/5.8.0-1040-azure

File hashes

Hashes for auto-optional-0.1.6.tar.gz
Algorithm Hash digest
SHA256 dfb48d2ed14c0e05e9d848d7c375bc29755a45482ca82c750754817328725ce8
MD5 46ab453cd478c3ee14cb53048be51546
BLAKE2b-256 9e4dd2d689d4717fa5c16440f9ee0a06d2ad4800fbf6f821dcc86dbb21d53222

See more details on using hashes here.

File details

Details for the file auto_optional-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: auto_optional-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.8 CPython/3.8.11 Linux/5.8.0-1040-azure

File hashes

Hashes for auto_optional-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 bccb57b41ca88ad7348a4f34c6d4b237bac48de133f539c6e318547e350f41d8
MD5 a21f4850e8a0e390fc20ecf3ebdca633
BLAKE2b-256 77f70d1954886e73f7ee884228fcb89cb31393284ec6b5588a17d6af9acfaccb

See more details on using hashes here.

Supported by

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