pypi
Is it possible to trick pip install --find-links into using a downloaded sdist for --editable requirements?
Using the following command: pip install -r requirements.txt -d sdists/ You can easily create an archive of requirements for distributing with your project.This works great if your requirements loo[详细]
2023-04-12 19:03 分类:问答What is the best way to distribute a Python package that requires a minimal Python version
I have a Python 2 project (\'foo 0.1.7\') that required Python 2.4 or later. Now I ported it to Python 3 (\'foo 0.2.0\') in a way that it still is compatible with Python 2, but the requirements are n[详细]
2023-04-09 23:03 分类:问答How should I split up a Python module into PyPi packages?
I have written a Python module that I\'d like to make available for others. Right now, it is one large module nested into sub-folders:[详细]
2023-04-08 15:44 分类:问答You are not allowed to edit '...' package information
I just registered a new package in PyPI. Once I uploaded it and it\'s appears to be already published on a website.[详细]
2023-04-02 09:24 分类:问答How to find "import name" of any package in Python?
I wonder if is there any reliable and consistant way to get a Python package\'s \"import name\" / namespace. For example;[详细]
2023-03-30 07:11 分类:问答how to install python pip on python 2.7
2 days ago i had a problem with pypm and couldn\'t fix it so i uninstalled activepython, and I wanna install pip which suppose to be an alternative to pypm[详细]
2023-03-25 16:24 分类:问答Find all packages installed with easy_install/pip?
Is there a way to find all Python PyPI packages that were installed with easy_install or pip?I mean, excluding everything that was/is installed with the distributions too开发者_C百科ls (in this case a[详细]
2023-03-17 14:26 分类:问答google analytics under pypi doc page (packages.python.org)
I\'m trying to add a google analytics tracker to the documentation pages of my python project (hosted under http://pa开发者_如何学Pythonckages.python.org/myProject). Doc pages are generated using sphi[详细]
2023-03-13 04:18 分类:问答How do I automatically install missing python modules? [duplicate]
This question already has answers here: How can I Install a Python module within code? (12 answers) Closed 6 years ago.[详细]
2023-03-08 01:18 分类:问答How to get a copy of a directory from another git branch in a transparent way?
How can a directory be copied from a git branch to another without git tracking the files? My goal is to have different branches for a project and be able to import part of each branch to a single di[详细]
2023-03-01 02:08 分类:问答