Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

📅 Utils monorepo: Datetime Utils

Just some Python date and time utils.

⚡ Usage

See top docstrings in datetime_utils.py and datetime_testutils.py.

Poetry install

From Github:

$ poetry add git+https://github.com/puntonim/utils-monorepo#subdirectory=datetime-utils
# at a specific version:
$ poetry add git+https://github.com/puntonim/utils-monorepo@3da9603977a5e2948429627ac83309353cca693d#subdirectory=datetime-utils

From a local dir:

$ poetry add ../utils-monorepo/datetime-utils/
$ poetry add "datetime-utils @ file:///Users/myuser/workspace/utils-monorepo/datetime-utils/"

Pip install

Same syntax as Poetry, but change poetry add with pip install.

🛠️ Development setup

See README.md in the root dir.

🚀 Deployment

Not deployed as it can be (pip-)installed directly from Github o local dir (see Usage section).
And not versioned as when (pip-)installing from Github, it is possible to choose any version with a hash commit (see Usage section).

©️ Copyright

Copyright puntonim (https://github.com/puntonim). No License.