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
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
pthogen-0.2.0.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for pthogen-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03f54a65025b9e7b13bf00648f1641f361a70eca06f7e1a7661086b98b0b8097 |
|
MD5 | 9bcf5ccb152b85ef8cda85bd1ada5e4d |
|
BLAKE2b-256 | e97b8455b7b2316188ddf47ccf0f304945a9faeb0ff9a19d09c2db4254356fab |