Skip to main content

generate fat wheel similar to fat jar in java

Project description

https://static.pepy.tech/personalized-badge/fat-wheel?period=month&units=international_system&left_color=black&right_color=orange&left_text=Downloads

Fat Wheel are basically wheels which include dependencies inside whl/tar/egg distribution similar in java we build a fat jar and run app from jar which have deps in inside the jar Fat Wheel try to solve to problems.

  1. you just build the fat-wheel and install and run it

  2. as dist have same deps inside when built and same deps install on use site

  3. share code and install deps when have no internet connection(which is not a problem today ;-))

Usage

  1. install fat-wheel

pip install fat-wheel
  1. run fat <project_path> in cmd and run it project root dir and press enter

    • open cli in project root and run

    fat .
    • view help options

    fat -h
  2. it will generate a local copy of project with deps and build whl/sdist/ dist

  3. use whl/tar dist and install

  4. it will install and create a cli command, command name is same as root_pkg name when run this cli command it will install deps locally not from any repo

  5. please look into build project copy and its setup.py for cli command name

not supported yet

  1. currently only support flat-layout means root pkg in project root dir

project-root-dir
 |
 |--pkg
 |   |--__init__.py
 |   |....
 |....
  1. egg file able to build error in install

  2. *still in development may or may not support it*

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fat_wheel-1.3.5b0-py3-none-any.whl (11.8 kB view hashes)

Uploaded 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