Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sibears/libadctf

Repository files navigation

libadctf

A Python library for [describe your library's purpose here].

Installation

From PyPI (when published)

pip install libadctf

Development installation with uv

# Clone the repository
git clone https://github.com/yourusername/libadctf.git
cd libadctf

# Install in development mode
uv pip install -e .

Development

This project uses uv for dependency management and packaging.

Setting up development environment

# Install development dependencies
uv pip install -e ".[dev]"

Running tests

pytest

Building the package

uv build

Publishing to PyPI

# Build the package
uv build

# Publish to PyPI (requires API token)
uv publish

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages