actingweb - an ActingWeb Python Library¶
This is a python library implementing the REST-based ActingWeb distributed micro-services model. It serves as the reference implementation for the ActingWeb REST protocol specification for how such micro-services interact. In order to follow the specification, an application needs to implement a set of API endpoints. These can be implemented using any REST framework (or just plain http requests). See ActingWeb for example/boilerplate project(s).
Contents:
- License
- README - actingweb - an ActingWeb Library
- Getting Started
- ActingWeb Specification - version 1.0
- actingweb code
- Subpackages
- Submodules
- actingweb.actor module
- actingweb.attribute module
- actingweb.auth module
- actingweb.aw_proxy module
- actingweb.aw_web_request module
- actingweb.config module
- actingweb.oauth module
- actingweb.on_aw module
- actingweb.peertrustee module
- actingweb.property module
- actingweb.subscription module
- actingweb.trust module
- CHANGELOG
- v2.5.1: Jan 29, 2019
- v2.5.0: Nov 17, 2018
- v2.4.3: Sep 27, 2018
- v2.4.2: Sep 27, 2018
- v2.4.1: Sep 26, 2018
- v2.4.0: Sep 22 2018
- v2.3.0: Dec 27, 2017
- v2.2.2: Dec 3, 2017
- v2.2.1: Dec 3, 2017
- v2.2.0: Nov 25, 2017
- v2.1.2: Nov 12, 2017
- Jul 9, 2017
- Apr 2, 2017
- Mar 11, 2017
- Feb 25, 2016
- Nov 19, 2016
- Nov 17, 2016
- Nov 5, 2016
- Nov 1, 2016
- Oct 28, 2016
- Oct 26, 2016
- Oct 15, 2016
- Oct 12, 2016
- Oct 9, 2016
- Oct 7, 2016
- Oct 6, 2016
- Sep 25, 2016
- Sep 4, 2016
- Aug 28, 2016
- Aug 21, 2016: New features
- Aug 15, 2016: Bug fixes
- Aug 6, 2016: New features
- Aug 6, 2016: Bug fixes
- Aug 3, 2016: New features
- Aug 3, 2016: Bug fixes
- Aug 1, 2016: New features
- Jul 27, 2016: New features
- Jul 27, 2016: Bug fixes
- July 12, 2016: New features
- July 12, 2016: Bug fixes