Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niols/eve
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/niols/eve
- Owner: Niols
- Created: 2015-04-28T01:32:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T15:33:20.000Z (over 9 years ago)
- Last Synced: 2023-02-26T17:12:05.610Z (over 1 year ago)
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Eve
===Installation
------------Eve should work with both python 2 and 3[¹](#caldav-python3), but python2 isn't
recommanded if you plan to use non-ascii strings.Requirements:
- caldav[¹](#caldav-python3) >= 0.4.0
- irc >= 12.1.2Notes
-----¹ Be carefull with caldav and python3: there is a
dependance in vobject, which doesn't have a proper python3 port. You'll need to
find a good python3 fork. The 2015-04-29, I used
[tBaxter's fork](https://github.com/tBaxter/vobject).