Metadata-Version: 2.1
Name: securedrop-sdk
Version: 0.0.3
Summary: Python client API to access SecureDrop Journalist REST API
Home-page: https://github.com/freedomofpress/securedrop-sdk
Author: Kushal Das
Author-email: kushal@freedom.press
License: GPLv3+
Description: ## Python Client for SecureDrop
        
        ### Development
        
        This project uses [pipenv](https://docs.pipenv.org) to manage all dependencies.
        This is a Python3 project.
        
        We are using [mypy](http://mypy-lang.org) for type annotation checks.
        
        We cover all the API calls of SecureDrop.
        
        Note: The `get_source` will get an update to take a Source object as an input.
        
        We will also add a bunch of more tests.
        
        
        ### Testing
        
        To test the code, you will need to run the SecureDrop `make dev` command in the same system. The test suite for
        this project will test against that development container.
        
        ### License: GPLv3+
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
