Skip to main content

Save currently defined classes and functions to modules

Project description

The modulr Python package

Installation

pip install modulr

Description

The modulr package has one function, make_module, which saves class and/or function definitions of classes to a module (.py file). The input objects (classes and/or functions) must defined in the current Python session.

Usage

from modulr import make_module

def func1(x):
    ...

def func2(x):
    ...

make_module([func1, func2], module_name='my_funcs.py')

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

modulr-0.0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

modulr-0.0.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

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