Feed sharing is a feature of Adafruit IO which allows you to share your feeds with people you specify.
If you want to share a feed on your Adafruit IO Account with another user, visit the Sharing a feed page on the Adafruit Learning System.
The Adafruit IO Python client supports Feed Sharing in the mqtt_client.py class.
.. literalinclude:: ../examples/mqtt/mqtt_shared_feeds.py