An attempt at proper time management in Python.
Project description
Propertime is an attempt to implement proper time management in Python. Its approach is to fully embrace the extra complexity arising due to the intrinsic need of conflating together physical and calendar time, instead of oversimplifying or dismissing it.
In a nutshell, it provides two main classes: the Time class for representing
time (similar to a datetime) and the TimeSpan class for representing units
of time (similar to a timedelta). Such classes play nice with Python datetimes so
that you can mix and match and use them only when needed.
You can have a look at the README for a better introduction together with some usage examples, and you can get started by having a look at the quickstart notebook or by reading the reference documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file propertime-1.0.1.tar.gz.
File metadata
- Download URL: propertime-1.0.1.tar.gz
- Upload date:
- Size: 29.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaa84b5d61a63762381449d919bbda278cc0185b08da4a12a9a8e819920a6d13
|
|
| MD5 |
93582a99e69dc2795819e4dab2267e59
|
|
| BLAKE2b-256 |
fb223ce785ca7e7f09111c7805384ef7557ab8af9f82cd8dba0b7a3388c7b993
|
File details
Details for the file propertime-1.0.1-py3-none-any.whl.
File metadata
- Download URL: propertime-1.0.1-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
214e72ce78783ce223d623fc4e42bc58e6861b66676b91638df98e93ea0a9b0e
|
|
| MD5 |
d5a7d6ed380c54c408448503f486218e
|
|
| BLAKE2b-256 |
a0a12b2f9f40d856dc00087a0162b9f5d0d2d3786d35f57c1612ef83e4648550
|