Skip to content

prefix-dev/parselmouth

License Build Status Project Chat

parselmouth: Conda mapping runner

Overview

parselmouth is a utility designed to facilitate the mapping of Conda package names to their corresponding PyPI names. This tool automates the process of generating and updating mappings on an hourly basis, ensuring that users have access to the most accurate and up-to-date information.

Example of mapping for numpy-1.26.4-py311h64a7726_0.conda with sha256 3f4365e11b28e244c95ba8579942b0802761ba7bb31c026f50d1a9ea9c728149

{
   "pypi_normalized_names":[
      "numpy"
   ],
   "versions":{
      "numpy":"1.26.4"
   },
   "conda_name":"numpy",
   "package_name":"numpy-1.26.4-py311h64a7726_0.conda",
   "direct_url":[
      "https://github.com/numpy/numpy/releases/download/v1.26.4/numpy-1.26.4.tar.gz"
   ]
}

More simplified version of our mapping is stored here: files/mapping_as_grayskull.json

Developed with ❤️ at prefix.dev.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages