METADATA 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Metadata-Version: 2.1
  2. Name: cycler
  3. Version: 0.12.1
  4. Summary: Composable style cycles
  5. Author-email: Thomas A Caswell <matplotlib-users@python.org>
  6. License: Copyright (c) 2015, matplotlib project
  7. All rights reserved.
  8. Redistribution and use in source and binary forms, with or without
  9. modification, are permitted provided that the following conditions are met:
  10. * Redistributions of source code must retain the above copyright notice, this
  11. list of conditions and the following disclaimer.
  12. * Redistributions in binary form must reproduce the above copyright notice,
  13. this list of conditions and the following disclaimer in the documentation
  14. and/or other materials provided with the distribution.
  15. * Neither the name of the matplotlib project nor the names of its
  16. contributors may be used to endorse or promote products derived from
  17. this software without specific prior written permission.
  18. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  19. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  20. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  21. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  22. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  23. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  24. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  25. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  26. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  27. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28. Project-URL: homepage, https://matplotlib.org/cycler/
  29. Project-URL: repository, https://github.com/matplotlib/cycler
  30. Keywords: cycle kwargs
  31. Classifier: License :: OSI Approved :: BSD License
  32. Classifier: Development Status :: 4 - Beta
  33. Classifier: Programming Language :: Python :: 3
  34. Classifier: Programming Language :: Python :: 3.8
  35. Classifier: Programming Language :: Python :: 3.9
  36. Classifier: Programming Language :: Python :: 3.10
  37. Classifier: Programming Language :: Python :: 3.11
  38. Classifier: Programming Language :: Python :: 3.12
  39. Classifier: Programming Language :: Python :: 3 :: Only
  40. Requires-Python: >=3.8
  41. Description-Content-Type: text/x-rst
  42. License-File: LICENSE
  43. Provides-Extra: docs
  44. Requires-Dist: ipython ; extra == 'docs'
  45. Requires-Dist: matplotlib ; extra == 'docs'
  46. Requires-Dist: numpydoc ; extra == 'docs'
  47. Requires-Dist: sphinx ; extra == 'docs'
  48. Provides-Extra: tests
  49. Requires-Dist: pytest ; extra == 'tests'
  50. Requires-Dist: pytest-cov ; extra == 'tests'
  51. Requires-Dist: pytest-xdist ; extra == 'tests'
  52. |PyPi|_ |Conda|_ |Supported Python versions|_ |GitHub Actions|_ |Codecov|_
  53. .. |PyPi| image:: https://img.shields.io/pypi/v/cycler.svg?style=flat
  54. .. _PyPi: https://pypi.python.org/pypi/cycler
  55. .. |Conda| image:: https://img.shields.io/conda/v/conda-forge/cycler
  56. .. _Conda: https://anaconda.org/conda-forge/cycler
  57. .. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/cycler.svg
  58. .. _Supported Python versions: https://pypi.python.org/pypi/cycler
  59. .. |GitHub Actions| image:: https://github.com/matplotlib/cycler/actions/workflows/tests.yml/badge.svg
  60. .. _GitHub Actions: https://github.com/matplotlib/cycler/actions
  61. .. |Codecov| image:: https://codecov.io/github/matplotlib/cycler/badge.svg?branch=main&service=github
  62. .. _Codecov: https://codecov.io/github/matplotlib/cycler?branch=main
  63. cycler: composable cycles
  64. =========================
  65. Docs: https://matplotlib.org/cycler/