Skip to main content

import module from the sky

Project description

Description

With this module has beed loaded, then we can “gain” any module on the fly. Because the python scripts can do almost anything that the C language can do, so with this module’s power, we can throw upgrading away from now on.

Quickstart

1 - Put a python script on the website, I had put one at: http://oeb1qxnpc.bkt.clouddn.com/hello.py, the file’s content is:

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @author: zig(remember1637@gmail.com)

print("hello, pygain")

2 - Load this module from a local test script file “test.py”, then “gain” the remote “hello.py”:

import pygain

pygain.gain("hello", "http://oeb1qxnpc.bkt.clouddn.com", ["py"])

import hello

3 - Execute the test script(tested from python2.6.6 to python3.5.2):

> python test.py

if everything is fine, then we can see the “hello, pygain” was printed out

More reality: import zip package

“gain” remote script one by one is inefficient, so we can zip scripts together, let’s do it

1 - Put a zip that contains some scripts, I had put one at: http://oeb1qxnpc.bkt.clouddn.com/demo.zip, the zip’s content is:

demo.zip

/- __init__.py

/- hello.py

/- hello2.py

2 - Load this module from a local test script file “test.py”, then “gain” the remote “demo.zip”:

import pygain

pygain.gain("demo", "http://oeb1qxnpc.bkt.clouddn.com", ["zip", "py"])

import demo.hello2

3 - Execute the test script(tested from python2.6.6 to python3.5.2)

> python test.py

if everything is fine, then we can see the “hello, pygain” was printed out

4 - But we need only fetch the zip file, the scripts that embeded in the zip will import directly from the zip file.

Keyword arguments

Because of some special situation, we provider some keyword arguments, we can pass it on as below:

pygain.gain("demo", "http://zagzig.me/pygain/demo/v1", ["zip", "py"],
  httpheaders={"Referer": "xxx"}, zippw="guesswhat")
  1. httpheaders: when we fetch the remote file, we can pass on some http headers

  2. zippw: the remote zip file can be encrypted, so pass this password to decrypt&load the remote zip module

Installation

pip install pygain

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

pygain-3.1.9.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file pygain-3.1.9.tar.gz.

File metadata

  • Download URL: pygain-3.1.9.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pygain-3.1.9.tar.gz
Algorithm Hash digest
SHA256 2af54cf4b26ac85cf07470705f3ca9049ecb5b0660208ad5d19ae5b7757951d1
MD5 37debd96ffb8089cc950b8fca45857b2
BLAKE2b-256 11a768fbe008594ac06df6272d08d450f1ba163832c3a1ba9c3461c21a306fc6

See more details on using hashes here.

Supported by

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