add something

This commit is contained in:
Vinta 2014-07-04 00:26:01 +08:00
parent 43bb6c9416
commit 9091d06250

View file

@ -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