Skip to content

Commit

Permalink
Merge pull request #26652 from sanurielf/ib_async
Browse files Browse the repository at this point in the history
Adding ib_async recipe
  • Loading branch information
ocefpaf committed Jun 17, 2024
2 parents b463f58 + ab663f1 commit c5e4fe5
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/ib_async/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "ib_async" %}
{% set version = "1.0.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ib_async-{{ version }}.tar.gz
sha256: eeabe36ca877c7c90b5ab488b78825b2e686a73abed7b23e60ef2f52e486f4ec

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.10
- poetry-core
- pip
run:
- python >=3.10
- eventkit
- nest-asyncio

test:
imports:
- ib_async
commands:
- pip check
requires:
- pip

about:
home: https://github.com/ib-api-reloaded/ib_async
summary: Python sync/async framework for Interactive Brokers API
license: BSD-2-Clause
license_file: LICENSE
doc_url: https://ib-api-reloaded.github.io/ib_async
description: |
The goal of the ib_async library is to make working with the Trader Workstation API
from Interactive Brokers as easy as possible.
extra:
recipe-maintainers:
- sanurielf

0 comments on commit c5e4fe5

Please sign in to comment.