File tree 2 files changed +23
-10
lines changed
2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 1
- =====
2
- gabon
3
- =====
1
+ # gabon
2
+
3
+ Disclaimer: This is an endless work in progress...
4
4
5
5
Gabon (Google contacts AddressBOk in Ncurses) is a Google contacts-based
6
6
addressbook written in Python and based in ncurses.
@@ -10,6 +10,6 @@ it possible to use those contacts from the command-line and from MUAs such as
10
10
Mutt, so can be used as a replacement for abook. Another great command line
11
11
client for google contacts is GooBook: https://gitlab.com/goobook/goobook
12
12
13
- * Free software: Apache license
13
+ * Free software: Apache license
14
14
* Source: https://github.com/alvarolopez/gabon
15
15
* Bugs: https://github.com/alvarolopez/gabon/issues
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = gabon
3
3
summary = Google contacts organizer in ncurses.
4
- description-file =
5
- README.rst
4
+ description-file = README.md
5
+ description-content-type = text/markdown; charset=UTF-8
6
+
6
7
author = Alvaro Lopez Garcia
7
8
9
+
8
10
home-page = https://github.com/alvarolopez/gabon
11
+ project_urls =
12
+ Bug Tracker = https://github.com/alvarolopez/gabon/issues
13
+
14
+ python-requires = >=3.6
15
+
16
+ license = Apache-2
17
+ license_file = LICENSE
18
+
9
19
classifier =
20
+ Environment :: Console
21
+ Environment :: Console :: Curses
22
+ Intended Audience :: End Users/Desktop
10
23
Intended Audience :: Information Technology
11
- Intended Audience :: System Administrators
12
24
License :: OSI Approved :: Apache Software License
13
25
Operating System :: POSIX :: Linux
14
26
Programming Language :: Python
15
- Programming Language :: Python :: 2
16
- Programming Language :: Python :: 2.7
17
27
Programming Language :: Python :: 3
18
- Programming Language :: Python :: 3.3
28
+ Programming Language :: Python :: 3.7
29
+ Programming Language :: Python :: 3.8
30
+ Topic :: Communications :: Email
31
+ Topic :: Communications :: Email :: Address Book
19
32
20
33
[files]
21
34
packages =
You can’t perform that action at this time.
0 commit comments