Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29941/main/finkinfo/libs/pythonmods

Added Files:
        beautifulsoup-py.info 
Log Message:
New from tracker 1578527

--- NEW FILE: beautifulsoup-py.info ---
Info2: <<

Package: beautifulsoup-py%type_pkg[python]
Version: 3.0.3
Revision: 1
Maintainer: Kevin Horton <[EMAIL PROTECTED]>
Type: python (2.4 2.5)
Depends: python%type_pkg[python]
Source: 
http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz
Source-MD5: 7b788918e887b6b2c1bfef28ca4eb0d1
SourceDirectory: BeautifulSoup-%v
CompileScript: python%type_raw[python] setup.py build
InstallScript: python%type_raw[python] setup.py install --root=%d
DocFiles: PKG-INFO
Description: Python HTML/XML parser
DescDetail: <<
  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.
     
  For documentation, see:
  http://www.crummy.com/software/BeautifulSoup/documentation.html
<<
License: OSI-Approved
Homepage: http://www.crummy.com/software/BeautifulSoup

<<


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to