Metadata-Version: 2.5
Name: pyyc
Version: 2.0
Summary: Packaging test package
Project-URL: repository, https://gitlab.in2p3.fr/ycopin/pyyc
Project-URL: documentation, https://ycopin.pages.in2p3.fr/pyyc/
Author-email: Yannick Copin <y.copin@ip2i.in2p3.fr>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Classifier: Topic :: Software Development
Requires-Python: >=3.10
Requires-Dist: importlib-resources; python_version < '3.10'
Requires-Dist: numpy>=2
Provides-Extra: all
Requires-Dist: coverage; extra == 'all'
Requires-Dist: ipython; extra == 'all'
Requires-Dist: nbsphinx; extra == 'all'
Requires-Dist: pytest; extra == 'all'
Provides-Extra: docs
Requires-Dist: ipython; extra == 'docs'
Requires-Dist: nbsphinx; extra == 'docs'
Requires-Dist: pytest; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Description-Content-Type: text/x-rst

pyYC \\pwik\\ - A sample project
================================

| -- Le packaging python, je n'y entrave que pouic.
| -- Utilise pyyc \\pwik\\!

* `Gitlab repository <https://gitlab.in2p3.fr/ycopin/pyyc/>`_
* `Online documentation <https://ycopin.pages.in2p3.fr/pyyc/>`_
* `PyPI project <https://pypi.org/project/pyyc/>`_
* Associated online course (in French): `Analyse scientifique avec Python
  <https://ycopin.pages.in2p3.fr/Informatique-Python/index.html>`_

.. image:: https://img.shields.io/pypi/v/pyyc
   :target: https://pypi.org/project/pyyc
   :alt: pypi version
