API client for socialhub.io
Project description
SocialHub
Simple API client for SocialHub's API.
Development
Setup
- clone the repo
$ git clone git@github.com:Uberspace/socialhub.git
$ cd socialhub
$ python3 -m venv venv
$ source venv/bin/activate
- install dependencies and commit-hooks
$ make devsetup
pip install -r requirements.txt -r requirements.dev.txt
Collecting requests==2.23.* (from -r requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/1a/70/1935c770cb3be6e3a8b78ced23d7e0f3b187f5cbfab4749523ed65d7c9b1/requests-2.23.0-py2.py3-none-any.whl
(...)
Running setup.py install for pyyaml ... done
Running setup.py install for distlib ... done
Running setup.py install for wrapt ... done
Successfully installed appdirs-1.4.3 aspy.yaml-1.3.0 (...)
pre-commit install --overwrite --install-hooks
pre-commit installed at .git/hooks/pre-commit
Testing
We're using py.test. You can run all of the tests on all supported python
releases using make test
. If you don't have that much time, try
make quicktest
, which runs py.test
directly.
API Requests
The tests make use of vcrpy, which records all requests to the SocialHub APIs
into the socialhub/cassette
directory. As long as you don't add any,
this enables you to run the existing tests without having access to these
(private) APIs.
To delete the recorded data and get fresh version, run the following command. Inspect the resuling cassettes for secret leaks.
$ make recordvcr
Releasing a new version
Assuming you have been handed the required credentials, a new version can be released as follows.
- adapt the version in
setup.py
, according tosemver
_. - commit this change as
Version 1.2.3
- tag the resulting commit as
v1.2.3
- push the new tag as well as the
master
branch - update the package on PyPI:
$ make build
$ make upload
Disclaimer
This API client is not developed, endorsed or validated by SocialHub or its developer maloon GmbH. The name "SocialHub" is owned by maloon GmbH, not by the authors of this library.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for socialhub-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9348615ef405545f1e060fa031b58b7c29406076089b5baab28694c79e0a8ffb |
|
MD5 | 1e33c4ac01875cf7d2a3f0aaa48136fb |
|
BLAKE2b-256 | 3774709d03e56fb6b1fa0933d86838c5c5d32fec5593f4f4192905a25b8e5e47 |