Pipfile.lock

E428635

Pipfile.lock is a lockfile generated by Pipenv that records exact versions and hashes of Python package dependencies to ensure reproducible environments.

All labels observed (1)

Label Occurrences
Pipfile.lock canonical 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf configuration file
lockfile
_metaSectionIncludes hash of Pipfile
pipenv version
requires information
associatedWithFile Pipfile
belongsToEcosystem Python packaging
compatibleWith pip
containsSection _meta
default
develop
controls exact dependency resolution
defaultSectionContains runtime dependencies
developSectionContains development dependencies
discourages installing unpinned versions
eachDependencyEntryIncludes hashes list
index information
markers
version specifier
ecosystemRole dependency lock specification for Pipenv
ensures same dependency tree across installations
fileExtension .lock
generatedBy pipenv lock
hashesAre cryptographic hashes of distributions
introducedBy Pipenv project
livesIn project root directory
maintainedBy project developers
primaryPurpose ensure reproducible Python environments
readBy Pipenv resolver NERFINISHED
records Python package dependencies
dependency hashes
exact dependency versions
regeneratedWhen dependencies change in Pipfile
similarTo Pipfile.lock in other languages’ ecosystems
package-lock.json
poetry.lock
supports deterministic builds
environment reproducibility
usedByCommand pipenv install
pipenv sync
pipenv update
usedFor pinning transitive dependencies
sharing exact environments across machines
verifying package integrity
usedInWorkflow CI environments
deployment of Python applications
usedWith Pipenv NERFINISHED
writtenInFormat JSON NERFINISHED

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Pipenv usesFileFormat Pipfile.lock