Skip to main content

Pip handling for tiamat projects

Project description

Tiamat Pip

Pip handling for tiamat projects

Setup

In order to be able to pip install packages which can be used with your tiamat packaged application you need to add tiamat-pip as a dependency and your run.py should look similar to:

#!/usr/bin/env python3

import sys
import multiprocessing

import tiamatpip.cli
import tiamatpip.configure

import mainapp

# Configure the path where to install the new packages
tiamatpip.configure.set_user_site_packages_path("THIS SHOULD BE A HARDCODED PATH")


def main(argv):
    # Let's see if we should be handling pip related stuff
    if tiamatpip.cli.should_redirect_argv(argv):
        tiamatpip.cli.process_pip_argv(argv)

    # If we reached this far, it means we're not handling pip stuff
    # Your application logic can resume

    mainapp.main(argv)
    sys.exit(0)


if __name__ == "__main__":
    if sys.platform.startswith("win"):
        multiprocessing.freeze_support()
    main(sys.argv)

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

tiamat-pip-1.2.2.tar.gz (130.8 kB view details)

Uploaded Source

Built Distribution

tiamat_pip-1.2.2-py3-none-any.whl (141.6 kB view details)

Uploaded Python 3

File details

Details for the file tiamat-pip-1.2.2.tar.gz.

File metadata

  • Download URL: tiamat-pip-1.2.2.tar.gz
  • Upload date:
  • Size: 130.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for tiamat-pip-1.2.2.tar.gz
Algorithm Hash digest
SHA256 f47ca3adc0bcaa332a7f1327a6e63bd47bcce6b4125db3c94ce7fd731f28c240
MD5 5c0ef9316c5adef8789306e3f5b47f2a
BLAKE2b-256 91115fb69fcc6e5b13d93571a9371a4d16ec822c09088fdd57cbd3e170250107

See more details on using hashes here.

File details

Details for the file tiamat_pip-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: tiamat_pip-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 141.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for tiamat_pip-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4f0f31987b71d2b9d4bddc944a32b873d4802c59efc3794e59deb76493473650
MD5 85fe1c35bc5af42a8fdcdd2ae4c6eb4d
BLAKE2b-256 1b96b4cddafbe821cfd12789c1dfc279707f2b137701ade24789078b0d6b9d65

See more details on using hashes here.

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