You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

1. Packaging schema

Actors will be packaged using pip based approach. This way it will be possible to:

  • install actors centrally
  • install actors inside virtual environment
  • host private PIP based repository

This section describes how packaging of an actor will look like and what will be the final structure of distributable package.

2. Sample code

TBD

3. Sample structure


4. References

  1. pip documentation: https://pip.pypa.io/en/stable/
  2. Packaging Python Projects: https://packaging.python.org/tutorials/packaging-projects/
  3. Packaging Python Projects - sample: https://packaging.python.org/guides/hosting-your-own-index/
  • No labels