Metadata-Version: 2.1
Name: memacs
Version: 2020.6.5.1
Summary: Visualize your (digital) life in Emacs Org mode by converting data to Org mode format
Home-page: https://github.com/novoid/memacs
Author: Karl Voit
Author-email: tools@Karl-Voit.at
License: UNKNOWN
Download-URL: https://github.com/novoid/memacs/zipball/master
Keywords: quantified self,emacs,org-mode,org mode
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Dist: orgformat
Requires-Dist: emoji
Provides-Extra: all
Requires-Dist: feedparser ; extra == 'all'
Requires-Dist: pylast ; extra == 'all'
Requires-Dist: gpxpy ; extra == 'all'
Requires-Dist: icalendar ; extra == 'all'
Requires-Dist: python-dateutil ; extra == 'all'
Requires-Dist: geocoder ; extra == 'all'
Requires-Dist: twython ; extra == 'all'
Requires-Dist: batinfo ; extra == 'all'
Provides-Extra: battery
Requires-Dist: batinfo ; extra == 'battery'
Provides-Extra: gps
Requires-Dist: gpxpy ; extra == 'gps'
Requires-Dist: geocoder ; extra == 'gps'
Provides-Extra: ical
Requires-Dist: icalendar ; extra == 'ical'
Provides-Extra: lastfm
Requires-Dist: pylast ; extra == 'lastfm'
Provides-Extra: rss
Requires-Dist: feedparser ; extra == 'rss'
Provides-Extra: twitter
Requires-Dist: python-dateutil ; extra == 'twitter'
Requires-Dist: twython ; extra == 'twitter'

This Python framework converts data from various sources to Org mode format
which may then included in Org mode agenda (calendar). This way, you get a 360-degree-view of your
digital life.

Each Memacs module converts a different input format into Org mode files.

- Target group: users of Emacs Org mode who are able to use command line tools
- Hosted and documented on github: https://github.com/novoid/memacs


