/usr/lib/python3/dist-packages/gtimelog-0.11.egg-info/PKG-INFO is in gtimelog 0.11-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 | Metadata-Version: 2.1
Name: gtimelog
Version: 0.11
Summary: A Gtk+ time tracking application
Home-page: https://gtimelog.org/
Author: Marius Gedminas
Author-email: marius@gedmin.as
License: GPL
Description: GTimeLog
========
GTimeLog is a simple app for keeping track of time.
.. image:: https://travis-ci.org/gtimelog/gtimelog.svg?branch=master
:target: https://travis-ci.org/gtimelog/gtimelog
:alt: build status
.. image:: https://ci.appveyor.com/api/projects/status/github/gtimelog/gtimelog?branch=master&svg=true
:target: https://ci.appveyor.com/project/mgedmin/gtimelog
:alt: build status (on Windows)
.. image:: https://coveralls.io/repos/gtimelog/gtimelog/badge.svg?branch=master
:target: https://coveralls.io/r/gtimelog/gtimelog?branch=master
:alt: test coverage
.. contents::
.. image:: https://raw.github.com/gtimelog/gtimelog/master/docs/gtimelog.png
:alt: screenshot
Installing
----------
GTimeLog is packaged for Debian and Ubuntu::
sudo apt-get install gtimelog
For Ubuntu, a newer version can usually be found in the PPA:
https://launchpad.net/~gtimelog-dev/+archive/ppa
You can fetch the latest released version from PyPI ::
$ pip install gtimelog
$ gtimelog
You can run it from a source checkout without an explicit installation step::
$ git clone https://github.com/gtimelog/gtimelog
$ cd gtimelog
$ make
$ ./gtimelog
System requirements:
- Python (2.7 or 3.3+)
- PyGObject
- gobject-introspection type libraries for GTK+, Pango
- GTK+ 3.10 or newer (3.14 or newer for best results)
Documentation
-------------
This is work in progress:
- `docs/index.rst`_ contains an overview
- `docs/formats.rst`_ describes the file formats
.. _docs/index.rst: https://github.com/gtimelog/gtimelog/blob/master/docs/index.rst
.. _docs/formats.rst: https://github.com/gtimelog/gtimelog/blob/master/docs/formats.rst
Resources
---------
Website: https://gtimelog.org
Mailing list: gtimelog@googlegroups.com
(archive at https://groups.google.com/group/gtimelog)
IRC: #gtimelog on irc.freenode.net
Source code: https://github.com/gtimelog/gtimelog
Report bugs at https://github.com/gtimelog/gtimelog/issues
There's an old bugtracker at https://bugs.launchpad.net/gtimelog
I sometimes also browse distribution bugs:
- Ubuntu https://bugs.launchpad.net/ubuntu/+source/gtimelog
- Debian https://bugs.debian.org/gtimelog
Credits
-------
GTimeLog was mainly written by Marius Gedminas <marius@gedmin.as>.
Barry Warsaw <barry@python.org> stepped in as a co-maintainer when
Marius burned out. Then Barry got busy and Marius recovered.
Many excellent contributors are listed in `CONTRIBUTORS.rst`_
.. _CONTRIBUTORS.rst: https://github.com/gtimelog/gtimelog/blob/master/CONTRIBUTORS.rst
Changelog
---------
0.11 (2017-12-16)
~~~~~~~~~~~~~~~~~
* A complete rewrite of the user interface, to better fit GNOME 3 (GH: #31).
Requires GTK+ 3.10, but newer versions are better.
* History browsing can show you weeks/months, not just days.
* You can filter the displayed tasks, with a total shown at the bottom
(GH: #88).
* There's now a preferences dialog (GH: #47).
* Window size and task pane size/visibility are remembered across
restarts (GH: #30).
* Settings are stored in GSettings. The old config file will be imported
on first startup.
* Work hours and office hours are separate settings now (GH: #46).
* Native support for emailing reports. Requires a configured MTA on the
local machine (i.e. /usr/sbin/sendmail).
* There's a help page listing all the keyboard shortcuts.
* The user interface can be translated (and is translated into Lithuanian).
Reports are an exception (GH: #45).
* More efficient file change watching (GH: #11).
* Dropped features:
- No more tray icons.
- Dropped --tray, --toggle, --quit, --sample-config command
line options.
- The "Reload" menu option and hot key are gone -- reloading is automatic now.
- Report for a custom date range is gone.
- "Complete report in spreadsheet" is gone.
- "Work/slacking stats in spreadsheet" is gone.
- Setting for editor is gone: the default file association for text
files will be used.
- Settings for mailer is gone: mail sending is internal now.
- Setting for spreadsheet is gone.
- Separate setting to show remaining office hours is gone (set office hours
to 0 to hide the estimate).
0.10.0 (2015-09-29)
~~~~~~~~~~~~~~~~~~~
* Use Tango colors in the main text buffer (GH: #13).
* Allow tagging entries (GH: #19)
- The syntax is ``category: text -- tag1 tag2``
- Per-tag summaries show up in reports
* Use GtkApplication instead of own DBus server for enforcing single-instance.
- Drop --replace, --ignore-dbus command-line options because of this.
- Require glib and gio to be version 2.40 or newer for sane
GtkApplication-based command line parsing
(check with ``pkg-config --modversion glib-2.0 gio-2.0``).
* Remove obsolete code:
- Drop support for Python 2.6 (PyGObject dropped support for it long ago).
- Drop PyGtk/Gtk+ 2 support code (it didn't work since 0.9.1 anyway).
- Drop EggTrayIcon support (it was for Gtk+ 2 only anyway).
- Drop the --prefer-pygtk command-line option.
* Disable tray icon by default for new users (existing gtimelogrc files will be
untouched).
* Improve tray icon selection logic for best contrast (GH: #29).
0.9.3 (2015-09-29)
~~~~~~~~~~~~~~~~~~
* Adding new entries didn't update total weekly numbers (GH: #28).
Older versions
~~~~~~~~~~~~~~
See the `full changelog`_.
.. _full changelog: https://github.com/gtimelog/gtimelog/blob/master/CHANGES.rst
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: GTK
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Office/Business
Provides-Extra: test
|