A Python library for [describe your library's purpose here].
pip install libadctf# Clone the repository
git clone https://github.com/yourusername/libadctf.git
cd libadctf
# Install in development mode
uv pip install -e .This project uses uv for dependency management and packaging.
# Install development dependencies
uv pip install -e ".[dev]"pytestuv build# Build the package
uv build
# Publish to PyPI (requires API token)
uv publishThis project is licensed under the MIT License - see the LICENSE file for details.