Home
Name Modified Size InfoDownloads / Week
NEWS 2011-05-30 174 Bytes
README 2011-05-30 756 Bytes
ckpy_20110530220454_v0.2.tar.gz 2011-05-30 15.1 kB
ckpy_20110421112853_v0.1.tar.gz 2011-04-21 1.7 kB
Totals: 4 Items   17.7 kB 0
CKPY -- Useful Python packages for the developer.

This release is fully functional, but contains two packages only :
    ckcommon -- Common code for CKPY packages
    ckhmi -- Human-machine interface management package (win32 only)

To import CKPY packages :

    1) Set the following environment variables :
        CKPYPATH : install path
        CKPYOUTPATH : output path

    2) Copy ckpylocal.py (in ckcommon) to your own code base

    3) In your code, insert the following snippet :
        # CKPY
        import ckpylocal
        outputPath = ckpylocal.init()

    4) Import CKPY packages

--

https://sourceforge.net/projects/ckpy

Point of contact : ck AT sophty DOT com

CKPY is licensed under the GPLv3
See Sophty website <http://sophty.com/>
Source: README, updated 2011-05-30