Python utilities for working with Pricefx
Project description
pyfxlib
A set of utilities to be able to use the Pricefx API from a Python package.
Installation
pip install pyfxlib
Or with Poetry:
poetry add pyfxlib
Quick Start
To connect to a Pricefx partition:
from pyfxlib.lowlevel import Session
session = Session.from_partition_url(
"https://your-partition.pricefx.eu",
username="your-username",
password="your-password"
)
And then use the session to interact with the platform (see documentation for full API details)
Documentation
Full API documentation is available at: https://developer.pricefx.eu/pricefx-api/pyfxlib/index.html
Contributing
See CONTRIBUTING.md for development setup, testing, and release process.
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfxlib-0.5.0.tar.gz.
File metadata
- Download URL: pyfxlib-0.5.0.tar.gz
- Upload date:
- Size: 44.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.12 Linux/6.1.123+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e0bc333ada59bbc8a3f0948297fcd375954e2b765f4787e64b8fc4a19fbf0c7
|
|
| MD5 |
9bf0f9129100321c257e3ab3d3856393
|
|
| BLAKE2b-256 |
afed20b2598239ec6594033305952ed96d6d6fbf5a98ce3fa63b7af4eabb47d8
|
File details
Details for the file pyfxlib-0.5.0-py3-none-any.whl.
File metadata
- Download URL: pyfxlib-0.5.0-py3-none-any.whl
- Upload date:
- Size: 54.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.12 Linux/6.1.123+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
399b2abc63b37efefba949f825f1ad5fb2897fa780451a5b189b7a017e2e901f
|
|
| MD5 |
b2e24fffe5de6d3e604d9825da3c6798
|
|
| BLAKE2b-256 |
d71bdf72a43e9cb5c8178232ab9b6af517fe90b2f9f2bb3784fbf74dca66975a
|