Commit graph

473 commits

Author SHA1 Message Date
github-actions
722c5fc860 📝 Update release notes 2021-08-30 08:51:18 +00:00
github-actions
0f5cfc4103 📝 Update release notes 2021-08-30 08:50:51 +00:00
Sebastián Ramírez
386eface81
📝 Add Security policy (#324) 2021-08-30 08:50:41 +00:00
Sebastián Ramírez
7cb5c73cb2
🔧 Add updated issue templates (#323) 2021-08-30 08:48:32 +00:00
Sebastián Ramírez
45179f0fe8 📝 Update release notes 2021-08-30 10:46:55 +02:00
github-actions
9f5fb9e321 📝 Update release notes 2021-08-30 08:31:19 +00:00
Sebastián Ramírez
ab7854dcf1
👷 Enable tests for Python 3.9 (#322) 2021-08-30 10:30:38 +02:00
github-actions
28f9b57a46 📝 Update release notes 2021-08-30 08:30:21 +00:00
github-actions
c866428caa 📝 Update release notes 2021-08-30 08:29:32 +00:00
github-actions
c397a5497a 📝 Update release notes 2021-08-30 08:28:46 +00:00
github-actions
0d0fc99386 📝 Update release notes 2021-08-30 08:26:51 +00:00
Sebastián Ramírez
75559ff615 📝 Update release notes 2021-08-30 10:25:37 +02:00
Sebastián Ramírez
62aec9ee32
👷 Add GitHub Action Latest Changes (#321) 2021-08-30 08:13:12 +00:00
Sebastián Ramírez
d403c3bb20
👷 Update docs CI name (#320) 2021-08-30 08:09:03 +00:00
Sebastián Ramírez
e3e01cea2c
🔧 Add sponsors docs and badge (#319) 2021-08-30 10:05:59 +02:00
Sebastián Ramírez
b97298181b
Add support for Click 8 while keeping compatibility with Click 7 (#317) 2021-08-30 09:57:12 +02:00
Sebastián Ramírez
c3a4c72a4f 🔖 Release version 0.3.2 2020-08-16 16:52:47 +02:00
Sebastián Ramírez
35eefeb411 📝 Update release notes 2020-08-16 16:41:10 +02:00
JAYATI SHRIVASTAVA
3cc81b64c1
Add support for mypy --strict (#147)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-08-16 16:39:14 +02:00
Sebastián Ramírez
4312ead23a 📝 Update release notes 2020-08-16 14:21:17 +02:00
JAYATI SHRIVASTAVA
39a6552808
📝 Update docs with the new --help argument (#135)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-08-16 14:19:40 +02:00
Sebastián Ramírez
ab5da80365 📝 Update release notes 2020-08-16 14:04:50 +02:00
Rupsi Kaushik
32436f0b1a
📝 Add Optional to docs for CLI Arguments and Options with a None default (#131)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-08-16 14:01:19 +02:00
Sebastián Ramírez
c2235d1bbf 📝 Update release notes 2020-08-16 13:34:01 +02:00
Cathal O'Callaghan
26ccd5f6b7
📝 Add date string formats to docs (#122) 2020-08-16 13:27:44 +02:00
Sebastián Ramírez
c4e3e460db 📝 Update release notes 2020-07-19 14:38:34 +02:00
Sebastián Ramírez
6da736487d
Report coverage in XML (#146)
*  Report XML Coverate to support GitHub Actions

* 🙈 Add coverage report to .gitignore

*  Add custom testing .zshrc logic for coverage
2020-07-19 14:37:50 +02:00
Sebastián Ramírez
cef7fee73b 📝 Update release notes 2020-07-19 13:28:37 +02:00
Sebastián Ramírez
f67a47e508
💄 Update badges and remove Travis (#145) 2020-07-19 13:27:40 +02:00
Sebastián Ramírez
c56789e8eb 🔖 Release version 0.3.1 2020-07-19 13:07:28 +02:00
Sebastián Ramírez
6f5808f1f4 📝 Update release notes 2020-07-19 13:05:37 +02:00
Sebastián Ramírez
0c8a139dce
👷 Add GitHub Actions, move from Travis (#144) 2020-07-19 13:04:40 +02:00
Sebastián Ramírez
46f30dfaa8 📝 Update release notes 2020-07-09 23:47:55 +02:00
Sebastián Ramírez
9e9e47b3b4
📌 Pin dependencies (#138) 2020-07-09 23:47:08 +02:00
Sebastián Ramírez
4c345568a4 📝 Update release notes 2020-07-09 23:23:19 +02:00
Sebastián Ramírez
76677cdc6d
Add Dependabot, try and see how it behaves with Flit (#136) 2020-07-09 23:22:37 +02:00
Sebastián Ramírez
012ebbd6af 📝 Update release notes 2020-07-09 22:10:45 +02:00
Sebastián Ramírez
89ddc35372
⬆ Upgrade Isort to version 5.x.x (#137)
* 🚚 Move docs src files to root docs_src

* 🚚 Update example includes from root docs_src

* 🚚 Import docs src examples for tests from docs_src

* ⬆️ Upgrade isort and configs

* 🎨 Update format in testing

* 🔧 Update configs with root docs_src

* 🔥 Remove obsolete/unecessary section in contributing guide

* 🎨 Re-format multi-file example

*  Revert format for multi-file examples

* 🔧 Add isort skips for multi-file examples
2020-07-09 22:09:53 +02:00
Sebastián Ramírez
f5682d3110 🔖 Release version 0.3.0 2020-06-24 21:21:08 +02:00
Sebastián Ramírez
6a6dfbb08c 📝 Update release notes 2020-06-24 21:20:15 +02:00
Sebastián Ramírez
15380ddc07
Add support for help for CLI arguments (#123)
*  Implement custom TyperCommand and TyperArgument

to support help in CLI Arguments

*  Update data models to store help for CLI Arguments

*  Add help to typer.Argument()

*  Use new TyperCommand and TyperArgument classes by default

to support CLI Arguments with help

*  Update failing test

*  Make showing default values default to true and support arguments hidden from help text

*  Add docs for CLI arguments with defaults, help, and new features

* 📝 Update CLI options with new show_default=True by default

* 📝 Add example of CLI arguments with tuples

* 📝 Update docs with new generated help text for CLI arguments

* 📝 Use Optional for None example in micro-intro to types

*  Add tests for new CLI argument features from docs examples

*  Update tests with new generated help text for CLI arguments

*  Add tests for CLI arguments with tuple defaults

* 🔧 Update MkDocs with new sections

*  make show_envvar default to True

*  Add docs for envvar in CLI arguments

*  Add tests for CLI arguments with env vars from docs

* 🎨 Add format to CLI usage examples in docs

* 🔧 Add section about CLI arguments with env vars to MkDocs

* 📝 Fix link in docs with new structure

* 🎨 Fix format in first-steps
2020-06-24 21:05:21 +02:00
Sebastián Ramírez
338d05fdc7 📝 Update release notes 2020-06-23 14:54:34 +02:00
Sebastián Ramírez
fe60816e56
📝 Add docs for __main__.py (#121) 2020-06-23 14:52:19 +02:00
Sebastián Ramírez
9b9c4e5239 📝 Update release notes 2020-06-23 14:42:03 +02:00
Teymour Aldridge
4ed37fe043
Support __main__.py, passing prog_name to callable (#120)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-23 13:29:45 +02:00
Sebastián Ramírez
f6304f16fd 📝 Update release notes 2020-06-22 19:54:41 +02:00
Evan E. Baird
2bc3b9a204
✏ Fix typos in main page/README (#103)
* 👌 IMPROVE: Correcting typos

* 📝 Replicate fixes to README to docs/index.md

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-22 19:53:17 +02:00
Sebastián Ramírez
6be74b88e1 📝 Update release notes 2020-06-22 19:27:25 +02:00
Evan E. Baird
877cf18296
✏ Fix typo in docs (#98)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-22 19:19:46 +02:00
Sebastián Ramírez
57343e1402 🎨 Update format in docs 2020-06-22 19:05:58 +02:00