fincore-py 0.1.0.dev6__tar.gz → 0.1.0.dev7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/.github/workflows/docs.yml +2 -1
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/PKG-INFO +2 -2
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/README.md +1 -1
- fincore_py-0.1.0.dev7/docs/_static/fincore-wordmark.svg +26 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/_version.py +2 -2
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore_py.egg-info/PKG-INFO +2 -2
- fincore_py-0.1.0.dev6/docs/_static/fincore-wordmark.svg +0 -29
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/.github/workflows/ci.yml +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/.github/workflows/publish.yml +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/.gitignore +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/Cargo.toml +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/LICENSE +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/MANIFEST.in +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/_static/brand.css +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/analytics_calculations.rst +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/api.rst +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/brand.rst +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/concepts.rst +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/conf.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/finance_concepts.rst +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/getting_started.rst +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/index.rst +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/schemas.rst +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/docs/streaming.rst +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/examples/01_data_discovery.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/examples/02_batch_analytics.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/examples/03_streaming_metrics.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/examples/04_external_rows.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/examples/05_kafka_publish.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/examples/README.md +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/pyproject.toml +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/__init__.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/analytics/__init__.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/analytics/engine.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/analytics/models.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/analytics/normalize.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/data/__init__.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/data/client.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/data/events.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/data/kafka.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/data/sources.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore/data/utils.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore_py.egg-info/SOURCES.txt +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore_py.egg-info/dependency_links.txt +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore_py.egg-info/not-zip-safe +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore_py.egg-info/requires.txt +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore_py.egg-info/top_level.txt +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/requirements-docs.txt +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/requirements-kafka.txt +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/requirements.txt +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/setup.cfg +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/setup.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/src/analytics.rs +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/src/errors.rs +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/src/lib.rs +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/src/models.rs +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/src/pyconvert.rs +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/src/sources.rs +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/tests/conftest.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/tests/test_analytics.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/tests/test_data_client.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/tests/test_events.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/tests/test_utils.py +0 -0
- {fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/tox.ini +0 -0
|
@@ -15,7 +15,7 @@ permissions:
|
|
|
15
15
|
|
|
16
16
|
concurrency:
|
|
17
17
|
group: pages
|
|
18
|
-
cancel-in-progress:
|
|
18
|
+
cancel-in-progress: true
|
|
19
19
|
|
|
20
20
|
jobs:
|
|
21
21
|
build:
|
|
@@ -59,6 +59,7 @@ jobs:
|
|
|
59
59
|
name: Deploy to GitHub Pages
|
|
60
60
|
needs: build
|
|
61
61
|
runs-on: ubuntu-latest
|
|
62
|
+
timeout-minutes: 10
|
|
62
63
|
environment:
|
|
63
64
|
name: github-pages
|
|
64
65
|
url: ${{ steps.deployment.outputs.page_url }}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fincore-py
|
|
3
|
-
Version: 0.1.0.
|
|
3
|
+
Version: 0.1.0.dev7
|
|
4
4
|
Summary: Event-driven financial data and analytics framework for real-time market infrastructure.
|
|
5
5
|
Author: Avinash Chandra
|
|
6
6
|
License-Expression: MIT
|
|
@@ -36,7 +36,7 @@ Dynamic: license-file
|
|
|
36
36
|
|
|
37
37
|
<p align="center">
|
|
38
38
|
<a href="https://pypi.org/project/fincore-py/"><img src="https://img.shields.io/pypi/v/fincore-py.svg?color=111111&label=PyPI&logo=pypi&logoColor=white" alt="PyPI version"></a>
|
|
39
|
-
<a href="https://
|
|
39
|
+
<a href="https://pepy.tech/project/fincore-py"><img src="https://static.pepy.tech/badge/fincore-py/month" alt="Monthly downloads"></a>
|
|
40
40
|
<a href="https://pypi.org/project/fincore-py/#history"><img src="https://img.shields.io/badge/PyPI-dev%20builds-7A1E1E?logo=pypi&logoColor=white" alt="PyPI dev builds"></a>
|
|
41
41
|
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.14-111111?logo=python&logoColor=white" alt="Python 3.14"></a>
|
|
42
42
|
<a href="https://www.rust-lang.org/"><img src="https://img.shields.io/badge/rust-core-7A1E1E?logo=rust&logoColor=white" alt="Rust core"></a>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
6
|
<a href="https://pypi.org/project/fincore-py/"><img src="https://img.shields.io/pypi/v/fincore-py.svg?color=111111&label=PyPI&logo=pypi&logoColor=white" alt="PyPI version"></a>
|
|
7
|
-
<a href="https://
|
|
7
|
+
<a href="https://pepy.tech/project/fincore-py"><img src="https://static.pepy.tech/badge/fincore-py/month" alt="Monthly downloads"></a>
|
|
8
8
|
<a href="https://pypi.org/project/fincore-py/#history"><img src="https://img.shields.io/badge/PyPI-dev%20builds-7A1E1E?logo=pypi&logoColor=white" alt="PyPI dev builds"></a>
|
|
9
9
|
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.14-111111?logo=python&logoColor=white" alt="Python 3.14"></a>
|
|
10
10
|
<a href="https://www.rust-lang.org/"><img src="https://img.shields.io/badge/rust-core-7A1E1E?logo=rust&logoColor=white" alt="Rust core"></a>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="260" viewBox="0 0 1440 260" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">fincore wordmark</title>
|
|
3
|
+
<desc id="desc">Noir brutalist fincore wordmark focused on event streams and analytics infrastructure.</desc>
|
|
4
|
+
<rect width="1440" height="260" fill="#0B0B0B"/>
|
|
5
|
+
<path d="M0 58H1440" stroke="#151515" stroke-width="2"/>
|
|
6
|
+
<path d="M0 215H1440" stroke="#171717" stroke-width="2"/>
|
|
7
|
+
<g transform="translate(84 64)">
|
|
8
|
+
<rect x="0" y="0" width="132" height="132" fill="none" stroke="#D9D2C3" stroke-width="3"/>
|
|
9
|
+
<path d="M24 34H108M24 66H108M24 98H108" stroke="#403C36" stroke-width="4" stroke-linecap="square"/>
|
|
10
|
+
<circle cx="44" cy="34" r="7" fill="#8F1D1D"/>
|
|
11
|
+
<circle cx="82" cy="66" r="7" fill="#D9D2C3"/>
|
|
12
|
+
<circle cx="60" cy="98" r="7" fill="#8F1D1D"/>
|
|
13
|
+
<path d="M30 106L54 82L76 88L102 48" fill="none" stroke="#D9D2C3" stroke-width="4" stroke-linecap="square" stroke-linejoin="miter"/>
|
|
14
|
+
<path d="M30 106L54 82L76 88L102 48" fill="none" stroke="#8F1D1D" stroke-width="2" stroke-linecap="square" stroke-linejoin="miter"/>
|
|
15
|
+
</g>
|
|
16
|
+
<text x="256" y="130" fill="#EFE8D8" font-family="'Arial Narrow', 'Helvetica Neue Condensed Bold', 'Roboto Condensed', Arial, sans-serif" font-size="96" font-weight="800" letter-spacing="9">FINCORE</text>
|
|
17
|
+
<path d="M260 154H916" stroke="#8F1D1D" stroke-width="5"/>
|
|
18
|
+
<text x="260" y="194" fill="#A8A096" font-family="'Arial Narrow', 'Roboto Condensed', Arial, sans-serif" font-size="24" font-weight="700" letter-spacing="4">EVENT-DRIVEN DATA + ANALYTICS INFRASTRUCTURE</text>
|
|
19
|
+
<g transform="translate(976 88)" fill="none" stroke-linecap="square">
|
|
20
|
+
<path d="M0 18H310" stroke="#2A2A2A" stroke-width="3"/>
|
|
21
|
+
<path d="M0 58H310" stroke="#2A2A2A" stroke-width="3"/>
|
|
22
|
+
<path d="M0 98H310" stroke="#2A2A2A" stroke-width="3"/>
|
|
23
|
+
<path d="M28 98H80L120 58H176L216 18H282" stroke="#D9D2C3" stroke-width="4"/>
|
|
24
|
+
<path d="M28 58H94L138 18H200L244 58H282" stroke="#8F1D1D" stroke-width="4"/>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.1.0.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 1, 0, '
|
|
21
|
+
__version__ = version = '0.1.0.dev7'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 1, 0, 'dev7')
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fincore-py
|
|
3
|
-
Version: 0.1.0.
|
|
3
|
+
Version: 0.1.0.dev7
|
|
4
4
|
Summary: Event-driven financial data and analytics framework for real-time market infrastructure.
|
|
5
5
|
Author: Avinash Chandra
|
|
6
6
|
License-Expression: MIT
|
|
@@ -36,7 +36,7 @@ Dynamic: license-file
|
|
|
36
36
|
|
|
37
37
|
<p align="center">
|
|
38
38
|
<a href="https://pypi.org/project/fincore-py/"><img src="https://img.shields.io/pypi/v/fincore-py.svg?color=111111&label=PyPI&logo=pypi&logoColor=white" alt="PyPI version"></a>
|
|
39
|
-
<a href="https://
|
|
39
|
+
<a href="https://pepy.tech/project/fincore-py"><img src="https://static.pepy.tech/badge/fincore-py/month" alt="Monthly downloads"></a>
|
|
40
40
|
<a href="https://pypi.org/project/fincore-py/#history"><img src="https://img.shields.io/badge/PyPI-dev%20builds-7A1E1E?logo=pypi&logoColor=white" alt="PyPI dev builds"></a>
|
|
41
41
|
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.14-111111?logo=python&logoColor=white" alt="Python 3.14"></a>
|
|
42
42
|
<a href="https://www.rust-lang.org/"><img src="https://img.shields.io/badge/rust-core-7A1E1E?logo=rust&logoColor=white" alt="Rust core"></a>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="300" viewBox="0 0 1440 300" role="img" aria-labelledby="title desc">
|
|
2
|
-
<title id="title">fincore wordmark</title>
|
|
3
|
-
<desc id="desc">Noir brutalist fincore wordmark showing event streams, normalized data, and analytics signals.</desc>
|
|
4
|
-
<rect width="1440" height="300" fill="#0B0B0B"/>
|
|
5
|
-
<path d="M0 246H1440" stroke="#191919" stroke-width="2"/>
|
|
6
|
-
<path d="M0 68H1440" stroke="#151515" stroke-width="2"/>
|
|
7
|
-
<g transform="translate(82 70)">
|
|
8
|
-
<rect x="0" y="0" width="160" height="160" fill="none" stroke="#D9D2C3" stroke-width="3"/>
|
|
9
|
-
<path d="M24 40H66M94 40H136M24 80H52M80 80H136M24 120H70M98 120H136" stroke="#6F6A61" stroke-width="5" stroke-linecap="square"/>
|
|
10
|
-
<circle cx="76" cy="40" r="8" fill="#8F1D1D"/>
|
|
11
|
-
<circle cx="66" cy="80" r="8" fill="#D9D2C3"/>
|
|
12
|
-
<circle cx="84" cy="120" r="8" fill="#8F1D1D"/>
|
|
13
|
-
<path d="M32 136L58 108L82 116L112 72L132 88" fill="none" stroke="#D9D2C3" stroke-width="4" stroke-linecap="square" stroke-linejoin="miter"/>
|
|
14
|
-
<path d="M32 136L58 108L82 116L112 72L132 88" fill="none" stroke="#8F1D1D" stroke-width="2" stroke-linecap="square" stroke-linejoin="miter"/>
|
|
15
|
-
</g>
|
|
16
|
-
<text x="282" y="144" fill="#EFE8D8" font-family="'Arial Narrow', 'Helvetica Neue Condensed Bold', 'Roboto Condensed', Arial, sans-serif" font-size="102" font-weight="800" letter-spacing="10">FINCORE</text>
|
|
17
|
-
<path d="M286 166H934" stroke="#8F1D1D" stroke-width="5"/>
|
|
18
|
-
<text x="288" y="212" fill="#A8A096" font-family="'Arial Narrow', 'Roboto Condensed', Arial, sans-serif" font-size="28" font-weight="700" letter-spacing="5">EVENT-DRIVEN DATA + ANALYTICS INFRASTRUCTURE</text>
|
|
19
|
-
<g transform="translate(1058 86)" stroke-linecap="square">
|
|
20
|
-
<path d="M0 32H245" stroke="#2A2A2A" stroke-width="3"/>
|
|
21
|
-
<path d="M0 76H245" stroke="#2A2A2A" stroke-width="3"/>
|
|
22
|
-
<path d="M0 120H245" stroke="#2A2A2A" stroke-width="3"/>
|
|
23
|
-
<path d="M22 32H66L94 76H146L174 120H226" stroke="#8F1D1D" stroke-width="5" fill="none"/>
|
|
24
|
-
<path d="M22 120H70L102 76H150L182 32H226" stroke="#D9D2C3" stroke-width="4" fill="none"/>
|
|
25
|
-
<circle cx="94" cy="76" r="7" fill="#D9D2C3"/>
|
|
26
|
-
<circle cx="174" cy="120" r="7" fill="#8F1D1D"/>
|
|
27
|
-
<circle cx="182" cy="32" r="7" fill="#D9D2C3"/>
|
|
28
|
-
</g>
|
|
29
|
-
</svg>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fincore_py-0.1.0.dev6 → fincore_py-0.1.0.dev7}/python/fincore_py.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|