Skip to content

Commit 33a470b

Browse files
committed
[EN-1570] index.rst edited
1 parent 0e61942 commit 33a470b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. meta::
2-
:description: DXFeed python api for getting stock exchange data
3-
:keywords: python, api, dxfeed, stock exchange, market data, marketdata, finance
2+
:description lang=en: DxFeed python api for getting realtime and delayed stock exchange data.
3+
:keywords: python, api, dxfeed, stock exchange, market data, marketdata, finance, realtime, delayed, order, candle
44

55
Home
66
====
@@ -11,15 +11,15 @@ We use `Cython <https://cython.org/>`_ in this project as it combines flexibilit
1111
and usability in writing C extensions.
1212

1313

14-
dxfeed library already contains basic C-API functions and convenient access to them via wrapper classes.
15-
For now, the package covers the core C-API functionality, for example, creating connections and subscriptions,
16-
receiving data, etc.
14+
The design of the dxfeed package allows users to write any logic related to events in python as well as
15+
extending lower level Cython functionality. Moreover, one may start working with the API using the default
16+
values like function arguments or a default event handler.
1717

18-
Moreover, default listeners (functions responsible for event processing) are ready to use. The user may also
19-
write his custom listener in Cython. The instructions are here: :ref:`custom_listener`.
18+
On this website, you will find dxfeed usage examples and docstrings to each function, class,
19+
and its methods and fields.
2020

21-
At this website, you will find information about the functionality of the library, how to write your custom listener,
22-
documentation to all available functions, and information for developers.
21+
Source code: `github.com/dxFeed/dxfeed-python-api <https://github.com/dxFeed/dxfeed-python-api>`_
22+
Package distribution: `pypi.org/project/dxfeed <https://pypi.org/project/dxfeed>`_
2323

2424
Table of contents:
2525
------------------

0 commit comments

Comments
 (0)