Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blacksmithop/what-time-is-it
Sample python package to show current time
https://github.com/blacksmithop/what-time-is-it
Last synced: about 1 month ago
JSON representation
Sample python package to show current time
- Host: GitHub
- URL: https://github.com/blacksmithop/what-time-is-it
- Owner: blacksmithop
- License: gpl-3.0
- Created: 2023-08-09T04:05:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-09T04:44:43.000Z (over 1 year ago)
- Last Synced: 2024-11-09T12:16:13.102Z (3 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# what-time-is-it
Sample python package to show current time# Install locally
```sh
pip install -e .
```# Build
```sh
twine upload dist/what-time-is-it-1.0.0.tar.gz
```