A Python library
Project description
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 .
Usage
from libadctf import main, hello_world
# Use the main function
result = main()
# Use other functions
message = hello_world()
print(message)
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.
Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
libadctf-0.1.1.tar.gz
(8.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file libadctf-0.1.1.tar.gz.
File metadata
- Download URL: libadctf-0.1.1.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70cc2562ba0b680f805ff722f62e44eef1d75bf0d153db543c622e33d323a98a
|
|
| MD5 |
20f6ec38d83163c548ba591edf972175
|
|
| BLAKE2b-256 |
d8c6e211421fc1f0d4327d78feaba4e69dd8a71b6d62dbe3067eed5f0809f6a7
|
File details
Details for the file libadctf-0.1.1-py3-none-any.whl.
File metadata
- Download URL: libadctf-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef3f9bb879e458bdc93e02aee04954ad33772800df0cbd09a97faef3d7f458cc
|
|
| MD5 |
8960fb894e50495127707d03521887e5
|
|
| BLAKE2b-256 |
91ee990489860e8f45c2c2a762bfb4d0cb0de2fb38f8f582852b22ebfa5f4470
|