Skip to main content

Introduction

Parse funcname, args, kargs from function-like string

Installation

pip install funcparse

Example

from funcparse import parse

funcname, args, kwargs = parse('say(1, 2, "Hello", a=1, b=2, c="World")')

print(funcname)
# >>> 'say'

print(args)
# >>> (1, 2, 'Hello')

print(kwargs)
# >>> {'a': 1, 'b': 2, 'c': 'World'}
from funcparse import parse

# Raise Syntax Error
# Use {"from": "a", "to": "b"} instead.
funcname, args, kwargs = parse('hi(dict(from="a", to="b"))')

Release files for funcparse 1.0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for funcparse 1.0.2
File Size Uploaded
funcparse-1.0.2.tar.gz 2.0 kB Details

Release files / funcparse-1.0.2.tar.gz

Download URL funcparse-1.0.2.tar.gz
Size 2.0 kB
Tags Source
SHA-256 checksum
How to use checksums
b0240348046d85247e7075181406454397f269459416e28b239e72665dafa795
BLAKE2b-256 checksum
How to use checksums
4463971a3ec6e3a16330aefe76340776c91e78c534aed56bd7999a6e72c84bee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

Release history Release notifications | RSS feed

This release

1.0.2 This release

1 release file

1.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page