Requires Python 3.10 or later.
pip install -e . --group devpytest
# With coverage:
pytest --cov=instaparserruff check instaparser/ tests/
ruff format --check instaparser/ tests/
mypyThe package version is defined in instaparser/__init__.py and read by setuptools at build time via [tool.setuptools.dynamic] in pyproject.toml.