File: implementation.rst

package info (click to toggle)
afew 3.0.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: python: 1,484; makefile: 10; sh: 6
file content (35 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (3)
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
Implementation
==============

Database Manager
----------------

The design of the database manager was inspired by alots database
manager :class:`alot.db.DBManager`.

.. module:: afew.Database
.. autoclass:: Database
   :members:

Filter
------

.. module:: afew.filters.BaseFilter
.. autoclass:: Filter
   :members:

Configuration management
------------------------

.. automodule:: afew.Settings
   :members:

.. automodule:: afew.NotmuchSettings
   :members:

Miscellanious utility functions
-------------------------------

.. currentmodule:: afew.utils
.. automodule:: afew.utils
   :members: