mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
fix links
This commit is contained in:
parent
e581264f5e
commit
bdca951db4
1 changed files with 2 additions and 2 deletions
|
@ -644,7 +644,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
|
|
||||||
*Libraries for working with HTML and XML.*
|
*Libraries for working with HTML and XML.*
|
||||||
|
|
||||||
* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
|
* [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
|
||||||
* [bleach](http://bleach.readthedocs.org/en/latest/) - A whitelist-based HTML sanitization and text linkification library.
|
* [bleach](http://bleach.readthedocs.org/en/latest/) - A whitelist-based HTML sanitization and text linkification library.
|
||||||
* [cssutils](https://pypi.python.org/pypi/cssutils/) - A CSS library for Python.
|
* [cssutils](https://pypi.python.org/pypi/cssutils/) - A CSS library for Python.
|
||||||
* [html5lib](https://github.com/html5lib/html5lib-python) - A standards-compliant library for parsing and serializing HTML documents and fragments.
|
* [html5lib](https://github.com/html5lib/html5lib-python) - A standards-compliant library for parsing and serializing HTML documents and fragments.
|
||||||
|
@ -1021,7 +1021,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds.
|
* [apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds.
|
||||||
* [boto](https://github.com/boto/boto) - Python interface to Amazon Web Services.
|
* [boto](https://github.com/boto/boto) - Python interface to Amazon Web Services.
|
||||||
* [django-wordpress](https://github.com/sunlightlabs/django-wordpress/) - WordPress models and views for Django.
|
* [django-wordpress](https://github.com/sunlightlabs/django-wordpress/) - WordPress models and views for Django.
|
||||||
* [facebook-sdk](https://github.com/pythonforfacebook/facebook-sdk) - Facebook Platform Python SDK.
|
* [facebook-sdk](https://github.com/mobolic/facebook-sdk) - Facebook Platform Python SDK.
|
||||||
* [facepy](https://github.com/jgorset/facepy) - Facepy makes it really easy to interact with Facebook's Graph API
|
* [facepy](https://github.com/jgorset/facepy) - Facepy makes it really easy to interact with Facebook's Graph API
|
||||||
* [gmail](https://github.com/charlierguo/gmail) - A Pythonic interface for Gmail.
|
* [gmail](https://github.com/charlierguo/gmail) - A Pythonic interface for Gmail.
|
||||||
* [google-api-python-client](https://github.com/google/google-api-python-client) - Google APIs Client Library for Python.
|
* [google-api-python-client](https://github.com/google/google-api-python-client) - Google APIs Client Library for Python.
|
||||||
|
|
Loading…
Reference in a new issue