tagdf
Tools for annotating and labelling Pandas DataFrames and general Python objects.
Installation
From Source
git clone https://github.com/idin/tagdf.git
cd tagdf
conda env create -f environment.yml
conda activate tagdf
pip install -e .
From PyPI (when published)
pip install tagdf
Quick Start
from tagdf import __version__
print(__version__)
Features
- Feature 1: Description
- Feature 2: Description
- Feature 3: Description
Documentation
For detailed documentation, see the demos/ directory for working examples.
Development
Setup Development Environment
conda env create -f environment.yml
conda activate package-name
pip install -e ".[dev]"
Running Tests
pytest
Code Formatting
black .
flake8 .
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests
- Run tests and formatting
- Submit a pull request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Changelog
Version 0.1.0
- Initial release
- Basic functionality implemented
Release files for tagdf 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tagdf-0.1.0.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tagdf-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.9 kB
Release files / tagdf-0.1.0.tar.gz
| Download URL | tagdf-0.1.0.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3346b6ea7f5c488fa59f47ae644b5b00ad6eea1056fdb75471aaaf6595418957
|
|
BLAKE2b-256 checksum How to use checksums |
7ad2cc20c461202e1c195453bbb7be388d87e4fcd1ed2d540883ebfc3ac48835
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.13
|
Release files / tagdf-0.1.0-py3-none-any.whl
| Download URL | tagdf-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0942c8c5fe19ef9b161a8b4f345368803f42fae983c4acc51f66e576b8068411
|
|
BLAKE2b-256 checksum How to use checksums |
a500b6c1e2c3830a770e3857aa13fa170bf48bf7c433aa2e22da159684c727db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.13
|