Skip to main content

API client for socialhub.io

Project description

SocialHub

PyPI PyPI - Python Version

Simple API client for SocialHub's API.

Development

Setup

  1. clone the repo
$ git clone git@github.com:Uberspace/socialhub.git
$ cd socialhub
$ python3 -m venv venv
$ source venv/bin/activate
  1. 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.

  1. adapt the version in setup.py, according to semver_.
  2. commit this change as Version 1.2.3
  3. tag the resulting commit as v1.2.3
  4. push the new tag as well as the master branch
  5. 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

socialhub-1.1.0.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

socialhub-1.1.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file socialhub-1.1.0.tar.gz.

File metadata

  • Download URL: socialhub-1.1.0.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.8.3 requests/2.28.1 setuptools/65.3.0 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.10.7

File hashes

Hashes for socialhub-1.1.0.tar.gz
Algorithm Hash digest
SHA256 e13c124a7f59cf3d282c3b0485c551f1f85096e5ac42ee6b6e054e61af58d994
MD5 c251609c58b8d52fc8af5f10ca344482
BLAKE2b-256 e70c2f054db5e2739f4181b6ec048fd32442347270ddc8485052aa1a01c7d467

See more details on using hashes here.

File details

Details for the file socialhub-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: socialhub-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.8.3 requests/2.28.1 setuptools/65.3.0 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.10.7

File hashes

Hashes for socialhub-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9348615ef405545f1e060fa031b58b7c29406076089b5baab28694c79e0a8ffb
MD5 1e33c4ac01875cf7d2a3f0aaa48136fb
BLAKE2b-256 3774709d03e56fb6b1fa0933d86838c5c5d32fec5593f4f4192905a25b8e5e47

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page