
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
This is a Python SDK package that is used for various functionality from the Blockhouse API. The package is published on PyPI and can be installed using pip.
Get the API key from the Blockhouse API and install the package using pip:
pip install blockhouse
Using as a Python Library
from blockhouse import Transfer
client = Transfer(api_key="your_api_key_here")
send = client.send_file(local_file_path="test123.txt", bucket_name="blockhouse-sdk")
print(send)
trades = client.trades_data()
print(trades)
Sending SOR data to the Blockhouse API
from blockhouse import TradeClient
client = TradeClient("your_api_key_here")
res = client.send_trade(
order_id="12345",
symbol="AAPL",
quantity=100,
side="buy",
price=150.50,
order_type="limit",
)
print(res)
This project is licensed under the MIT License. See the LICENSE file for more details.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
If you encounter any issues or have questions, feel free to open email us.
Version 1.0.9
FAQs
Blockhouse SDK
We found that blockhouse demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.