Skip to main content

@public decorator and public(*objects) function for add object names to __all__

Project description

Install

github.com: pip install git+git://github.com/russianidiot/public.py.git

pypi.python.org: pip install public

download: python setup.py install or setup/.setup.py develop.command

Usage

from public import *

@public
def func(): pass

@public
class CLS: pass

public(CLS())
public("name")
public("name1","name2")

Tested: python 2.6, 2.7, 3+

Bug Tracker: github.com/russianidiot/public.py/issues

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

public-0.0.1.tar.gz (5.6 kB view hashes)

Uploaded Source

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