Coverage for railway / __init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-01-11 00:06 +0900

1"""Railway Framework for Python. 

2 

3A Railway Oriented Programming framework that provides: 

4- @node decorator for processing functions 

5- @entry_point decorator for CLI entry points 

6- pipeline() function for chaining operations 

7""" 

8 

9__version__ = "0.1.0"