Metadata-Version: 1.1
Name: pyFreenet
Version: 0.4.3
Summary: Freenet Client Protocol Helper for Python2
Home-page: http://127.0.0.1:8888/USK@38~ZdMc3Kgjq16te1A7UvRrAZadwviLgePY~CzCq32c,Z9vOKndIpemk~hfwg5yQvZKetfrm6AXs36WKVCvIOBo,AQACAAE/pyFreenet/-1/
Author: Arne Babenhauserheide
Author-email: arne_bab@web.de
License: UNKNOWN
Description: README file for PyFCP
        
        PyFreenet2 is a powerful Python library, for freenet 0.7.
        
        This is the Python2 version. It only includes the fcp library for tools which
        need pyFreenet under Python2. To install the commandline applications, 
        get pyFreenet3.
        
        This PyFCP release includes:
        
         - the python package 'fcp', containing classes for interacting with freenet.
        
        To get good API documentation, run:
        
            $ epydoc -n "PyFCP API manual" -o html fcp
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
