Skip to main content

packages your Python packages/files into a brython_modules.js

Project description

https://api.travis-ci.org/chfw/brython-pack.svg?branch=master https://codecov.io/gh/chfw/brython-pack/branch/master/graph/badge.svg

Introduction

brython-pack packages your Python packages/files into a brython_modules.js. The output is a brython_modules.js in your current directory. It is used to pack up pyecharts.js

Installation

You can install brython-pack via pip:

$ pip install brython-pack

or clone it and install it:

$ git clone https://github.com/chfw/brython-pack.git
$ cd brython-pack
$ python setup.py install

Limitation

It cannot find the requirements.txt file for you, which you need to figure it out by yourself. Once you will have the dependency list(the dependency on brython_stdlib.js), the packing step is straight foward.

Usage

usage:

    bp brython_stdlib.js requirements.txt your packages and file list

where:

    brython_stdlib.js: should be the accessible path to the lib file.
    requirements.txt: is the hard coded and manually worked out dependencies
                      on brython_stdlib.txt. Not the pip requirements.txt.
    your packages file list: could be given as space separated arguments.

examples:

    bp dependencies/brython_stdlib.js requirements.txt pyecharts editor.py

Change log

0.0.2 - 23.10.2017

  1. pyexcel #105, remove gease from setup_requires, introduced by 0.1.3.

0.0.1 - unreleased

First commit - being able to create an optimal brython_modules.js

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brython-pack-0.0.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

brython_pack-0.0.2-py2.py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page