rangebar 2.0.0

Non-lookahead range bar construction for cryptocurrency trading with temporal integrity guarantees
Documentation
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# Rust
/target/
Cargo.lock
**/*.rs.bk

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Data files
*.csv
*.parquet
*.json
*.zip
data/
cache/

# Downloaded data directories
repos/binance-public-data/
test_comparison/
test_data/

# Build artifacts
*.whl
*.egg-info/

# Test binaries
test_v2_validation
statistics_v2_validation

# Logs
*.log
# .Sessions folder - never delete
.sessions/
!.sessions/.gitignore