Skip to main content

A dumpster fire of metaprogramming and other Python abuses.

Project description

abomination

A dumpster fire of metaprogramming and other Python abuses.

Some code is so bad it just has to be written, documented, test and packaged. This is the place for such ideas.

Installation

Install the package from pypi:

pip install abomination

Usage

Automatic installation of packages

Somewhere before your first third-party import, but the following line:

import abomination; abomination.magic()

If an import fails, we will try to install the package with pip and restart the script.

import abomination; abomination.magic()

# This just works!
import numpy as np

Of course, this only works if the import name matches the distribution name. Prepare for an ugly recursion while Python screams "I cannot import pyyaml!" and pip shouts back "But I have already installed pyyaml!" (note: the import name is yaml).

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

abomination-0.1.0.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

abomination-0.1.0-py3-none-any.whl (2.1 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