心的方向

          新的征途......
          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

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


          網(wǎng)站導航:
           
          主站蜘蛛池模板: 城市| 陵水| 疏附县| 安顺市| 罗江县| 昌宁县| 蒲城县| 越西县| 修武县| 芜湖县| 通化市| 开原市| 张家港市| 泗洪县| 新巴尔虎右旗| 田林县| 新野县| 喀什市| 上饶县| 宿州市| 邢台市| 五华县| 福州市| 富源县| 鄂尔多斯市| 彰化市| 蛟河市| 青阳县| 孝昌县| 文山县| 乐东| 白山市| 确山县| 中山市| 桃园市| 红桥区| 容城县| 繁峙县| 唐山市| 志丹县| 淮滨县|