Skip to content

scripts: Add script to init bee file for PyPi package #217

Merged
merged 1 commit into from
Jan 20, 2017

Commits on Jan 20, 2017

  1. scripts: Add script to init bee file for pypi package

    This script can be used to create a bee file for a python
    package available from pypi.
    
    Howto:
    
     * search for the package at https://pypi.python.org/pypi to get the
       latest version
     * call the script with the package name and the version number.
    
       e.g. : scripts/init-pythonpackage PrettyTable 0.7.2
    
       note: case is not relevant in the package name
    
       this will create a new bee file python-PKG-VER-0.be0
    
     * execute the bee file generated from the previous step
    
       e.g. : ./python-prettytable-0.7.2-0.be0
    donald committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    c13f6d8 View commit details
    Browse the repository at this point in the history