eric6/Documentation/Source/eric6.PipInterface.Pip.html

changeset 7989
a21d673a8f99
parent 7728
a233627a5e25
child 8085
f6db8b3ecea9
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
198 <dd> 198 <dd>
199 list of packages to upgrade 199 list of packages to upgrade
200 </dd> 200 </dd>
201 </dl> 201 </dl>
202 <dl> 202 <dl>
203 <dt>Returns:</dt> 203 <dt>Return:</dt>
204 <dd> 204 <dd>
205 flag indicating to abort the upgrade attempt 205 flag indicating to abort the upgrade attempt
206 </dd> 206 </dd>
207 </dl> 207 </dl>
208 <dl> 208 <dl>
259 259
260 <p> 260 <p>
261 Public method to get the index URL for PyPI. 261 Public method to get the index URL for PyPI.
262 </p> 262 </p>
263 <dl> 263 <dl>
264 <dt>Returns:</dt> 264 <dt>Return:</dt>
265 <dd> 265 <dd>
266 index URL for PyPI 266 index URL for PyPI
267 </dd> 267 </dd>
268 </dl> 268 </dl>
269 <dl> 269 <dl>
278 278
279 <p> 279 <p>
280 Public method to get the index URL for XML RPC calls. 280 Public method to get the index URL for XML RPC calls.
281 </p> 281 </p>
282 <dl> 282 <dl>
283 <dt>Returns:</dt> 283 <dt>Return:</dt>
284 <dd> 284 <dd>
285 index URL for XML RPC calls 285 index URL for XML RPC calls
286 </dd> 286 </dd>
287 </dl> 287 </dl>
288 <dl> 288 <dl>
318 flag indicating to only list packages installed 318 flag indicating to only list packages installed
319 in user-site 319 in user-site
320 </dd> 320 </dd>
321 </dl> 321 </dl>
322 <dl> 322 <dl>
323 <dt>Returns:</dt> 323 <dt>Return:</dt>
324 <dd> 324 <dd>
325 list of tuples containing the package name and version 325 list of tuples containing the package name and version
326 </dd> 326 </dd>
327 </dl> 327 </dl>
328 <dl> 328 <dl>
358 flag indicating to only list packages installed 358 flag indicating to only list packages installed
359 in user-site 359 in user-site
360 </dd> 360 </dd>
361 </dl> 361 </dl>
362 <dl> 362 <dl>
363 <dt>Returns:</dt> 363 <dt>Return:</dt>
364 <dd> 364 <dd>
365 list of tuples containing the package name, installed version 365 list of tuples containing the package name, installed version
366 and available version 366 and available version
367 </dd> 367 </dd>
368 </dl> 368 </dl>
389 <dd> 389 <dd>
390 package version 390 package version
391 </dd> 391 </dd>
392 </dl> 392 </dl>
393 <dl> 393 <dl>
394 <dt>Returns:</dt> 394 <dt>Return:</dt>
395 <dd> 395 <dd>
396 dictionary containing PyPI package data 396 dictionary containing PyPI package data
397 </dd> 397 </dd>
398 </dl> 398 </dl>
399 <dl> 399 <dl>
408 408
409 <p> 409 <p>
410 Public method to get the string for the project environment. 410 Public method to get the string for the project environment.
411 </p> 411 </p>
412 <dl> 412 <dl>
413 <dt>Returns:</dt> 413 <dt>Return:</dt>
414 <dd> 414 <dd>
415 string for the project environment 415 string for the project environment
416 </dd> 416 </dd>
417 </dl> 417 </dl>
418 <dl> 418 <dl>
427 427
428 <p> 428 <p>
429 Public method to get the name of the user configuration file. 429 Public method to get the name of the user configuration file.
430 </p> 430 </p>
431 <dl> 431 <dl>
432 <dt>Returns:</dt> 432 <dt>Return:</dt>
433 <dd> 433 <dd>
434 path of the user configuration file 434 path of the user configuration file
435 </dd> 435 </dd>
436 </dl> 436 </dl>
437 <dl> 437 <dl>
453 <dd> 453 <dd>
454 name of the environment to get config file path for 454 name of the environment to get config file path for
455 </dd> 455 </dd>
456 </dl> 456 </dl>
457 <dl> 457 <dl>
458 <dt>Returns:</dt> 458 <dt>Return:</dt>
459 <dd> 459 <dd>
460 path of the virtualenv configuration file 460 path of the virtualenv configuration file
461 </dd> 461 </dd>
462 </dl> 462 </dl>
463 <dl> 463 <dl>
479 <dd> 479 <dd>
480 logical name for the virtual environment 480 logical name for the virtual environment
481 </dd> 481 </dd>
482 </dl> 482 </dl>
483 <dl> 483 <dl>
484 <dt>Returns:</dt> 484 <dt>Return:</dt>
485 <dd> 485 <dd>
486 interpreter path 486 interpreter path
487 </dd> 487 </dd>
488 </dl> 488 </dl>
489 <dl> 489 <dl>
510 <dd> 510 <dd>
511 flag indicating to exclude Conda environments 511 flag indicating to exclude Conda environments
512 </dd> 512 </dd>
513 </dl> 513 </dl>
514 <dl> 514 <dl>
515 <dt>Returns:</dt> 515 <dt>Return:</dt>
516 <dd> 516 <dd>
517 sorted list of virtual environment names 517 sorted list of virtual environment names
518 </dd> 518 </dd>
519 </dl> 519 </dl>
520 <dl> 520 <dl>
618 <dd> 618 <dd>
619 path of the Python interpreter to be used 619 path of the Python interpreter to be used
620 </dd> 620 </dd>
621 </dl> 621 </dl>
622 <dl> 622 <dl>
623 <dt>Returns:</dt> 623 <dt>Return:</dt>
624 <dd> 624 <dd>
625 tuple containing a flag indicating success and the output 625 tuple containing a flag indicating success and the output
626 of the process 626 of the process
627 </dd> 627 </dd>
628 </dl> 628 </dl>
663 <dd> 663 <dd>
664 name of the virtual environment to be used 664 name of the virtual environment to be used
665 </dd> 665 </dd>
666 </dl> 666 </dl>
667 <dl> 667 <dl>
668 <dt>Returns:</dt> 668 <dt>Return:</dt>
669 <dd> 669 <dd>
670 flag indicating a successful execution 670 flag indicating a successful execution
671 </dd> 671 </dd>
672 </dl> 672 </dl>
673 <dl> 673 <dl>
712 flag indicating an install to the user install 712 flag indicating an install to the user install
713 directory 713 directory
714 </dd> 714 </dd>
715 </dl> 715 </dl>
716 <dl> 716 <dl>
717 <dt>Returns:</dt> 717 <dt>Return:</dt>
718 <dd> 718 <dd>
719 flag indicating a successful execution 719 flag indicating a successful execution
720 </dd> 720 </dd>
721 </dl> 721 </dl>
722 <dl> 722 <dl>

eric ide

mercurial