Skip to main content

Python Code Injection Library

Project description

https://img.shields.io/pypi/l/injectify.svg https://img.shields.io/pypi/v/injectify.svg https://img.shields.io/pypi/pyversions/cookiecutter.svg https://api.travis-ci.com/Maltzur/injectify.svg?branch=master https://codecov.io/gh/Maltzur/injectify/branch/master/graphs/badge.svg?branch=master https://readthedocs.org/projects/injectify/badge/?version=latest https://img.shields.io/scrutinizer/g/Maltzur/injectify.svg

Injectify is a code injection library that allows you to merge code that you have written into code from a seprate package.

Installing

Install and update using pipenv (or pip, of course):

$ pipenv install injectify

Basic Example

from injectify import inject, HeadInjector

def foo(x):
    return x

print(foo(10))  # 10

@inject(target=foo, injector=HeadInjector())
def handler():
    x = 9000

print(foo(10))  # 9000

Features

Injectify can inject the following objects: * classes * functions * nested functions * methods * modules

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

injectify-0.2.0.tar.gz (23.6 kB view details)

Uploaded Source

Built Distribution

injectify-0.2.0-py2.py3-none-any.whl (11.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file injectify-0.2.0.tar.gz.

File metadata

  • Download URL: injectify-0.2.0.tar.gz
  • Upload date:
  • Size: 23.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for injectify-0.2.0.tar.gz
Algorithm Hash digest
SHA256 12c8e50cabbc05922ac5a71a07ef71863664def24f667a13bb51a5b3b5897ca9
MD5 aa07ec88e55a9c4edd3d0205acf658a3
BLAKE2b-256 8ca23f95bec73e3c82ee6c427c3bd83d0b728f570af70f40d7e0d87863607c1e

See more details on using hashes here.

File details

Details for the file injectify-0.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: injectify-0.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for injectify-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2d673e69efdc2f15be2cc1443c7a37b5c6b3030b488bbc254c992f39e479c296
MD5 db303edf9757fa964e274a19a6d965eb
BLAKE2b-256 ad19cd09d71331b8f17286fd01fe282c060c216cf6d1ceb51baade68a80a3120

See more details on using hashes here.

Supported by

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