Components to be used with limbus.
Project description
Limbus-Components: Set of basic components for Limbus
This package is part of Limbus and contains a bunch of useful components.
Installation
This package can be automatically installed by Limbus. If you want to install it manually, you can do it with:
git clone https://github.com/kornia/limbus-components
cd limbus-components
pip install -e .
For development purposes, you can install it with:
pip install -e .[dev] # also installs limbus
Dev Requirements
To add new components that must be done in the folder limbus_components_dev
and then in order to release the changes you must run the the release
script.
All the __init__.py
files inside the folder limbus_components_dev
must have the imports following the next patterns:
from . import <component_module> # to import modules
from .<component_module> import <component_class0>, <component_class1>, ... # to import components
# IMPORTANT NOTE: imports with () are not allowed
if they are not following these patterns, the release
script will fail. Check examples in the folder limbus_components_dev
.
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
File details
Details for the file limbus-components-0.1.3.tar.gz
.
File metadata
- Download URL: limbus-components-0.1.3.tar.gz
- Upload date:
- Size: 33.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8c9ae5e908b281c6f987c3fb4ae4789e9a45bfdc9e457c1512b46ef8dcce234 |
|
MD5 | 7c93d164e23c5d9168a4a875b18ba6aa |
|
BLAKE2b-256 | 9e89f23dafbe6557e9b17c9ef10a950fbd0b8f85882ad9d1ff3e218a5e4dae9d |
File details
Details for the file limbus_components-0.1.3-py2.py3-none-any.whl
.
File metadata
- Download URL: limbus_components-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 62.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd2c29d52df043c2db90e6b11ccb34849ad7f1d567b7d3f304025325f37183dd |
|
MD5 | 5c1e63157900aa02652f12a8226e2f84 |
|
BLAKE2b-256 | bcdc1b460e1e01990992c430aa2d4e0100ee05d11755d3347ef417e8b8bb4a50 |