Python Forum
pip list available packages
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip list available packages
#4
pip search do a a keyword search on PyPi.
C:\all_flask
λ pip search poker
poker-program-demo (0.1.0)    - play poker; my first python project to learn
deuces (0.2)                  - Deuces: A pure Python poker hand evaluation
                                library
eval7 (0.1.2)                 - A poker hand evaluation and equity calculation
                                library
helga-pointing-poker (1.0.0)  - Pointing poker for helga
HoleCardHandicapper (1.2.1)   - NeuralNet for poker hands evaluation
mental (0.2.0)                - Mental poker implementation
minipoker (0.0.3)             - Poker Game
ploev (0.2.0)                 - Python library for ProPokerTools Odds Oracle
poker (0.22.2)                - Poker Framework
PokerCards (0.1.1)            - Python module for working with poker cards and
                                managing games.
pokercore (0.1.4)             - A poker engine core, in Python
pokereval (0.1.2)             - A pure python poker hand evaluator for 5, 6, 7
                                cards
pokershell (0.1.5)            - Poker Shell - Texas hold 'em command line
                                calculator and simulator
PokerSleuth (2.1.0.47)        - A wrapper for the Poker Sleuth Scriptable
                                Equity Calculator
pokyr (0.1.2)                 - Poker hand evaluating modules that provide
                                fast enumerations.Both C Extension module it's
                                pure python analogies are included.
pypoker (0.0.2a)              - Poker hand evaluation
PyPokerEngine (1.0.1)         - Poker engine for poker AI development in
                                Python
PyPokerGUI (0.0.7)            - GUI application for PyPokerEngine
SONNYGAMES (1.3)              - ROYALE HOLDEM  POKER LIVE
Can also mix grep for more exact search.
C:\all_flask
λ pip search psycopg | grep "^psycopg\ "
psycopg (1.1.21)                               - Python-PostgreSQL Database Adapter
pip list  only make sense for my in virtual environment,because all the mess i have installed in OS Python make no sense Undecided
Using pipenv with pipenv graph,give a better picture than pip list.
Reply


Messages In This Thread
pip list available packages - by Skaperen - Oct-27-2017, 05:43 AM
RE: pip list - by Larz60+ - Oct-27-2017, 08:51 AM
RE: pip list - by metulburr - Oct-27-2017, 11:43 AM
RE: pip list available packages - by snippsat - Oct-27-2017, 07:11 PM
RE: pip list available packages - by wavic - Oct-27-2017, 08:10 PM
RE: pip list available packages - by Larz60+ - Oct-27-2017, 08:45 PM
RE: pip list available packages - by Skaperen - Oct-28-2017, 05:28 AM
RE: pip list available packages - by wavic - Oct-28-2017, 12:44 AM
RE: pip list available packages - by Larz60+ - Oct-28-2017, 01:31 AM
RE: pip list available packages - by Larz60+ - Oct-28-2017, 10:42 AM
RE: pip list available packages - by Skaperen - Oct-29-2017, 03:59 AM
RE: pip list available packages - by Larz60+ - Oct-29-2017, 05:04 AM
RE: pip list available packages - by metulburr - Oct-29-2017, 01:50 PM
RE: pip list available packages - by Skaperen - Oct-30-2017, 01:34 AM
RE: pip list available packages - by Larz60+ - Oct-30-2017, 05:00 AM
RE: pip list available packages - by snippsat - Oct-30-2017, 01:45 PM
RE: pip list available packages - by Skaperen - Oct-31-2017, 12:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  to get a list of pip packages that were installed Skaperen 12 3,260 Jun-25-2022, 11:38 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020