Metadata-Version: 2.1
Name: pycircular
Version: 0.1
Home-page: https://github.com/albahnsen/pycircular
Author: Alejandro Correa Bahnsen
Author-email: al.bahnsen@gmail.com
License: new BSD
Keywords: machine learning,circular,feature engineering
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent



|Py-Versions| |Versions| |LICENCE| |DOI|

|Logo|

PyCircular
===========================

pycircular is a Python module for circular data analysis
built on top of `Scikit-Learn <http://scikit-learn.org/stable/>`__, `SciPy <http://www.scipy.org/>`__
and distributed under the 3-Clause BSD license.

In particular, it provides:

1. A set of circular analysis algorithms
2. Different real-world datasets.

Installation
============
|Versions| |PyPI-Downloads| |Libraries-Dependents|

You can install ``pycircular`` with ``pip``::

    # pip install pycircular

Documentation
=============

Documentation is available at
http://albahnsen.github.io/pycircular

Tutorials are available at
http://albahnsen.github.io/pycircular/Tutorials.html


Contributions
=============

|GitHub-Commits| |GitHub-Issues| |GitHub-PRs| |GitHub-Contributions|

All source code is hosted on `GitHub <https://github.com/albahnsen/pycircular>`__.

Contributions are welcome.

Developers who have made significant contributions,

.. list-table::
   :widths: 30 15 15
   :header-rows: 1

   * - Name
     - ID
     - Notes
   * - Alejandro Correa Bahnsen
     - `github <https://github.com/albahnsen>`__ `linkedin <https://www.linkedin.com/in/albahnsen/>`__
     - primary maintainer
   * - Jaime Acevedo
     - `github <https://github.com/jdacevedo3010>`__ `linkedin <https://www.linkedin.com/in/jd-acevedoviloria/>`__
     -
   * - Sergio Villegas
     - `github <https://github.com/serpiente>`__ `linkedin <https://www.linkedin.com/in/svpg/>`__
     -
   * - Juan Salcedo
     -
     -
   * - Jesus Solano
     -
     -

LICENCE
=======

Open Source (OSI approved): |LICENCE|

Citation information: |DOI|

.. |Logo| image:: https://raw.githubusercontent.com/albahnsen/pycircular/master/logo.png
.. |GitHub-Status| image:: https://img.shields.io/github/tag/albahnsen/pycircular.svg?maxAge=86400&logo=github&logoColor=white
   :target: https://github.com/albahnsen/pycircular/releases
.. |GitHub-Forks| image:: https://img.shields.io/github/forks/albahnsen/pycircular.svg?logo=github&logoColor=white
   :target: https://github.com/albahnsen/pycircular/network
.. |GitHub-Stars| image:: https://img.shields.io/github/stars/albahnsen/pycircular.svg?logo=github&logoColor=white
   :target: https://github.com/albahnsen/pycircular/stargazers
.. |GitHub-Commits| image:: https://img.shields.io/github/commit-activity/y/albahnsen/pycircular.svg?logo=git&logoColor=white
   :target: https://github.com/albahnsen/pycircular/graphs/commit-activity
.. |GitHub-Issues| image:: https://img.shields.io/github/issues-closed/albahnsen/pycircular.svg?logo=github&logoColor=white
   :target: https://github.com/albahnsen/pycircular/issues?q=
.. |GitHub-PRs| image:: https://img.shields.io/github/issues-pr-closed/albahnsen/pycircular.svg?logo=github&logoColor=white
   :target: https://github.com/albahnsen/pycircular/pulls
.. |GitHub-Contributions| image:: https://img.shields.io/github/contributors/albahnsen/pycircular.svg?logo=github&logoColor=white
   :target: https://github.com/albahnsen/pycircular/graphs/contributors
.. |GitHub-Updated| image:: https://img.shields.io/github/last-commit/albahnsen/pycircular/master.svg?logo=github&logoColor=white&label=pushed
   :target: https://github.com/albahnsen/pycircular/pulse
.. |Versions| image:: https://img.shields.io/pypi/v/pycircular.svg
.. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/pycircular.svg?label=pypi%20downloads&logo=PyPI&logoColor=white
   :target: https://pepy.tech/project/pycircular
.. |LICENCE| image:: https://img.shields.io/pypi/l/pycircular.svg
   :target: https://raw.githubusercontent.com/albahnsen/pycircular/master/LICENCE
.. |DOI| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.7535828-blue.svg
   :target: https://doi.org/10.5281/zenodo.7535828
.. |Libraries-Dependents| image:: https://img.shields.io/librariesio/dependent-repos/pypi/pycircular.svg?logo=koding&logoColor=white
    :target: https://github.com/albahnsen/pycircular/network/dependents
.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/pycircular.svg?logo=python&logoColor=white
   :target: https://pypi.org/project/pycircular
