Skip to content

pyctrl/gperiod

Repository files navigation

GPeriod


"Simplified time period manipulations"

Installation

pip install gperiod

Presenting gperiod

Introduction

Functional API

Period class

PeriodProto protocol

factories (Period/Tuple/...)

Quickstart

Prepare playground

pip install ipython

ipython -i -c 'from gperiod.g import *; from datetime import *'

Versioning

SemVer used for versioning. For available versions see the repository tags and releases.

Authors

  • Dima Burmistrov - Initial work - pyctrl

License

This project is licensed under the X11 License (extended MIT) - see the LICENSE file for details

Additional APIs

Representations

x
  • str and repr output differs

Pickling, dumping and loading

Pickling

x

Dumping

x

Loading

x