The official client for Seashells.io.
Seashells is compatible with both Python 2 and Python 3. It's recommended that you use Python 3.
You can install Seashells from PyPI:
pip install seashells
See the instructions on Seashells.io for more information about Seashells. For more information on how to use the command line tool itself, see the built-in help:
seashells --help
- roccomuso/seashells (Node.js)
- hans-strudle/seashells (Go)
Note: other clients are not officially supported.
- Update version information.
- Build the package using
python3 setup.py sdist bdist_wheel
. - Sign and upload the package using
twine upload -s dist/*
.
Copyright (c) 2017 Anish Athalye. Released under the MIT License. See LICENSE.rst for details.