mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
add something
This commit is contained in:
parent
43bb6c9416
commit
9091d06250
1 changed files with 4 additions and 2 deletions
|
@ -170,6 +170,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [jieba](https://github.com/fxsjy/jieba#jieba-1) - Chinese Words Segementation Utilities.
|
||||
* [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text.
|
||||
* [loso](https://github.com/victorlin/loso) - Another Chinese segmentation library.
|
||||
* [genius](https://github.com/duanhongyi/genius) - A Chinese segment base on Conditional Random Field.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
@ -461,9 +462,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
*Libraries for working with forms.*
|
||||
|
||||
* [django-crispy-forms](http://django-crispy-forms.readthedocs.org/) - A Django app which lets you create beautiful forms in a very elegant and DRY way.
|
||||
* [Deform](http://deform.readthedocs.org/en/latest/) - Python HTML form generation library influenced by the formish form generation library.
|
||||
* [WTForms](http://wtforms.readthedocs.org/) - A flexible forms validation and rendering library.
|
||||
* [Deform](http://deform.readthedocs.org/) - Python HTML form generation library influenced by the formish form generation library.
|
||||
* [django-crispy-forms](http://django-crispy-forms.readthedocs.org/) - A Django app which lets you create beautiful forms in a very elegant and DRY way.
|
||||
* [django-remote-forms](https://github.com/WiserTogether/django-remote-forms) - A platform independent Django form serializer.
|
||||
|
||||
## Data Validation
|
||||
|
||||
|
|
Loading…
Reference in a new issue