falconry/falcon

Regular expression route converter

Open

#857 geöffnet am 4. Aug. 2016

Auf GitHub ansehen
 (5 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Python (925 Forks)batch import
enhancementgood first issueneeds contributorproposal

Repository-Metriken

Stars
 (9.293 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 7h) (9 gemergte PRs in 30 T)

Beschreibung

I have question about embedding regular expression in route object like it doing in flask.

Let's I show you example:

/user/<name:[A-Za-z0-9]+>
/article/<article_id:[0-9A-F]+>

...

Could you have this or maybe a good idea porting Flask router to falcon system?

Contributor Guide