Metadata-Version: 1.1
Name: fdroidserver
Version: 0.8
Summary: F-Droid Server Tools
Home-page: https://f-droid.org
Author: The F-Droid Project
Author-email: team@f-droid.org
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # F-Droid Server
        
        [![build status](https://gitlab.com/fdroid/fdroidserver/badges/master/build.svg)](https://gitlab.com/fdroid/fdroidserver/builds)
        
        Server for [F-Droid](https://f-droid.org), the Free Software repository system
        for Android.
        
        The F-Droid server tools provide various scripts and tools that are
        used to maintain the main
        [F-Droid application repository](https://f-droid.org/packages).  You
        can use these same tools to create your own additional or alternative
        repository for publishing, or to assist in creating, testing and
        submitting metadata to the main repository.
        
        For documentation, please see <https://f-droid.org/docs/>, or you can
        find the source for the documentation in
        [fdroid/fdroid-website](https://gitlab.com/fdroid/fdroid-website).
        
        
        ### What is F-Droid?
        
        F-Droid is an installable catalogue of FOSS (Free and Open Source Software)
        applications for the Android platform. The client makes it easy to browse,
        install, and keep track of updates on your device.
        
        
        ### Installing
        
        There are many was to install _fdroidserver_, they are documented on
        the website:
        https://f-droid.org/docs/Installing_the_Server_and_Repo_Tools
        
        All sorts of other documentation lives there as well.
        
        
        ### Drozer Scanner
        
        There is a new feature under development that can scan any APK in a
        repo, or any build, using Drozer.  Drozer is a dynamic exploit
        scanner, it runs an app in the emulator and runs known exploits on it.
        
        This setup requires specific versions of two Python modules:
        _docker-py_ 1.9.0 and _requests_ older than 2.11.  Other versions
        might cause the docker-py connection to break with the containers.
        Newer versions of docker-py might have this fixed already.
        
        For Debian based distributions:
        
        	apt-get install libffi-dev libssl-dev python-docker
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Topic :: Utilities
