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.0.tar.gz
(2.3 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.0.tar.gz.
File metadata
- Download URL: libadctf-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
569899e30d53a5e2833accfda606e296e8b4a562a240872cc779d53742509cb9
|
|
| MD5 |
3cdfeed77af415fbe3e3c7bbe0f3354c
|
|
| BLAKE2b-256 |
6f19dd50c752347ebb1474256513de380f094bb526fe68b2b35c886523c6dcfa
|
File details
Details for the file libadctf-0.1.0-py3-none-any.whl.
File metadata
- Download URL: libadctf-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fbbd7b2ae85ead7d0658026fc4ba00663b23e61505b7ab8a5e5203f0b46bd67
|
|
| MD5 |
1cb2712c96f5141eaa59c3f378475894
|
|
| BLAKE2b-256 |
74ce3283d0d587c7b8d5d632344832811bcc17bc56a66365cd1b8fe1c84447ca
|