- [ ] Generic: - [ ] [Initialization](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/meos_init.py) - [ ] [Factory](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/factory.py) - [x] Time: - [x] [Time](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/time/time.py) - [x] [TimestampSet](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/time/timestampset.py) - [x] [Period](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/time/period.py) - [x] [PeriodSet](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/time/periodset.py) - [ ] Temporal: - [x] [TInterpolation](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/temporal/interpolation.py) - [ ] [Temporal](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/temporal/temporal.py) - [ ] [TInstant](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/temporal/tinstant.py) - [ ] [TSequence](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/temporal/tsequence.py) - [ ] [TSequenceSet](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/temporal/tsequenceset.py) - [ ] Main: - [ ] [TBool](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/main/tbool.py) - [ ] [TFloat](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/main/tfloat.py) - [ ] [TInt](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/main/tint.py) - [ ] [TNumber](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/main/tnumber.py) - [ ] [TPoint](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/main/tpoint.py) - [ ] [TText](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/main/ttext.py) - [ ] Boxes: - [ ] [Box](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/boxes/box.py) - [ ] [Stbox](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/boxes/stbox.py) - [x] [Tbox](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/boxes/tbox.py) - [ ] Aggregators: - [ ] [Aggregator](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/aggregators/aggregator.py) - [ ] [Bool Aggregators](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/aggregators/bool_aggregators.py) - [ ] [General Aggregators](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/aggregators/general_aggregators.py) - [ ] [Number Aggregators](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/aggregators/number_aggregators.py) - [ ] [Point Aggregators](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/aggregators/point_aggregators.py) - [ ] [Text Aggregators](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/aggregators/text_aggregators.py) - [ ] [Time Aggregators](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/aggregators/time_aggregators.py) - [ ] Database: - [ ] [asyncpg](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/db/asyncpg.py) - [ ] [psycopg](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/db/psycopg.py) - [ ] [psycopg2](https://github.com/MobilityDB/PyMEOS/blob/develop/pymeos/pymeos/db/psycopg2.py)