f7b91f6fa5
Now that the wickra.org catch-all mailbox exists, move the project contact + package-author email off the personal gmail to support@wickra.org across all surfaces: CODE_OF_CONDUCT, SECURITY, CITATION.cff, Cargo.toml, the npm + PyPI author fields, the release.yml npm author, and repo-metadata.toml. (The package-author changes take effect on the next published release.) repo-metadata.toml's [audit].forbidden still pins kingchencp@gmail.com (the private commit email) as a banned substring — unchanged. Also remove the FUNDING.yml custom "https://wickra.org/sponsor" entry: that page 404s, so the Sponsor button linked to a dead URL. The GitHub Sponsors entry (github: [kingchenc]) stays.
30 lines
1.0 KiB
YAML
30 lines
1.0 KiB
YAML
cff-version: 1.2.0
|
|
title: Wickra
|
|
message: >-
|
|
If you use Wickra in academic work, please cite it using the metadata
|
|
below.
|
|
type: software
|
|
authors:
|
|
- alias: kingchenc
|
|
email: support@wickra.org
|
|
repository-code: "https://github.com/wickra-lib/wickra"
|
|
url: "https://wickra.org"
|
|
abstract: >-
|
|
Wickra is a streaming-first technical-analysis library implemented in
|
|
Rust with bindings for Python, Node.js and WebAssembly. Each indicator
|
|
is a state machine that updates in constant time per new input, so
|
|
identical code paths serve live-trading workloads and historical
|
|
back-testing. The library covers 214 indicators across 16 families
|
|
(moving averages, momentum, volatility, volume, statistics, Ehlers
|
|
digital-signal-processing cycles, pivots, DeMark, Ichimoku, candlestick
|
|
patterns, market profile, and risk/performance metrics).
|
|
keywords:
|
|
- technical-analysis
|
|
- technical-indicators
|
|
- streaming
|
|
- algorithmic-trading
|
|
- quantitative-finance
|
|
- rust
|
|
- time-series
|
|
license: PolyForm-Noncommercial-1.0.0
|