This project contains common and generic functions, decorators, interfaces and classes...
Project description
core-mixins
This project contains common functions, decorators, and mixin classes as the base for other projects or libraries…
Installation
Install from PyPI using pip:
pip install core-mixins
uv pip install core-mixins # Or using UV...
Features
This library provides the following modules and utilities:
- Compatibility
Self - Type hint for self-referential classes
StrEnum - String enumeration compatibility across Python versions
- Decorators (core_mixins.decorators)
cache - Memoization decorator for function results
count_calls / CountCalls - Track function call counts
repeat - Execute functions multiple times
retry - Automatic retry with configurable backoff
singleton - Enforce single instance pattern
SyncWrapper - Convert async functions to synchronous
timer - Measure function execution time
- File Utilities (core_mixins.files)
records_from_csv / records_to_csv - CSV file handling
records_from_buffer / records_to_buffer - In-memory CSV operations
- Interfaces (core_mixins.interfaces)
IFactory - Factory pattern interface
ITask - Task interface with status tracking
TaskStatus - Task state enumeration
TaskException - Task-specific exceptions
- Managers (core_mixins.managers)
TasksManager - Manage and execute multiple tasks
TaskResult - Task execution result container
- Logging (core_mixins.logger)
get_logger - Standardized logger configuration
- Utilities (core_mixins.utils)
random_string - Generate random strings
get_batches - Batch list processing
remove_attributes / rename_attributes / add_attributes - Dictionary manipulation
convert_data_type - Type conversion utilities
to_snake_case - Convert strings to snake_case
flatten_json - Flatten nested JSON structures
to_one_line - Convert multiline strings to single line
bytes_to_str - Convert bytes to string
- Exceptions (core_mixins.exceptions)
get_exception_data - Extract structured exception information
Quick Start
Installation
Install the package:
pip install core-mixins
uv pip install core-mixins # Or using UV...
pip install -e ".[dev]" # For development...
Setting Up Environment
Install required libraries:
pip install --upgrade pip
pip install virtualenv
Create Python virtual environment:
virtualenv --python=python3.12 .venv
Activate the virtual environment:
source .venv/bin/activate
Install packages
pip install .
pip install -e ".[dev]"
Check tests and coverage
python manager.py run-tests
python manager.py run-coverage
Contributing
Contributions are welcome! Please:
Fork the repository
Create a feature branch
Write tests for new functionality
Ensure all tests pass: pytest -n auto
Run linting: pylint core_mixins
Run security checks: bandit -r core_mixins
Submit a pull request
License
This project is licensed under the MIT License. See the LICENSE file for details.
Links
Support
For questions or support, please open an issue on GitLab or contact the maintainers.
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
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 core_mixins-2.3.1.tar.gz.
File metadata
- Download URL: core_mixins-2.3.1.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fa57c3450a75bf55863a9933db5b00583ee8ffa2f275742331ddef248c7b8f1
|
|
| MD5 |
14eaef0f08f84d8c53e69e9f9a37ebfa
|
|
| BLAKE2b-256 |
8ecbc5c745caead0f89c99e6d670158ab615ca988ea7d0b45668b2dd7bf8d1c4
|
File details
Details for the file core_mixins-2.3.1-py3-none-any.whl.
File metadata
- Download URL: core_mixins-2.3.1-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1718e800148204bca997506c6b0b5658b8c01ccdc4939f994c3f5170c3437bc4
|
|
| MD5 |
97b7fc42cca5f15cad3e412f4511bc1a
|
|
| BLAKE2b-256 |
aca646234a8b21337f20d2e588a08eac087151c34cf4e72c3bb6b5298a99f035
|