-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.txt
More file actions
48 lines (36 loc) · 1.38 KB
/
Copy pathindex.txt
File metadata and controls
48 lines (36 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
####################################
The Firebird Base library for Python
####################################
The `firebird-base` package provides common Python 3 modules used by `Firebird Project`_
in various development projects. However, these modules have general applicability outside
the scope of development for Firebird RDBMS.
Topic covered by `firebird-base` package:
- General data types like `singletons`, `sentinels` and objects with identity.
- Unified system for data conversion from/to string.
- `DataList` and `Registry` collection types with advanced data-processing cappabilities.
- Work with structured binary buffers.
- Global registry of Google `protobuf` messages and enumerations.
- Extended configuration system based on `ConfigParser`.
- Context-based logging.
- Trace/audit for class instances.
- General "hook" mechanism.
- Callback system based on Signals and Slots, and "Delphi events".
.. note:: Requires Python 3.11+
.. tip:: You can download docset for Dash_ (MacOS) or Zeal_ (Windows / Linux) documentation
readers from releases_ at github.
.. toctree::
:maxdepth: 1
:includehidden:
.. toctree::
:maxdepth: 1
:hidden:
introduction
modules
changelog
license
|
|
.. _Firebird Project: http://www.firebirdsql.org
.. _releases: https://github.com/FirebirdSQL/python3-base/releases
.. _Dash: https://kapeli.com/dash
.. _Zeal: https://zealdocs.org/