colrev.package_manager.package.Package
- class colrev.package_manager.package.Package(package_identifier)[source]
- Bases: - object- A Python package for CoLRev - Methods - Add the package to the type_identifier_endpoint_dict dict - Get the endpoint for a package type - Get the endpoint class for a package type - Check if the package has a specific endpoint type - add_to_type_identifier_endpoint_dict(type_identifier_endpoint_dict)[source]
- Add the package to the type_identifier_endpoint_dict dict - Return type:
- None