credit.metadata
===============

.. py:module:: credit.metadata


Functions
---------

.. autoapisummary::

   credit.metadata.get_meta_file_path


Package Contents
----------------

.. py:function:: get_meta_file_path(meta_file: str)

   Handles relative path and environment variable expansion for metadata files.
   If your path includes environment variables, they are filled in.
   If no directories are provided, this script assumes that the file is in
   `credit.metadata` and will find the installed credit.metadata path for you.

   :param meta_file: Path to the metadata file.

   Returns:



