Skip to main content

Modify an environment to build and bundle a Python package into a manylinux wheel.

Project description

little-cheesemonger

little-cheesemonger is a package that can set up a manylinux build environment to compile a correctly linked manylinux wheel. Configuration data is loaded from a pyproject.toml file, or a custom data loader can be implemented.

Installation

pip install little-cheesemonger==0.1.0rc0

Quickstart

To trigger environment setup, either run little-cheesemonger from the root directory of a package, or pass the path to the package you want compiled. The package must contain configuration data in its pyproject.toml file for environment setup to work.

little-cheesemonger path/to/package

Default Configuration

The manylinux image version is controlled by last section of the configuration heading. The latest tag is always used.

[tool.little-cheesemonger.manylinux2014_x86_64]
environment_variables = [
  "FOO=BAR"
]
system_dependencies = [
  "atlas"
]
python_dependencies = [
  "nyancat==0.1.2"
]
steps = [
  "touch /foobar.txt"
]
  • environment_variables is a list of environment variables to set in the container prior to building the wheel. They are expected to be in KEY=VALUE format.
  • system_dependencies is a list of CentOS system dependencies to install via YUM. They are expected to be in package-version format.
  • python_dependencies is a list of Python dependencies to install via pip. They are expected to be in package==version format. They are currently installed for all available versions of Python in a given manylinux image.
  • steps is a list of steps to execute via bash. Package building and uploading could be implemented here, or little-cheesemonger could be integrated into a larger system!

Custom Data Loader

You can pass the path to an importable function, as well as positional and keyword arguments to little-cheesemonger to customize how configuration data is loaded.

little-cheesemonger --data-loader path.to.function --loader-arg foo --loader-kwarg foo=bar

Custom data loader functions must accept directory as the first argument with positional and keyword arguments passed to the loader function after. The function must return a dictionary of configuration data matching the fields above.

def my_custom_loader(directory: Path, ...) -> Dict:
  pass

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

little-cheesemonger-0.1.0rc2.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

little_cheesemonger-0.1.0rc2-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

Details for the file little-cheesemonger-0.1.0rc2.tar.gz.

File metadata

  • Download URL: little-cheesemonger-0.1.0rc2.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1

File hashes

Hashes for little-cheesemonger-0.1.0rc2.tar.gz
Algorithm Hash digest
SHA256 6c85838510a3d648568199749f685ddb1121b1cb903a0af3a3eb3b8533259d55
MD5 84eafa83ddc08d47eac3b8c4aec23ad7
BLAKE2b-256 d05436f0fc1a84ecca1954be2e80371bb7d375231b9e490adbe6a84c3733543d

See more details on using hashes here.

File details

Details for the file little_cheesemonger-0.1.0rc2-py3-none-any.whl.

File metadata

  • Download URL: little_cheesemonger-0.1.0rc2-py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1

File hashes

Hashes for little_cheesemonger-0.1.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 d8d131e817eeca6b6c08635f4d5e2c8b48b1a01494fdd23d9da5bbb05ce25639
MD5 bda8ffd176b3b46829bde3da1533854b
BLAKE2b-256 0b077414905b43ba675518e78d5df22575dd18d4ab5b602abe3ba5578fdf0e53

See more details on using hashes here.

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