Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heartsucker/python-securedrop-api
https://github.com/heartsucker/python-securedrop-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/heartsucker/python-securedrop-api
- Owner: heartsucker
- License: apache-2.0
- Created: 2018-07-03T16:17:44.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2018-07-10T14:25:58.000Z (over 6 years ago)
- Last Synced: 2024-10-25T16:56:32.663Z (3 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# python-securedrop-api
Experimental SDK for the [SecureDrop](https://seucredrop.org) API.
## STOP! WARNING! PRE-ALPHA
This is for being developed to test an in-progress branch in the main SecureDrop repo. This API is
neither deployed nor stable.THIS SHOULD NOT BE USED ANYWHERE FOR ANY REASON.
## Development
Requires:
```
pip install tox tox-pyenv
for v in 3.4.8 3.5.5 3.6.6 3.7.0; do
pyenv install $v
done
```## License
This work is dual licensed under the MIT and Apache-2.0 licenses. See [LICENSE-MIT](./LICENSE-MIT)
and [LICENSE-APACHE](./LICENSE-APACHE) for details.