[FEATURE] Use grayskull with any pypi mirror/server
See original GitHub issueIssue Description
Is your feature request related to a problem? Please describe.
As per my reading and testing of this tool, I do not think it is is possible to make a conda recipe out of any pypi mirror just out of the official one (ref to code: https://github.com/conda-incubator/grayskull/blob/d72b59804ab6800d18f1cef40c03ff22565ff2b2/grayskull/pypi/pypi.py#L40).
Describe the solution you’d like
I would like to be able to use grayskull
to make conda recipes out of any python package listed in any arbitrarily provided pypi mirror or even locally. Perhaps by having a CLI command option:
grayskull --mirror https://pypi.myenterprise.com <python-package-name>
Describe alternatives you’ve considered Building a conda recipe manually and having undesired behaviours.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:11 (6 by maintainers)
Top Results From Across the Web
grayskull - PyPI
Presently Grayskull can generate recipes for Python packages available on PyPI and also ... It is also possible to use Grayskull without any...
Read more >By the power of Grayskull… I have the Conda recipe!
You can install grayskull using pip or conda . Grayskull does not rely on conda to run and can generate recipes with minimum...
Read more >How to Run a PyPi Mirror Locally on Your Laptop using DevPi
In this tutorial we will be making a mirror of PyPI – the ... Now you have seen how to setup a local...
Read more >Dependency Management - PyScaffold 4.3.1 documentation
Experimental Feature - PyScaffold support for virtual environment ... standard PyPI and pip flow, we adopt the specification of abstract dependencies using ......
Read more >Installing Packages - Python Packaging User Guide - Python.org
Before you go any further, make sure you have Python and that the expected ... You can use python get-pip.py --prefix=/usr/local/ to install...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same need here, would be great !
It will depend if your enterprise pypi server will return the metadata correctly. If they return it like pypi it will work, otherwise I am afraid that might not work But it is on my plans to also generate the recipe from sdist packages located anywhere, that will solve your problem as well