Commit graph

27 commits

Author SHA1 Message Date
Jose Palazon
127440c727 I just want the tutorial 2024-09-06 00:18:20 +01:00
David Lord
87d5f5b9a9
update project files (#5457)
* update pre-commit hook
* upgrade pip with venv
* update description and version
* show url in publish environment
* update versions
* update versions, separate typing job
* use dependabot grouped updates
  ignore upload/download-artifact until slsa updates
* use sphinx.ext.extlinks instead of sphinx-issues
* update dev dependencies
* update editorconfig
* update gitignore
* update .readthedocs.yaml
* license is txt, readme is md
* update pyproject.toml
  add typed classifier
  add pyright config
  simplify urls
* tox builds docs in place
* update min test py version
* add tox env to update all dev dependencies
* update issue and pr templates
* rename security docs page to not conflict with org policy file
* simplify matrix
2024-04-07 10:24:40 -07:00
David Lord
f139024b1c
remove old links 2023-04-20 09:53:38 -07:00
Emil Sadek
9830fd8a80
update pip link 2021-08-10 06:07:21 -07:00
David Lord
52adf2ec21
rename default branch in files 2021-05-11 15:18:41 -07:00
David Lord
3cd615a1d6
update project links 2021-02-24 10:09:15 -08:00
Grey Li
54ae1cb0e9 Update the example in README 2021-01-06 23:31:22 +08:00
Grey Li
1580aa30cb Update Discord invite links 2020-07-21 12:11:17 +08:00
David Lord
ffc68840f8
release version 1.1.1 2019-07-08 10:58:12 -07:00
David Lord
afd6250bab
Merge branch '1.0.x' 2019-07-01 09:52:06 -07:00
David Lord
b9c2267272
fix tests link 2019-07-01 09:49:40 -07:00
David Lord
1351d0a565
Merge branch '1.0.x' 2019-06-23 16:57:52 -07:00
David Lord
24498afed5
standardize project metadata 2019-06-22 13:10:50 -07:00
David Lord
953284a8d0
Merge branch '1.0.x' 2019-05-16 17:37:05 -07:00
David Lord
84f8e1634f
azure pipelines ci on 1.0.x branch 2019-05-16 14:32:21 -07:00
David Lord
2236ba980c
Merge branch '1.0.x' 2019-05-16 12:18:36 -07:00
Matt Cooper
af813d0d36
add Azure Pipelines to readme 2019-05-16 12:07:43 -07:00
Peter Landoll
29a47ae6ea Add link to official Discord chat server 2019-05-06 09:39:25 -04:00
Justin W. Flory
72dfb67828
Make explicit call-out to contributing guidelines in README 2018-07-11 09:38:17 -05:00
Radovan Bast
4ce44340d4 set FLASK_APP via env for portability across shells
this does not work on fish (https://fishshell.com):
$ FLASK_APP=hello.py flask run

while this works (hopefully) on any shell:
$ env FLASK_APP=hello.py flask run
2018-05-24 14:57:11 +02:00
David Lord
2ede0b8ba9
add donate link 2018-04-26 07:44:59 -07:00
David Lord
d0214c9b4c
use name of license 2018-04-23 09:04:05 -07:00
Filipe Filardi
86a9177f4b
Add LICENSE in README 2018-04-23 09:00:41 -07:00
Hsiaoming Yang
cc51ace823
Fix logs for simple example on readme 2018-03-22 23:44:36 +09:00
David Lord
a2ea18693c
Update README.rst 2018-03-06 07:36:58 -08:00
Grey Li
f739149456
Add documentation link in README 2018-03-06 07:50:46 +08:00
David Lord
9bf5c3b3a3
update project metadata
new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now
2018-02-08 12:43:22 -08:00