Tools for annotating and labelling DataFrames and Python objects
Project description
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
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
tagdf-0.1.0.tar.gz
(2.5 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
tagdf-0.1.0-py3-none-any.whl
(2.3 kB
view details)
File details
Details for the file tagdf-0.1.0.tar.gz.
File metadata
- Download URL: tagdf-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3346b6ea7f5c488fa59f47ae644b5b00ad6eea1056fdb75471aaaf6595418957
|
|
| MD5 |
f47a9f8f1c968c4f6784380ada188e20
|
|
| BLAKE2b-256 |
7ad2cc20c461202e1c195453bbb7be388d87e4fcd1ed2d540883ebfc3ac48835
|
File details
Details for the file tagdf-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tagdf-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0942c8c5fe19ef9b161a8b4f345368803f42fae983c4acc51f66e576b8068411
|
|
| MD5 |
994426b825bf40e094a806aa0eefc9c7
|
|
| BLAKE2b-256 |
a500b6c1e2c3830a770e3857aa13fa170bf48bf7c433aa2e22da159684c727db
|