Skip to content

ActionIQ-OSS/python-pkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-pks

These are python packages that we host in order to ensure a consistent environment. Otherwise source distributions get built each time with potentially different tools / libraries. The files are hosted here by GitHub Pages.

Note we use pyenv in this repository.

Building for mac

Run pip wheel --no-cache-dir --wheel-dir=./ foolib==1.2.3. This should create a file called foolib-1.2.3-xxx-macosx_<your mac osx version>_<arch>.whl.

Building for linux

Same as above. Instead of a macosx version, it should be none-linux.

Refreshing index

After all whl files are built and copied to the root directory in your git branch, you'll need to rebuild the index by running ./rebuild-index.sh.

About

Public Python Packages (hosted by GitHub pages)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8