Skip to content

MitchellAcoustics/circumplex

Repository files navigation

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:

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 

About

Python package for the Analysis and Visualization of Circumplex Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages