Skip to main content

Load pthogen entry_points at pth time.

Project description

create a setup.cfg like:

[metadata]
name = a-cool-name-here
version = 0.0.0a0

[options]
py_modules = a_cool_name_here
install_requires = pthogen

[options.entry_points]
pthogen =
    a_cool_name_here = a_cool_name_here:main

[bdist_wheel]
universal = 1

and a_cool_name_here.py like:

def main():
    # your cool interpreter startup hacks go here

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

pthogen-0.2.0.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

pthogen-0.2.0-py2.py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 2 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