Deprecate identifiers.py
1. Add a warning 2. Move identifier/manifest documentation to git_objects.py 3. Remove all imports of that module. Motivation: * SWHID classes were moved to swhids.py * manifest computation functions were moved to git_objects.py * Only reexports and trivial wrappers of model.py remain
Showing
- swh/model/cli.py 6 additions, 17 deletionsswh/model/cli.py
- swh/model/from_disk.py 6 additions, 10 deletionsswh/model/from_disk.py
- swh/model/git_objects.py 190 additions, 10 deletionsswh/model/git_objects.py
- swh/model/hypothesis_strategies.py 3 additions, 4 deletionsswh/model/hypothesis_strategies.py
- swh/model/identifiers.py 37 additions, 233 deletionsswh/model/identifiers.py
- swh/model/tests/swh_model_data.py 1 addition, 1 deletionswh/model/tests/swh_model_data.py
- swh/model/tests/test_identifiers.py 158 additions, 130 deletionsswh/model/tests/test_identifiers.py
- swh/model/tests/test_model.py 2 additions, 103 deletionsswh/model/tests/test_model.py
Loading
Please register or sign in to comment