Metadata-Version: 2.4
Name: kivy_garden.ebs.clocks
Version: 2.0.0
Summary: Clock widgets for Kivy.
Project-URL: Homepage, https://github.com/ebs-universe/kivy_garden.ebs.clocks
Project-URL: Issues, https://github.com/ebs-universe/kivy_garden.ebs.clocks/issues
Project-URL: Source, https://github.com/ebs-universe/kivy_garden.ebs.clocks
Author-email: Chintalagiri Shashank <shashank.chintalagiri@gmail.com>
License: Copyright (c) 2021- Chintalagiri Shashank
        Copyright (c) 2019- Kivy Team and other contributors
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
License-File: LICENSE.txt
Keywords: kivy,kivy-garden,widgets
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: arrow
Requires-Dist: kivy-garden-ebs-core
Requires-Dist: kivy>=2.3
Provides-Extra: ci
Requires-Dist: coveralls; extra == 'ci'
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: hatch-vcs; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

Clock Widgets for Kivy
======================

[![Github Build Status](https://github.com/ebs-universe/kivy_garden.ebs.clocks/workflows/Garden%20flower/badge.svg)](https://github.com/ebs-universe/kivy_garden.ebs.clocks/actions)

This package provides relatively simple Clock widgets for Kivy. 

Presently it has only a single and trivial clock and is certainly not deserving 
of a whole package. In time, this package is intended to hold a curated 
collection of clocks in both Python and .kv.  

The presently included widgets are easily implemented from scratch in both 
Python and Kv, and for most non-EBS applications, you'd probably just want 
to roll your own or use some .kv based clock widget available in the wild.
The typical EBS application can get unwieldy pretty quickly though, so this
package affords a separation of concerns which aids in maintainability.

If you are looking for something you can just pip install and which just works, 
and don't care that it might be written in python and might pull in additional 
dependencies, then this might be an option.

Included clock widgets : 
  
  - SimpleDigitalClock

No clock which have its own kivy_garden package will be added to this collection,
and the collection itself will grow (very) slowly.

This package is part of the EBS widget collection for Kivy. It is written in 
mostly Python and depends on the EBS core widgets and widget infrastructure package. 
For more information, see [kivy_garden.ebs.core](https://github.com/ebs-universe/kivy_garden.ebs.core)

See https://kivy-garden.github.io/ebs.flower/ for the rendered flower docs.

Please see the garden [instructions](https://kivy-garden.github.io) for 
how to use kivy garden flowers.


CI
--

Every push or pull request run the [GitHub Action](https://github.com/kivy-garden/flower/actions) CI.
It tests the code on various OS and also generates wheels that can be released on PyPI upon a
tag. Docs are also generated and uploaded to the repo as well as artifacts of the CI.


TODO
-------

* add your code

Contributing
--------------

Check out our [contribution guide](CONTRIBUTING.md) and feel free to improve the flower.

License
---------

This software is released under the terms of the MIT License.
Please see the [LICENSE.txt](LICENSE.txt) file.

How to release
===============

See the garden [instructions](https://kivy-garden.github.io/#makingareleaseforyourflower) for how to make a new release.
