8000 Introduces The Python Fire Guide, by David Bieber <dbieber@google.com> · tywin1104/python-fire@d0968d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0968d7

Browse files
committed
Introduces The Python Fire Guide, by David Bieber <dbieber@google.com>
Copybara generated commit for Python Fire. PiperOrigin-RevId: 149853807 Change-Id: Iafc97bdba57f0744685e6b14ca5660eb35e1d323 Reviewed-on: https://team-review.git.corp.google.com/64210 Reviewed-by: David Bieber <dbieber@google.com>
1 parent 88f6574 commit d0968d7

File tree

2 files changed

+722
-0
lines changed

2 files changed

+722
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ into a CLI. [[3]](doc/benefits.md#exploring)
1010
- Python Fire makes using a Python REPL easier by setting up the REPL with the
1111
modules and variables you'll need already imported and created. [[5]](doc/benefits.md#repl)
1212

13+
1314
## Installation
1415

1516
`pip install fire`
1617

18+
1719
## Basic Usage
1820

1921
You can call `Fire` on any Python object:<br>
@@ -45,12 +47,19 @@ python calculator.py double --number=15 # 30
4547
To learn how Fire behaves on functions, objects, dicts, lists, etc, and to learn
4648
about Fire's other features, see the [Using a Fire CLI page](doc/using-cli.md).
4749

50+
For additional examples, see [The Python Fire Guide](doc/guide.md).
51+
4852

4953
## Why is it called Fire?
5054

5155
When you call `Fire`, it fires off (executes) your command.
5256

5357

58+
## Where can I learn more?
59+
60+
Please see [The Python Fire Guide](doc/guide.md).
61+
62+
5463
## Reference
5564

5665
| Setup | Command | Notes

0 commit comments

Comments
 (0)
0