thronescli


Namethronescli JSON
Version 3.4.0 PyPI version JSON
download
home_pageNone
SummaryA command line interface for the thronesdb.com card database.
upload_time2025-01-14 21:55:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords game of thrones thrones thronesdb.com
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Thrones CLI
===========

A command line interface for browsing cards from [A Game of Thrones LCG 2nd Ed](https://www.fantasyflightgames.com/en/products/a-game-of-thrones-the-card-game-second-edition/).

Why?
----

[Thronesdb.com](http://thronesdb.com/) is a great web site, but sometimes it's just nice to do things from the command line.

Thrones CLI also has the ability produce card count breakdowns based on a selected field, with the --count option.

Install
-------

Thrones CLI can be installed from [PyPI](https://pypi.python.org/pypi/thronescli) using pip:

    sudo pip install thronescli

Options
-------

Thrones CLI has the following options as given by the --help option:

```console
$ thronescli --help
Usage: thronescli [OPTIONS] [TEXT]...

Options:
  --update       Update card database
  -v, --verbose  Show more data.
  --brief        Show one line of data, regardless the level of verbose.
  --long         Show multiple lines of data, regardless the level of verbose.
  --show FIELD   Show given field only. Can be repeated to show multiple
                 fields in given order.
  --case         Use case sensitive filtering.
  --exact        Use exact match filtering.
  --regex        Use regular rexpressions when filtering.
  --or FIELD     Treat multiple tests for given field with logical
                 disjunction, i.e. OR-logic instead of AND-logic.
  --inclusive    Treat multiple tests for different fields with logical
                 disjunction, i.e. OR-logic instead of AND-logic.
  --sort FIELD   Sort results by given field.
  --desc         Sort results in descending order.
  --group FIELD  Group results by given field.
  --count FIELD  Print a breakdown of all values for given field.
  --version      Show the version and exit.
  --help         Show this message and exit.

Field filters:
  -n, --name TEXT         Filter on matching name.
  --trait TEXT            Filter on matching traits.
  -x, --text TEXT         Filter on matching text.
  --keyword TEXT          Filter on matching keywords.
  --unique                Filter on unique.
  --non-unique            Filter on non-unique.
  --loyal                 Filter on loyal.
  --non-loyal             Filter on non-loyal.
  -f, --faction FACTION   Filter on matching faction.
  --faction-isnt FACTION  Filter on non-matching faction.
  -t, --type TYPE         Filter on matching type.
  --type-isnt TYPE        Filter on non-matching type.
  --cost NUMBER           Filter on matching cost (number comparison).
  --ambush-cost NUMBER    Filter on matching ambush cost (number comparison).
  --bestow-limit NUMBER   Filter on matching bestow limit (number comparison).
  --shadow-cost NUMBER    Filter on matching shadow cost (number comparison).
  --str NUMBER            Filter on matching str (number comparison).
  --icon ICON             Filter on having given icon.
  --icon-isnt ICON        Filter on not having given icon.
  --claim NUMBER          Filter on matching claim (number comparison).
  --income NUMBER         Filter on matching income (number comparison).
  --initiative NUMBER     Filter on matching initiative (number comparison).
  --reserve NUMBER        Filter on matching reserve (number comparison).
  --illustrator TEXT      Filter on matching illustrator.
  --set TEXT              Filter on matching set.

Where:
  FACTION  One of: baratheon, gj, greyjoy, lannister, martell, neutral,
           night's watch, nw, stark, targaryen, the night's watch, tyrell.
  FIELD    One of: ambush cost, bestow limit, claim, cost, faction, icons,
           illustrator, income, initiative, keywords, loyal, name, reserve,
           set, shadow cost, str, text, traits, type, unique.
  ICON     One of: military, intrigue, power. A combination of the letters
           'MIP' can be used to define multiple respective icons.
  NUMBER   A number optionally prefixed by one of the supported comparison
           operators: ==, =, !=, !, <=, <, >=, >. Or a range of two numbers
           separated with the .. operator. With == being the default operator
           if none is given.
  TEXT     A text partially matching the field value. The --case, --regex and
           --exact options can be applied. If prefixed with ! the match is
           negated.
  TYPE     One of: agenda, attachment, character, event, location, plot,
           title.
```

Examples
--------

Find a card by its name:

```console
$ thronescli Asha
Asha Greyjoy: Unique. House Greyjoy. Character. 5 Cost. 4 STR. M P.
Asha Greyjoy: Unique. Loyal. House Greyjoy. Character. 7 Cost. 5 STR. M I P.
Asha Greyjoy: Unique. House Greyjoy. Character. 6 Cost. 5 STR. M P.

Total count: 3
```

Print more of the cards' information:

```console
$ thronescli Asha -v
Asha Greyjoy
Ironborn. Lady.
Stealth.
Reaction: After you win an unopposed challenge in which Asha Greyjoy is participating, stand her.
Unique: Yes
Loyal: No
Faction: House Greyjoy
Type: Character
Cost: 5
STR: 4
Icons: M P

Asha Greyjoy
Captain. Ironborn. Lady.
Pillage. Stealth.
Reaction: After Asha Greyjoy discards a card using pillage, search the top X cards of your deck for a card and add it to your hand. Shuffle your deck. X is the number of cards in the losing opponent's
discard pile.
Unique: Yes
Loyal: Yes
Faction: House Greyjoy
Type: Character
Cost: 7
STR: 5
Icons: M I P

Asha Greyjoy
Captain. Ironborn. Lady.
Pillage. Stealth.
Each other unique Ironborn character you control gains stealth.
Unique: Yes
Loyal: No
Faction: House Greyjoy
Type: Character
Cost: 6
STR: 5
Icons: M P

Total count: 3
```

Find all Greyjoy characters with an intrigue icon, grouped by STR:

```console
$ thronescli -f gj --icon i --group str
[ 1 STR ]

Lordsport Shipwright: House Greyjoy. Character. 2 Cost. 1 STR. I.
The Reader's Septon: House Greyjoy. Character. 2 Cost. 1 STR. I P.
Harlaw Scout: House Greyjoy. Character. 2 Cost. 1 STR. M I.

[ 2 STR ]

Alannys Greyjoy: Unique. House Greyjoy. Character. 3 Cost. 2 STR. I P.
Priest of the Drowned God: House Greyjoy. Character. 3 Cost. 2 STR. I P.
Esgred: Unique. House Greyjoy. Character. 5 Cost. 2 STR. M I P.
Wex Pyke: Unique. House Greyjoy. Character. 2 Cost. 2 STR. M I.
Drowned God Fanatic: Loyal. House Greyjoy. Character. 3 Cost. 2 STR. M I.
Maester Murenmure: Unique. House Greyjoy. Character. 3 Cost. 2 STR. I P.
Old Grey Gull: Unique. Loyal. House Greyjoy. Character. 3 Cost. 2 STR. I P.
Drowned God Fanatic: Loyal. House Greyjoy. Character. 3 Cost. 2 STR. M I.
Cragorn: Unique. House Greyjoy. Character. 2 Cost. 2 STR. I.

[ 3 STR ]

Drowned God's Apostle: House Greyjoy. Character. 4 Cost. 3 STR. I P.
Aeron Damphair: Unique. Loyal. House Greyjoy. Character. 5 Cost. 3 STR. I P.
Hotho Humpback: Unique. House Greyjoy. Character. 4 Cost. 3 STR. I P.
Left-Hand Lucas Codd: Unique. House Greyjoy. Character. 4 Cost. 3 STR. M I.
Ralf Kenning: Unique. Loyal. House Greyjoy. Character. 4 Cost. 3 STR. M I.

[ 4 STR ]

The Reader: Unique. Loyal. House Greyjoy. Character. 5 Cost. 4 STR. I P.
Aeron Damphair: Unique. House Greyjoy. Character. 6 Cost. 4 STR. I P.
Tarle the Thrice-Drowned: Unique. Loyal. House Greyjoy. Character. 5 Cost. 4 STR. I P.
Euron Crow's Eye: Unique. Loyal. House Greyjoy. Character. 6 Cost. 4 STR. M I P.
Alannys Greyjoy: Unique. Loyal. House Greyjoy. Character. 5 Cost. 4 STR. I P.
King's Landing Proselyte: House Greyjoy. Character. 4 Cost. 4 STR. I P.
Euron Crow's Eye: Unique. Loyal. House Greyjoy. Character. 6 Cost. 4 STR. M I P.
Dagmer Cleftjaw: Unique. House Greyjoy. Character. 5 Cost. 4 STR. M I.

[ 5 STR ]

Asha Greyjoy: Unique. Loyal. House Greyjoy. Character. 7 Cost. 5 STR. M I P.
Tarle the Thrice-Drowned: Unique. Loyal. House Greyjoy. Character. 6 Cost. 5 STR. I P.

[ 6 STR ]

Euron Crow's Eye: Unique. Loyal. House Greyjoy. Character. 7 Cost. 6 STR. M I P.

Total count: 28
```

Find all non-limited income providing cards:

```console
$ thronescli --text "\+\d+ Income" --text "!Limited" --regex
Littlefinger: Unique. Neutral. Character. 5 Cost. 4 STR. I P.
Tywin Lannister: Unique. Loyal. House Lannister. Character. 7 Cost. 6 STR. M I P.
Paxter Redwyne: Unique. Loyal. House Tyrell. Character. 4 Cost. 3 STR. I.
Master of Coin: Neutral. Title.
The God's Eye: Unique. Neutral. Location. 3 Cost.
Shield of Lannisport: Unique. Loyal. House Lannister. Attachment. 3 Cost.
Mace Tyrell: Unique. Loyal. House Tyrell. Character. 6 Cost. 4 STR. I P.
Northern Armory: Loyal. House Stark. Location. 2 Cost.
Stormlands Fiefdom: Loyal. House Baratheon. Location. 2 Cost.
Tycho Nestoris: Unique. Neutral. Character. 6 Cost. 3 STR. P.
Miner's Pick: Loyal. The Night's Watch. Attachment. 1 Cost.
Gold Mine: Loyal. House Lannister. Location. 2 Cost.
Summer Sea Port: Loyal. House Martell. Location. 2 Cost.
Tithe Collector: House Lannister. Character. 3 Cost. 3 STR. I.
Meereenese Market: Loyal. House Targaryen. Location. 2 Cost.
Refurbished Hulk: Loyal. House Greyjoy. Location. 2 Cost.
Arbor Marketplace: Loyal. House Tyrell. Location. 2 Cost.
Knights of the Hollow Hill: Neutral. Agenda.
The Red Keep: Unique. House Lannister. Location. 4 Cost.
The Red Keep: Unique. House Lannister. Location. 4 Cost.
Ser Harys Swyft: Unique. House Lannister. Character. 4 Cost. 4 STR. P.
Fair Isle: Unique. Loyal. House Lannister. Location. 3 Cost.
The Green Fork: Unique. Neutral. Location. 2 Cost.
Garth Greenhand: Unique. Loyal. House Tyrell. Attachment. 3 Cost.

Total count: 24
```

Find the best faction for using [Street of Silk](http://thronesdb.com/card/02118):

```console
$ thronescli --trait ally --trait companion --or trait --count faction
[ Faction counts ]

House Targaryen:   29
Neutral:           27
House Lannister:   22
House Martell:     16
House Baratheon:   14
The Night's Watch: 14
House Stark:       14
House Tyrell:      12
House Greyjoy:     11

Total count: 159
```

Find all 1 cost characters and get a breakdown of their trait and icon spread.

```console
$ thronescli --cost 1 -t char --count icon --count trait
[ Icons counts ]

Power:       13
Intrigue:    7
Military:    3

[ Traits counts ]

Ally:        13
Steward:     4
Merchant:    3
Raven:       2
Lord:        2
Mercenary:   2
Companion:   2
Builder:     1
Maester:     1
Fool:        1
House Frey:  1
House Arryn: 1
Recruit:     1

Total count: 24
```

Credits
-------

* All card data is copyright by [Fantasy Flight Games](https://www.fantasyflightgames.com/).
* All card data is provided by [thronesdb.com](http://thronesdb.com/).
* Thrones CLI is written by [Petter Nyström](mailto:jimorie@gmail.com).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "thronescli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "game of thrones, thrones, thronesdb.com",
    "author": null,
    "author_email": "Petter Nystr\u00f6m <jimorie@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/4c/f7/0949aae31a2ecf839fb8d5350f9c115f3c7e4c7e7e80e01733e8b2ce6b5e/thronescli-3.4.0.tar.gz",
    "platform": null,
    "description": "Thrones CLI\n===========\n\nA command line interface for browsing cards from [A Game of Thrones LCG 2nd Ed](https://www.fantasyflightgames.com/en/products/a-game-of-thrones-the-card-game-second-edition/).\n\nWhy?\n----\n\n[Thronesdb.com](http://thronesdb.com/) is a great web site, but sometimes it's just nice to do things from the command line.\n\nThrones CLI also has the ability produce card count breakdowns based on a selected field, with the --count option.\n\nInstall\n-------\n\nThrones CLI can be installed from [PyPI](https://pypi.python.org/pypi/thronescli) using pip:\n\n    sudo pip install thronescli\n\nOptions\n-------\n\nThrones CLI has the following options as given by the --help option:\n\n```console\n$ thronescli --help\nUsage: thronescli [OPTIONS] [TEXT]...\n\nOptions:\n  --update       Update card database\n  -v, --verbose  Show more data.\n  --brief        Show one line of data, regardless the level of verbose.\n  --long         Show multiple lines of data, regardless the level of verbose.\n  --show FIELD   Show given field only. Can be repeated to show multiple\n                 fields in given order.\n  --case         Use case sensitive filtering.\n  --exact        Use exact match filtering.\n  --regex        Use regular rexpressions when filtering.\n  --or FIELD     Treat multiple tests for given field with logical\n                 disjunction, i.e. OR-logic instead of AND-logic.\n  --inclusive    Treat multiple tests for different fields with logical\n                 disjunction, i.e. OR-logic instead of AND-logic.\n  --sort FIELD   Sort results by given field.\n  --desc         Sort results in descending order.\n  --group FIELD  Group results by given field.\n  --count FIELD  Print a breakdown of all values for given field.\n  --version      Show the version and exit.\n  --help         Show this message and exit.\n\nField filters:\n  -n, --name TEXT         Filter on matching name.\n  --trait TEXT            Filter on matching traits.\n  -x, --text TEXT         Filter on matching text.\n  --keyword TEXT          Filter on matching keywords.\n  --unique                Filter on unique.\n  --non-unique            Filter on non-unique.\n  --loyal                 Filter on loyal.\n  --non-loyal             Filter on non-loyal.\n  -f, --faction FACTION   Filter on matching faction.\n  --faction-isnt FACTION  Filter on non-matching faction.\n  -t, --type TYPE         Filter on matching type.\n  --type-isnt TYPE        Filter on non-matching type.\n  --cost NUMBER           Filter on matching cost (number comparison).\n  --ambush-cost NUMBER    Filter on matching ambush cost (number comparison).\n  --bestow-limit NUMBER   Filter on matching bestow limit (number comparison).\n  --shadow-cost NUMBER    Filter on matching shadow cost (number comparison).\n  --str NUMBER            Filter on matching str (number comparison).\n  --icon ICON             Filter on having given icon.\n  --icon-isnt ICON        Filter on not having given icon.\n  --claim NUMBER          Filter on matching claim (number comparison).\n  --income NUMBER         Filter on matching income (number comparison).\n  --initiative NUMBER     Filter on matching initiative (number comparison).\n  --reserve NUMBER        Filter on matching reserve (number comparison).\n  --illustrator TEXT      Filter on matching illustrator.\n  --set TEXT              Filter on matching set.\n\nWhere:\n  FACTION  One of: baratheon, gj, greyjoy, lannister, martell, neutral,\n           night's watch, nw, stark, targaryen, the night's watch, tyrell.\n  FIELD    One of: ambush cost, bestow limit, claim, cost, faction, icons,\n           illustrator, income, initiative, keywords, loyal, name, reserve,\n           set, shadow cost, str, text, traits, type, unique.\n  ICON     One of: military, intrigue, power. A combination of the letters\n           'MIP' can be used to define multiple respective icons.\n  NUMBER   A number optionally prefixed by one of the supported comparison\n           operators: ==, =, !=, !, <=, <, >=, >. Or a range of two numbers\n           separated with the .. operator. With == being the default operator\n           if none is given.\n  TEXT     A text partially matching the field value. The --case, --regex and\n           --exact options can be applied. If prefixed with ! the match is\n           negated.\n  TYPE     One of: agenda, attachment, character, event, location, plot,\n           title.\n```\n\nExamples\n--------\n\nFind a card by its name:\n\n```console\n$ thronescli Asha\nAsha Greyjoy: Unique. House Greyjoy. Character. 5 Cost. 4 STR. M P.\nAsha Greyjoy: Unique. Loyal. House Greyjoy. Character. 7 Cost. 5 STR. M I P.\nAsha Greyjoy: Unique. House Greyjoy. Character. 6 Cost. 5 STR. M P.\n\nTotal count: 3\n```\n\nPrint more of the cards' information:\n\n```console\n$ thronescli Asha -v\nAsha Greyjoy\nIronborn. Lady.\nStealth.\nReaction: After you win an unopposed challenge in which Asha Greyjoy is participating, stand her.\nUnique: Yes\nLoyal: No\nFaction: House Greyjoy\nType: Character\nCost: 5\nSTR: 4\nIcons: M P\n\nAsha Greyjoy\nCaptain. Ironborn. Lady.\nPillage. Stealth.\nReaction: After Asha Greyjoy discards a card using pillage, search the top X cards of your deck for a card and add it to your hand. Shuffle your deck. X is the number of cards in the losing opponent's\ndiscard pile.\nUnique: Yes\nLoyal: Yes\nFaction: House Greyjoy\nType: Character\nCost: 7\nSTR: 5\nIcons: M I P\n\nAsha Greyjoy\nCaptain. Ironborn. Lady.\nPillage. Stealth.\nEach other unique Ironborn character you control gains stealth.\nUnique: Yes\nLoyal: No\nFaction: House Greyjoy\nType: Character\nCost: 6\nSTR: 5\nIcons: M P\n\nTotal count: 3\n```\n\nFind all Greyjoy characters with an intrigue icon, grouped by STR:\n\n```console\n$ thronescli -f gj --icon i --group str\n[ 1 STR ]\n\nLordsport Shipwright: House Greyjoy. Character. 2 Cost. 1 STR. I.\nThe Reader's Septon: House Greyjoy. Character. 2 Cost. 1 STR. I P.\nHarlaw Scout: House Greyjoy. Character. 2 Cost. 1 STR. M I.\n\n[ 2 STR ]\n\nAlannys Greyjoy: Unique. House Greyjoy. Character. 3 Cost. 2 STR. I P.\nPriest of the Drowned God: House Greyjoy. Character. 3 Cost. 2 STR. I P.\nEsgred: Unique. House Greyjoy. Character. 5 Cost. 2 STR. M I P.\nWex Pyke: Unique. House Greyjoy. Character. 2 Cost. 2 STR. M I.\nDrowned God Fanatic: Loyal. House Greyjoy. Character. 3 Cost. 2 STR. M I.\nMaester Murenmure: Unique. House Greyjoy. Character. 3 Cost. 2 STR. I P.\nOld Grey Gull: Unique. Loyal. House Greyjoy. Character. 3 Cost. 2 STR. I P.\nDrowned God Fanatic: Loyal. House Greyjoy. Character. 3 Cost. 2 STR. M I.\nCragorn: Unique. House Greyjoy. Character. 2 Cost. 2 STR. I.\n\n[ 3 STR ]\n\nDrowned God's Apostle: House Greyjoy. Character. 4 Cost. 3 STR. I P.\nAeron Damphair: Unique. Loyal. House Greyjoy. Character. 5 Cost. 3 STR. I P.\nHotho Humpback: Unique. House Greyjoy. Character. 4 Cost. 3 STR. I P.\nLeft-Hand Lucas Codd: Unique. House Greyjoy. Character. 4 Cost. 3 STR. M I.\nRalf Kenning: Unique. Loyal. House Greyjoy. Character. 4 Cost. 3 STR. M I.\n\n[ 4 STR ]\n\nThe Reader: Unique. Loyal. House Greyjoy. Character. 5 Cost. 4 STR. I P.\nAeron Damphair: Unique. House Greyjoy. Character. 6 Cost. 4 STR. I P.\nTarle the Thrice-Drowned: Unique. Loyal. House Greyjoy. Character. 5 Cost. 4 STR. I P.\nEuron Crow's Eye: Unique. Loyal. House Greyjoy. Character. 6 Cost. 4 STR. M I P.\nAlannys Greyjoy: Unique. Loyal. House Greyjoy. Character. 5 Cost. 4 STR. I P.\nKing's Landing Proselyte: House Greyjoy. Character. 4 Cost. 4 STR. I P.\nEuron Crow's Eye: Unique. Loyal. House Greyjoy. Character. 6 Cost. 4 STR. M I P.\nDagmer Cleftjaw: Unique. House Greyjoy. Character. 5 Cost. 4 STR. M I.\n\n[ 5 STR ]\n\nAsha Greyjoy: Unique. Loyal. House Greyjoy. Character. 7 Cost. 5 STR. M I P.\nTarle the Thrice-Drowned: Unique. Loyal. House Greyjoy. Character. 6 Cost. 5 STR. I P.\n\n[ 6 STR ]\n\nEuron Crow's Eye: Unique. Loyal. House Greyjoy. Character. 7 Cost. 6 STR. M I P.\n\nTotal count: 28\n```\n\nFind all non-limited income providing cards:\n\n```console\n$ thronescli --text \"\\+\\d+ Income\" --text \"!Limited\" --regex\nLittlefinger: Unique. Neutral. Character. 5 Cost. 4 STR. I P.\nTywin Lannister: Unique. Loyal. House Lannister. Character. 7 Cost. 6 STR. M I P.\nPaxter Redwyne: Unique. Loyal. House Tyrell. Character. 4 Cost. 3 STR. I.\nMaster of Coin: Neutral. Title.\nThe God's Eye: Unique. Neutral. Location. 3 Cost.\nShield of Lannisport: Unique. Loyal. House Lannister. Attachment. 3 Cost.\nMace Tyrell: Unique. Loyal. House Tyrell. Character. 6 Cost. 4 STR. I P.\nNorthern Armory: Loyal. House Stark. Location. 2 Cost.\nStormlands Fiefdom: Loyal. House Baratheon. Location. 2 Cost.\nTycho Nestoris: Unique. Neutral. Character. 6 Cost. 3 STR. P.\nMiner's Pick: Loyal. The Night's Watch. Attachment. 1 Cost.\nGold Mine: Loyal. House Lannister. Location. 2 Cost.\nSummer Sea Port: Loyal. House Martell. Location. 2 Cost.\nTithe Collector: House Lannister. Character. 3 Cost. 3 STR. I.\nMeereenese Market: Loyal. House Targaryen. Location. 2 Cost.\nRefurbished Hulk: Loyal. House Greyjoy. Location. 2 Cost.\nArbor Marketplace: Loyal. House Tyrell. Location. 2 Cost.\nKnights of the Hollow Hill: Neutral. Agenda.\nThe Red Keep: Unique. House Lannister. Location. 4 Cost.\nThe Red Keep: Unique. House Lannister. Location. 4 Cost.\nSer Harys Swyft: Unique. House Lannister. Character. 4 Cost. 4 STR. P.\nFair Isle: Unique. Loyal. House Lannister. Location. 3 Cost.\nThe Green Fork: Unique. Neutral. Location. 2 Cost.\nGarth Greenhand: Unique. Loyal. House Tyrell. Attachment. 3 Cost.\n\nTotal count: 24\n```\n\nFind the best faction for using [Street of Silk](http://thronesdb.com/card/02118):\n\n```console\n$ thronescli --trait ally --trait companion --or trait --count faction\n[ Faction counts ]\n\nHouse Targaryen:   29\nNeutral:           27\nHouse Lannister:   22\nHouse Martell:     16\nHouse Baratheon:   14\nThe Night's Watch: 14\nHouse Stark:       14\nHouse Tyrell:      12\nHouse Greyjoy:     11\n\nTotal count: 159\n```\n\nFind all 1 cost characters and get a breakdown of their trait and icon spread.\n\n```console\n$ thronescli --cost 1 -t char --count icon --count trait\n[ Icons counts ]\n\nPower:       13\nIntrigue:    7\nMilitary:    3\n\n[ Traits counts ]\n\nAlly:        13\nSteward:     4\nMerchant:    3\nRaven:       2\nLord:        2\nMercenary:   2\nCompanion:   2\nBuilder:     1\nMaester:     1\nFool:        1\nHouse Frey:  1\nHouse Arryn: 1\nRecruit:     1\n\nTotal count: 24\n```\n\nCredits\n-------\n\n* All card data is copyright by [Fantasy Flight Games](https://www.fantasyflightgames.com/).\n* All card data is provided by [thronesdb.com](http://thronesdb.com/).\n* Thrones CLI is written by [Petter Nystr\u00f6m](mailto:jimorie@gmail.com).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A command line interface for the thronesdb.com card database.",
    "version": "3.4.0",
    "project_urls": {
        "Download": "https://github.com/jimorie/thronescli/archive/v3.0.0.tar.gz",
        "Homepage": "https://github.com/jimorie/thronescli"
    },
    "split_keywords": [
        "game of thrones",
        " thrones",
        " thronesdb.com"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d909d0394dd29b157ed18d2afce0c9ecd1d94c5fe4dbbc18e42baeaafd3610fc",
                "md5": "ea773fa8efb7c7d06ed995918d02a8db",
                "sha256": "8727417e2178c053cb19efb9d00c2d1374aa521e055644ac4d59cae91c7aa90b"
            },
            "downloads": -1,
            "filename": "thronescli-3.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea773fa8efb7c7d06ed995918d02a8db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 9094,
            "upload_time": "2025-01-14T21:55:24",
            "upload_time_iso_8601": "2025-01-14T21:55:24.332974Z",
            "url": "https://files.pythonhosted.org/packages/d9/09/d0394dd29b157ed18d2afce0c9ecd1d94c5fe4dbbc18e42baeaafd3610fc/thronescli-3.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cf70949aae31a2ecf839fb8d5350f9c115f3c7e4c7e7e80e01733e8b2ce6b5e",
                "md5": "76f55638981a85049aa7691007284552",
                "sha256": "10775919aeb99f218a2d9e4ad23dbf95cec8589132248e7d0c4ede48ee215035"
            },
            "downloads": -1,
            "filename": "thronescli-3.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "76f55638981a85049aa7691007284552",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 8275,
            "upload_time": "2025-01-14T21:55:25",
            "upload_time_iso_8601": "2025-01-14T21:55:25.391107Z",
            "url": "https://files.pythonhosted.org/packages/4c/f7/0949aae31a2ecf839fb8d5350f9c115f3c7e4c7e7e80e01733e8b2ce6b5e/thronescli-3.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-14 21:55:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jimorie",
    "github_project": "thronescli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "thronescli"
}
        
Elapsed time: 1.50229s