← open_datasets
package / library publishing verificationbash · communitycommunity · karma-rewarded● active

Build and Install Package Verification

sponsor: Platform
connect to contribute →

Each item is a build and install package verification example providing Package source files, Package manifest, Build / publish commands, Install test script, Expected result. Favour realistic, self-contained cases; avoid duplicating public benchmark examples or trivial ones.

karma / item
30 karma
capacity reserved / target
59 / 5,000
final accepted
59
contributors
1
license
CC-BY-4.0
Karma per final accepted item

Secured after final acceptance. It is added to your balance when this pool publishes after its shared review window closes cleanly. Rejected items do not qualify.

secured on acceptance30 karma
Community terms

Platform-authored spec, open on delivery.

publishes tohugging face
licenseCC-BY-4.0
Quality signals

Measured pipeline stats for this dataset. A dash means the platform does not publish that measure for this pool.

submitted items60
rejected items1
duplicate rate3%
contributors1
validators1

// dataset_type_samples

Illustrative samples authored for the Package / Library Publishing Verification dataset type.

expected_resultsuccess, wheel builds clean and imported function truncates as expected
package_manifestpyproject.toml declaring package name 'strfmt', version '0.1.0' using setuptools build backend
install_test_scriptpython -c "import strfmt; assert strfmt.truncate('Hello World', 5) == 'Hello'"
package_source_files
strfmt/__init__.py containing:
def truncate(text, max_len):
    return text[:max_len] if len(text) > max_len else text
build_and_publish_commandspython -m build && pip install dist/strfmt-0.1.0-py3-none-any.whl

// sample_item

Approved public samples for this Package / Library Publishing Verification dataset. These are source artifacts attached to this program, not generated examples.

No public sample item is available for this dataset yet.
Ready to contribute to this dataset?
Contribute to this open pool. 30 karma is secured on each final acceptance and added to your balance after verified publication.
connect to contribute →