circumplex

Python package for the Analysis and Visualization of Circumplex Data

https://github.com/mitchellacoustics/circumplex

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Python package for the Analysis and Visualization of Circumplex Data

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created over 2 years ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.md

circumplex

PyPI version Documentation Status License: GPL v3

circumplex is a Python package for analyzing and visualizing circumplex data. It provides a set of tools for analyzing and visualizing circumplex data, following the Structural Summary Method. This project is a Python implementation based on the R circumplex package. Our goal is to provide a similar functionality and experience for Python users.

[!WARNING] This project is still under development. We're working hard to make it as good as possible, but there may be bugs or missing features. If you find any issues, please let us know by submitting an issue on Github.

Getting Started

To get started with circumplex, you'll need to install it first. You can do this by running the following command:

bash pip install circumplex

Documentation

This documentation is designed to help you understand and use circumplex effectively. It's divided into several sections:

  • Tutorials: Practical examples showing how to use our project in real-world scenarios.
  • API Reference: Detailed information about our project's API.
  • Contribute: Information on how you can contribute to our project.

Contributing

We welcome contributions from the community. If you're interested in contributing, please get in touch or submit an issue on Github.

License

This project is licensed under the GNU GPLv3 License. For more information, please see the license.md file.

Project layout

mkdocs.yml     # The configuration file.
docs/
    index.md   # The documentation homepage.
    about.md   # The about page.
    license.md # The license page.
    tutorials/ # Tutorial pages.
        Introduction to SSM Analysis.ipynb  
    ...        # Other markdown pages, images and other files.
src/circumplex/
    circumplex.py 

Owner

  • Name: Andrew Mitchell
  • Login: MitchellAcoustics
  • Kind: user
  • Location: London, UK
  • Company: University College London

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: circumplex
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Andrew
    family-names: Mitchell
    email: andrew.mitchell.18@ucl.ac.uk
    affiliation: University College London
    orcid: 'https://orcid.org/0000-0003-0978-5046'
identifiers:
  - type: doi
    value: 10.17605/OSF.IO/FA5UR
    description: OSF Repo of the Package
repository-code: 'https://github.com/MitchellAcoustics/circumplex'
url: 'https://circumplex.readthedocs.io/en/latest/'
repository: 'https://osf.io/fa5ur/'
license: GPL-3.0
version: 0.1.4
date-released: '2023-11-25'

GitHub Events

Total
  • Watch event: 1
  • Pull request event: 1
  • Create event: 1
Last Year
  • Watch event: 1
  • Pull request event: 1
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 9 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • MitchellAcoustics (1)
Pull Request Authors
  • MitchellAcoustics (3)
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 44 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
pypi.org: circumplex

A Python package for analyzing and visualizing circumplex data

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 44 Last month
Rankings
Dependent packages count: 10.0%
Forks count: 29.8%
Average: 36.6%
Stargazers count: 38.8%
Dependent repos count: 67.6%
Maintainers (1)
Last synced: 7 months ago

Dependencies

pyproject.toml pypi
  • matplotlib >=3.8.1
  • numpy >=1.25.2
  • pandas [excel]>=2.1.0
  • scipy >=1.9.3
.github/workflows/python-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite