refactor: rename project from Predix to NexQuant

Rename all source files, scripts, tests, documentation, and configuration
from Predix/predix to NexQuant/nexquant across the entire codebase.
This commit is contained in:
TPTBusiness
2026-05-09 17:48:22 +02:00
parent 85b56b8179
commit cbe1c52e00
92 changed files with 3690 additions and 1015 deletions
+5 -5
View File
@@ -7,7 +7,7 @@ requires = [
[project]
authors = [
{email = "nico@predix.io", name = "Predix Team"},
{email = "nico@nexquant.io", name = "NexQuant Team"},
]
classifiers = [
"Development Status :: 3 - Alpha",
@@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
description = "Predix - AI-gestützter Quantitative Trading Agent für EUR/USD"
description = "NexQuant - AI-gestützter Quantitative Trading Agent für EUR/USD"
dynamic = [
"dependencies",
"optional-dependencies",
@@ -29,7 +29,7 @@ keywords = [
"EUR/USD",
"Forex",
]
name = "predix"
name = "nexquant"
readme = "README.md"
requires-python = ">=3.10"
@@ -37,8 +37,8 @@ requires-python = ">=3.10"
rdagent = "rdagent.app.cli:app"
[project.urls]
homepage = "https://github.com/PredixAI/predix/"
issue = "https://github.com/PredixAI/predix/issues"
homepage = "https://github.com/NexQuantAI/nexquant/"
issue = "https://github.com/NexQuantAI/nexquant/issues"
[tool.coverage.report]
fail_under = 80