Skip to main content

Easy to use project package manager

Project description

Ferrum 🜜

Python Linux macOS Windows


Ferrum is a lightweight, cross-platform Python project package manager (PPPM).
Install or uninstall Python packages from your project with a single line of code.

Features

  • Install multiple packages silently
  • Version pinning support
  • Uninstall with a single command
  • Cross-platform: Linux, macOS, Windows
  • Simple usage: ferrum.forge() and ferrum.purge()

Usage

Install packages

import ferrum

# Install latest versions
ferrum.forge(["numpy", "scipy"])

# Install specific versions
ferrum.forge(["numpy==1.26.0", "scipy==1.10.1"])
ferrum.forge({"numpy": "1.26.0", "scipy": "1.10.1"})

Uninstall packages

import ferrum

ferrum.purge(["numpy", "scipy"])

Verbose mode

Show pip errors if install/uninstall fails:

ferrum.forge(["numpy==1.26.0"], verbose=True)
ferrum.purge(["numpy"], verbose=True)

Summary mode

Show the user a summary of installed packages after install:

ferrum.forge(["numpy"], summary=True)

This produces output in this format:

Forging numpy...
Forge summary:
  numpy: success
Purging numpy...
Purge summary:
  numpy: success

Contact

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ferrum-0.1.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ferrum-0.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file ferrum-0.1.tar.gz.

File metadata

  • Download URL: ferrum-0.1.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ferrum-0.1.tar.gz
Algorithm Hash digest
SHA256 35aaaa5d2c8d71bb36d48f7e02ed4b903642911387bca7e69cf13e328346a441
MD5 8d5d1d3b3d87132ca7f8d76faaf5e866
BLAKE2b-256 e94d5f03e0e83062f184873e34532765bca70ea6f3270e2dfd8ccbeea655a0c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ferrum-0.1.tar.gz:

Publisher: python-publish.yml on literal-gargoyle/ferrum

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ferrum-0.1-py3-none-any.whl.

File metadata

  • Download URL: ferrum-0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ferrum-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7e6a251ce435bdb248dcf1d817ea242c2f8a26c14474afee5cf6a8a4b493362f
MD5 8ddb8a292c6d302a2a6d9af9be18d5e6
BLAKE2b-256 f5d5241551a6d4d2f06508e7df697729fae6a6d0113bfa7cc7924c227618af6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ferrum-0.1-py3-none-any.whl:

Publisher: python-publish.yml on literal-gargoyle/ferrum

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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