Skip to main content

No project description provided

Project description

Siera Craft

Siera Craft is a Python package designed for managing and manipulating sequences with items that span intervals.

Features

  • Handle sequences of items that span specific intervals.
  • Detect and manage overlaps within sequences.
  • Flexibly insert and manipulate sequence items.
  • Default and customizable handlers (Crafters) for different sequence types.

Installation

Using pip

pip install siera-craft

Using poetry

poetry add siera-craft

Usage

Basic Example

from seira_craft.siera import Siera
from seira_craft.default import DefaultCrafter

# Initialize a DefaultCrafter
crafter = DefaultCrafter()

# Sample sequence of items (modify as per your data structure)
sequence = [...]

# Initialize Siera with the crafter and sequence
s = Siera(crafter, sequence=sequence)

# Manipulate sequence using Siera methods
...

For detailed documentation and advanced usage, please refer to the respective module documentation.

Contribute

Contributions are welcome! Feel free to open issues for feature requests, bug reports, or submit pull requests.

License

MIT License. See LICENSE for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seira_craft-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

seira_craft-0.0.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page