|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. There are a number of `Issues <https://github.com/albahnsen/pycircular/issues>`__ that can be worked on.
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
Raw data
{
"_id": null,
"home_page": "https://github.com/albahnsen/pycircular",
"name": "pycircular",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "machine learning,circular,feature engineering",
"author": "Alejandro Correa Bahnsen",
"author_email": "al.bahnsen@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c8/5b/da37b60913566ec1621880d6a47662cce6654707505f4c66f059846c5e37/pycircular-0.1.2.tar.gz",
"platform": null,
"description": "\r\n\r\n|Py-Versions| |Versions| |LICENCE| |DOI|\r\n\r\n|Logo|\r\n\r\nPyCircular\r\n===========================\r\n\r\npycircular is a Python module for circular data analysis\r\nbuilt on top of `Scikit-Learn <http://scikit-learn.org/stable/>`__, `SciPy <http://www.scipy.org/>`__\r\nand distributed under the 3-Clause BSD license.\r\n\r\nIn particular, it provides:\r\n\r\n1. A set of circular analysis algorithms\r\n2. Different real-world datasets.\r\n\r\nInstallation\r\n============\r\n|Versions| |PyPI-Downloads| |Libraries-Dependents|\r\n\r\nYou can install ``pycircular`` with ``pip``::\r\n\r\n # pip install pycircular\r\n\r\nDocumentation\r\n=============\r\n\r\nDocumentation is available at\r\nhttp://albahnsen.github.io/pycircular\r\n\r\nTutorials are available at\r\nhttp://albahnsen.github.io/pycircular/Tutorials.html\r\n\r\n\r\nContributions\r\n=============\r\n\r\n|GitHub-Commits| |GitHub-Issues| |GitHub-PRs| |GitHub-Contributions|\r\n\r\nAll source code is hosted on `GitHub <https://github.com/albahnsen/pycircular>`__.\r\n\r\nContributions are welcome. There are a number of `Issues <https://github.com/albahnsen/pycircular/issues>`__ that can be worked on. \r\n\r\nDevelopers who have made significant contributions,\r\n\r\n.. list-table::\r\n :widths: 30 15 15\r\n :header-rows: 1\r\n\r\n * - Name\r\n - ID\r\n - Notes\r\n * - Alejandro Correa Bahnsen\r\n - `github <https://github.com/albahnsen>`__ `linkedin <https://www.linkedin.com/in/albahnsen/>`__\r\n - primary maintainer\r\n * - Jaime Acevedo\r\n - `github <https://github.com/jdacevedo3010>`__ `linkedin <https://www.linkedin.com/in/jd-acevedoviloria/>`__\r\n -\r\n * - Sergio Villegas\r\n - `github <https://github.com/serpiente>`__ `linkedin <https://www.linkedin.com/in/svpg/>`__\r\n -\r\n * - Juan Salcedo\r\n -\r\n -\r\n * - Jesus Solano\r\n -\r\n -\r\n\r\nLICENCE\r\n=======\r\n\r\nOpen Source (OSI approved): |LICENCE|\r\n\r\nCitation information: |DOI|\r\n\r\n.. |Logo| image:: https://raw.githubusercontent.com/albahnsen/pycircular/master/logo.png\r\n.. |GitHub-Status| image:: https://img.shields.io/github/tag/albahnsen/pycircular.svg?maxAge=86400&logo=github&logoColor=white\r\n :target: https://github.com/albahnsen/pycircular/releases\r\n.. |GitHub-Forks| image:: https://img.shields.io/github/forks/albahnsen/pycircular.svg?logo=github&logoColor=white\r\n :target: https://github.com/albahnsen/pycircular/network\r\n.. |GitHub-Stars| image:: https://img.shields.io/github/stars/albahnsen/pycircular.svg?logo=github&logoColor=white\r\n :target: https://github.com/albahnsen/pycircular/stargazers\r\n.. |GitHub-Commits| image:: https://img.shields.io/github/commit-activity/y/albahnsen/pycircular.svg?logo=git&logoColor=white\r\n :target: https://github.com/albahnsen/pycircular/graphs/commit-activity\r\n.. |GitHub-Issues| image:: https://img.shields.io/github/issues-closed/albahnsen/pycircular.svg?logo=github&logoColor=white\r\n :target: https://github.com/albahnsen/pycircular/issues?q=\r\n.. |GitHub-PRs| image:: https://img.shields.io/github/issues-pr-closed/albahnsen/pycircular.svg?logo=github&logoColor=white\r\n :target: https://github.com/albahnsen/pycircular/pulls\r\n.. |GitHub-Contributions| image:: https://img.shields.io/github/contributors/albahnsen/pycircular.svg?logo=github&logoColor=white\r\n :target: https://github.com/albahnsen/pycircular/graphs/contributors\r\n.. |GitHub-Updated| image:: https://img.shields.io/github/last-commit/albahnsen/pycircular/master.svg?logo=github&logoColor=white&label=pushed\r\n :target: https://github.com/albahnsen/pycircular/pulse\r\n.. |Versions| image:: https://img.shields.io/pypi/v/pycircular.svg\r\n.. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/pycircular.svg?label=pypi%20downloads&logo=PyPI&logoColor=white\r\n :target: https://pepy.tech/project/pycircular\r\n.. |LICENCE| image:: https://img.shields.io/pypi/l/pycircular.svg\r\n :target: https://raw.githubusercontent.com/albahnsen/pycircular/master/LICENCE\r\n.. |DOI| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.7535828-blue.svg\r\n :target: https://doi.org/10.5281/zenodo.7535828\r\n.. |Libraries-Dependents| image:: https://img.shields.io/librariesio/dependent-repos/pypi/pycircular.svg?logo=koding&logoColor=white\r\n :target: https://github.com/albahnsen/pycircular/network/dependents\r\n.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/pycircular.svg?logo=python&logoColor=white\r\n :target: https://pypi.org/project/pycircular\r\n",
"bugtrack_url": null,
"license": "new BSD",
"summary": "",
"version": "0.1.2",
"split_keywords": [
"machine learning",
"circular",
"feature engineering"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c85bda37b60913566ec1621880d6a47662cce6654707505f4c66f059846c5e37",
"md5": "8d8b67af020bb4ce4bffb71c1f4af0a6",
"sha256": "36d3141f480d0f7de60f0b016724b956a3b2fe06de9bf6a92a550b4c1879ca57"
},
"downloads": -1,
"filename": "pycircular-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "8d8b67af020bb4ce4bffb71c1f4af0a6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18535,
"upload_time": "2023-01-17T01:06:14",
"upload_time_iso_8601": "2023-01-17T01:06:14.329914Z",
"url": "https://files.pythonhosted.org/packages/c8/5b/da37b60913566ec1621880d6a47662cce6654707505f4c66f059846c5e37/pycircular-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-17 01:06:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "albahnsen",
"github_project": "pycircular",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pycircular"
}