Tags: jayantom/sknobs
Tags
Fix issue with deep file recursion (#14) * Fix stack overflow issue. Caused by >=10 dash-f file depth. Add test to cover large sknob strings and dash-f recursion. * Make MAX a multiple of CHUNK. This simplifies the logic. Co-authored-by: Josh Scheid <jscheid@ventanamicro.com>
Upgrade python packaging to distribute as a platform wheel. (#5) * Upgrade python packaging to distribute as a platform wheel. Move to setuptools and separate setup.cfg configuration file. MANIFEST.in file is no longer needed. Make sknobs extension python2/3 compatible using the py3c library. Link to README.md added as setuptools applies a sandbox to avoid use of outside files. * Note some package dependencies for building. * Avoid attempt to update system POD file. * Include py3c headers to avoid build depenency. Some distros (e.g., AL2) have no package for this. * Add include directory for build.
PreviousNext