Skip to main content

The simplest package management from the source code

Project description

INSTALLED: the simplest package management from the source code

Thanks to this package, it is very easy to manage the lifecycle of packages directly from the code.

Install it:

pip install instld

And use as in this example:

import installed


with installed('polog'):
  from polog import log, config, file_writer

  config.add_handlers(file_writer())

  log('some message!')

This code installs the polog package, imports the necessary objects from there and displays a message. At the end of the program, there will be no excess garbage left in the system. This way you can easily try different packages without bothering with their installation and subsequent removal.

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

instld-0.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

instld-0.0.2-py3-none-any.whl (3.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