Metadata-Version: 2.4
Name: kivy_garden.ebs.progressspinner
Version: 2.0.0
Summary: Fork of kivy-garden progress spinner
Project-URL: Homepage, https://github.com/ebs-universe/kivy_garden.ebs.progressspinner
Project-URL: Issues, https://github.com/ebs-universe/kivy_garden.ebs.progressspinner/issues
Project-URL: Source, https://github.com/ebs-universe/kivy_garden.ebs.progressspinner
Author-email: Kathryn Taylee <kived@github.com>, Chintalagiri Shashank <shashank.chintalagiri@gmail.com>
License: Copyright (c) 2019- Kivy Team and other contributors
        Copyright (c) 2015 Ryan Pessa <dkived@gmail.com>
        
        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: 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

# ProgressSpinner

ProgressSpinner is a Kivy widget to display an Android Lollipop style progress spinner.

About this Fork
---------------

This package builds on a lot of good work of other people, including :
  - The original [kivy.garden.progressspinner](https://github.com/kivy-garden/garden.progressspinner), 
  written by @kived and contributed to over the years by others.  
  - Fork by [@stimpe](https://github.com/stimpe/garden.progressspinner), making the package pip installable.
  - At the time of the fork, upstream has remained unchanged 
  for 8 years. 
  - The fork has remained unchanged for 2 years. 

This is forked from `stimpe/garden.progressspinner` for the sole purpose of 
making it pip installable from PyPI. and will be made available as the 
`kivy_garden.ebs.progressspinner` package on PyPI. 

This package has no dependencies in the ebs namespace - it is simply used as 
a convenient way to differentiate from the upstream package and restrict 
namespace pollution to within the existing ebs namespace.

If you are considering using this: 

  - The original package works just fine, and has been working unmodified for 
  almost a decade at the time of this fork. No development is required or 
  planned. If you're fine with 'garden install progressspinner', don't use this
  fork.
  - If upstream makes itself pip installable, this fork and the associated PyPI 
  package will likely become unmaintained.
  - Some minor work may be needed to done to bring this in line with the new 
  `kivy_garden` format. I'm not actively working on this, but if the need for 
  it arises in form or another, I might look into it. Create an issue if you 
  have a use case which calls for it.
  
If you do end up using this package - especially if you do so in a 
production setting - please reach out to me and let me know by email at 
shashank at chintal dot in. The number of users, if any, is likely to 
determine how much effort I will put into maintaining this.


## Demo

![Example animation](progspin.gif)
