心的方向

          新的征途......
          posts - 75,comments - 19,trackbacks - 0
          下載地址:http://www.crummy.com/software/BeautifulSoup/


          Beautiful Soup

          "A tremendous boon." -- Python411 Podcast

          [ Download | Documentation | What's New | Contributors | To-do list | Forum ]

          Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful:

          1. Beautiful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and run away.
          2. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application.
          3. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't autodetect one. Then you just have to specify the original encoding.

          Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it "Find all the links", or "Find all the links of class externalLink", or "Find all the links whose urls match "foo.com", or "Find the table heading that's got bold text, then give me that text."

          Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup.

          Download Beautiful Soup

          The latest version is Beautiful Soup version 3.0.4, released April 10, 2007. You can download it as a single, self-contained file, or as a tarball with installer script and unit tests. Beautiful Soup is licensed under the same terms as Python itself, so you can drop it into almost any Python application (or into your library path) and start using it immediately.

          Beautiful Soup works with Python versions 2.3 and up. It works best with Python versions 2.4 and up. If you don't have Python 2.4, you should install the cjkcodecs, iconvcodec, and chardet libraries. If you don't do this, Beautiful Soup will still work, but it won't be very good at parsing documents in Asian encodings.

          Older versions are still available: the 1.x series works with Python 1.5, and the 2.x series has a fairly large installed base.

          posted on 2007-07-30 13:21 阿偉 閱讀(903) 評論(0)  編輯  收藏 所屬分類: Python

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 友谊县| 盐山县| 九龙城区| 大港区| 南雄市| 财经| 黄大仙区| 莎车县| 晋城| 勃利县| 北宁市| 宜兰市| 邹平县| 正镶白旗| 丁青县| 湖南省| 达尔| 建瓯市| 彰化市| 偏关县| 临朐县| 水富县| 民丰县| 旌德县| 合江县| 大荔县| 民勤县| 神池县| 涿州市| 安达市| 延寿县| 岱山县| 阿鲁科尔沁旗| 云浮市| 定远县| 深州市| 镇雄县| 大安市| 安岳县| 鄄城县| 道真|