Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Latest commit

 

History

History
58 lines (47 loc) · 2.42 KB

AUTHORS.rst

File metadata and controls

58 lines (47 loc) · 2.42 KB

Authors

Ics.py is written and maintained by Nikita Marchant with the excellent help of Niko Fink.

Other contributors, listed alphabetically, are:

Many thanks for your contributions!

There are also a few modules or functions incorporated from other authors and projects:

  • utils.iso_precision includes something like 10 lines of Arrow's, code, which is written by Chris Smith and under Apache license

A big part of the code was written at UrLab, an awesome hackerspace in ULB in Brussels, Belgium. A big part of the code was written at UrLab, an awesome hackerspace in ULB in Brussels, Belgium.

Thanks to:

  • arrow which provides a nice API for dates, times and deltas,
  • python-dateutil for parsing timezones from VTIMEZONE blocks,
  • requests for giving me inspiration from it's beautiful and pythonic API (and its doc too),
  • six to have made the python3 transition easier,
  • #urlab for help and advice.