cleopatra


Namecleopatra JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/MAfarrag/cleopatra
Summaryvisualization package
upload_time2024-01-11 22:42:55
maintainer
docs_urlNone
authorMostafa Farrag
requires_python
licenseGNU General Public License v3
keywords matplotlib visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Python Versions](https://img.shields.io/pypi/pyversions/cleopatra.png)](https://img.shields.io/pypi/pyversions/cleopatra)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/MAfarrag/cleopatra.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MAfarrag/cleopatra/context:python)
[![Documentation Status](https://readthedocs.org/projects/cleopatra/badge/?version=latest)](https://cleopatra.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/github/Serapieum-of-alex/cleopatra/branch/main/graph/badge.svg?token=gHxH7ljIC3)](https://codecov.io/github/Serapieum-of-alex/cleopatra)

![GitHub last commit](https://img.shields.io/github/last-commit/MAfarrag/cleopatra)
![GitHub forks](https://img.shields.io/github/forks/MAfarrag/cleopatra?style=social)
![GitHub Repo stars](https://img.shields.io/github/stars/MAfarrag/cleopatra?style=social)


Current release info
====================

| Name | Downloads                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Version | Platforms |
| --- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | --- |
| [![Conda Recipe](https://img.shields.io/badge/recipe-cleopatra-green.svg)](https://anaconda.org/conda-forge/cleopatra) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/cleopatra.svg)](https://anaconda.org/conda-forge/cleopatra) [![Downloads](https://pepy.tech/badge/cleopatra)](https://pepy.tech/project/cleopatra) [![Downloads](https://pepy.tech/badge/cleopatra/month)](https://pepy.tech/project/cleopatra)  [![Downloads](https://pepy.tech/badge/cleopatra/week)](https://pepy.tech/project/cleopatra)  ![PyPI - Downloads](https://img.shields.io/pypi/dd/cleopatra?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/MAfarrag/cleopatra/total) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/cleopatra.svg)](https://anaconda.org/conda-forge/cleopatra) [![PyPI version](https://badge.fury.io/py/cleopatra.svg)](https://badge.fury.io/py/cleopatra) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/cleopatra/badges/version.svg)](https://anaconda.org/conda-forge/cleopatra) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/cleopatra.svg)](https://anaconda.org/conda-forge/cleopatra) [![Join the chat at https://gitter.im/Hapi-Nile/Hapi](https://badges.gitter.im/Hapi-Nile/Hapi.svg)](https://gitter.im/Hapi-Nile/Hapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |

cleopatra - matplotlib utility package
=====================================================================
**cleopatra** is a matplotlib utility package

cleopatra


Installing cleopatra
===============

Installing `cleopatra` from the `conda-forge` channel can be achieved by:

```
conda install -c conda-forge cleopatra
```

It is possible to list all the versions of `cleopatra` available on your platform with:

```
conda search cleopatra --channel conda-forge
```

## Install from GitHub
to install the last development to time, you can install the library from GitHub
```
pip install git+https://github.com/Serapieum-of-alex/cleopatra
```

## pip
to install the last release, you can easily use pip
```
pip install cleopatra==0.4.1
```

Quick start
===========

```
  >>> import cleopatra
```

[other code samples](https://cleopatra.readthedocs.io/en/latest/?badge=latest)


=======
History
=======

0.1.0 (2022-05-24)
------------------

* First release on PyPI.

0.2.4 (2022-12-26)
------------------

* bump up numpy versions to 1.23.5, add pandas

0.2.5 (2022-12-26)
------------------

* plot array with discrete bounds takes the bounds as a parameter

0.2.6 (2023-01-31)
------------------

* bump up versions
* add serapeum_utils as a dependency

0.2.7 (2023-01-31)
------------------
* bump up numpy to version 1.24.1

0.3.0 (2023-04-11)
------------------
* change API to work completly with numpy array inputs
* chenge to conda config
* add hpc-utils to filter and access arrays
* restructure the whole modules to array, statistics, and styles modules.
* all modules has classes.
* save animation function using ffmpeg.

0.3.1 (2023-04-17)
------------------
* plot RGB plots

0.3.2 (2023-04-23)
------------------
* bump up hpc version

0.3.3 (2023-04-25)
------------------
* change the default value for the color bar label.

0.3.4 (2023-04-26)
------------------
* pass the plot kwargs to the init of the array to scale the color bar using the vmin and vmax.

0.3.5 (2023-8-31)
------------------
* Update dependencies

0.4.0 (2023-9-24)
------------------
* Add a colors module to handle issues related to
  - Converting colors from one format to another
  - Creating colormaps

0.4.1 (2024-1-11)
------------------
* add extent to the array plot.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MAfarrag/cleopatra",
    "name": "cleopatra",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "matplotlib,visualization",
    "author": "Mostafa Farrag",
    "author_email": "moah.farag@gmail.come",
    "download_url": "https://files.pythonhosted.org/packages/77/be/80b92018ff45e9ec8c83797add3168066b90a26a352871153115210c545c/cleopatra-0.4.1.tar.gz",
    "platform": null,
    "description": "[![Python Versions](https://img.shields.io/pypi/pyversions/cleopatra.png)](https://img.shields.io/pypi/pyversions/cleopatra)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/MAfarrag/cleopatra.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MAfarrag/cleopatra/context:python)\n[![Documentation Status](https://readthedocs.org/projects/cleopatra/badge/?version=latest)](https://cleopatra.readthedocs.io/en/latest/?badge=latest)\n[![codecov](https://codecov.io/github/Serapieum-of-alex/cleopatra/branch/main/graph/badge.svg?token=gHxH7ljIC3)](https://codecov.io/github/Serapieum-of-alex/cleopatra)\n\n![GitHub last commit](https://img.shields.io/github/last-commit/MAfarrag/cleopatra)\n![GitHub forks](https://img.shields.io/github/forks/MAfarrag/cleopatra?style=social)\n![GitHub Repo stars](https://img.shields.io/github/stars/MAfarrag/cleopatra?style=social)\n\n\nCurrent release info\n====================\n\n| Name | Downloads                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Version | Platforms |\n| --- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | --- |\n| [![Conda Recipe](https://img.shields.io/badge/recipe-cleopatra-green.svg)](https://anaconda.org/conda-forge/cleopatra) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/cleopatra.svg)](https://anaconda.org/conda-forge/cleopatra) [![Downloads](https://pepy.tech/badge/cleopatra)](https://pepy.tech/project/cleopatra) [![Downloads](https://pepy.tech/badge/cleopatra/month)](https://pepy.tech/project/cleopatra)  [![Downloads](https://pepy.tech/badge/cleopatra/week)](https://pepy.tech/project/cleopatra)  ![PyPI - Downloads](https://img.shields.io/pypi/dd/cleopatra?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/MAfarrag/cleopatra/total) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/cleopatra.svg)](https://anaconda.org/conda-forge/cleopatra) [![PyPI version](https://badge.fury.io/py/cleopatra.svg)](https://badge.fury.io/py/cleopatra) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/cleopatra/badges/version.svg)](https://anaconda.org/conda-forge/cleopatra) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/cleopatra.svg)](https://anaconda.org/conda-forge/cleopatra) [![Join the chat at https://gitter.im/Hapi-Nile/Hapi](https://badges.gitter.im/Hapi-Nile/Hapi.svg)](https://gitter.im/Hapi-Nile/Hapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |\n\ncleopatra - matplotlib utility package\n=====================================================================\n**cleopatra** is a matplotlib utility package\n\ncleopatra\n\n\nInstalling cleopatra\n===============\n\nInstalling `cleopatra` from the `conda-forge` channel can be achieved by:\n\n```\nconda install -c conda-forge cleopatra\n```\n\nIt is possible to list all the versions of `cleopatra` available on your platform with:\n\n```\nconda search cleopatra --channel conda-forge\n```\n\n## Install from GitHub\nto install the last development to time, you can install the library from GitHub\n```\npip install git+https://github.com/Serapieum-of-alex/cleopatra\n```\n\n## pip\nto install the last release, you can easily use pip\n```\npip install cleopatra==0.4.1\n```\n\nQuick start\n===========\n\n```\n  >>> import cleopatra\n```\n\n[other code samples](https://cleopatra.readthedocs.io/en/latest/?badge=latest)\n\n\n=======\nHistory\n=======\n\n0.1.0 (2022-05-24)\n------------------\n\n* First release on PyPI.\n\n0.2.4 (2022-12-26)\n------------------\n\n* bump up numpy versions to 1.23.5, add pandas\n\n0.2.5 (2022-12-26)\n------------------\n\n* plot array with discrete bounds takes the bounds as a parameter\n\n0.2.6 (2023-01-31)\n------------------\n\n* bump up versions\n* add serapeum_utils as a dependency\n\n0.2.7 (2023-01-31)\n------------------\n* bump up numpy to version 1.24.1\n\n0.3.0 (2023-04-11)\n------------------\n* change API to work completly with numpy array inputs\n* chenge to conda config\n* add hpc-utils to filter and access arrays\n* restructure the whole modules to array, statistics, and styles modules.\n* all modules has classes.\n* save animation function using ffmpeg.\n\n0.3.1 (2023-04-17)\n------------------\n* plot RGB plots\n\n0.3.2 (2023-04-23)\n------------------\n* bump up hpc version\n\n0.3.3 (2023-04-25)\n------------------\n* change the default value for the color bar label.\n\n0.3.4 (2023-04-26)\n------------------\n* pass the plot kwargs to the init of the array to scale the color bar using the vmin and vmax.\n\n0.3.5 (2023-8-31)\n------------------\n* Update dependencies\n\n0.4.0 (2023-9-24)\n------------------\n* Add a colors module to handle issues related to\n  - Converting colors from one format to another\n  - Creating colormaps\n\n0.4.1 (2024-1-11)\n------------------\n* add extent to the array plot.\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3",
    "summary": "visualization package",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/MAfarrag/cleopatra"
    },
    "split_keywords": [
        "matplotlib",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82d68bde9e7ea61bb37b8f1e8241a17ed5d0f01bd28bd293fdbee56dabf3a7bf",
                "md5": "05d1477aa793098be90f1290c5f9d5aa",
                "sha256": "158f9786c326ab4d6cad158edea2940e6174c67d86b42cadbbcb274fd41c04c3"
            },
            "downloads": -1,
            "filename": "cleopatra-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05d1477aa793098be90f1290c5f9d5aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 27509,
            "upload_time": "2024-01-11T22:42:54",
            "upload_time_iso_8601": "2024-01-11T22:42:54.042793Z",
            "url": "https://files.pythonhosted.org/packages/82/d6/8bde9e7ea61bb37b8f1e8241a17ed5d0f01bd28bd293fdbee56dabf3a7bf/cleopatra-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77be80b92018ff45e9ec8c83797add3168066b90a26a352871153115210c545c",
                "md5": "401046f024ba7a8e0452804adc5ca97d",
                "sha256": "d18cfe6f5773804d2978b97bd8c17795dd5ac2de214bdeb52916ba0323ea2822"
            },
            "downloads": -1,
            "filename": "cleopatra-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "401046f024ba7a8e0452804adc5ca97d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29919,
            "upload_time": "2024-01-11T22:42:55",
            "upload_time_iso_8601": "2024-01-11T22:42:55.230920Z",
            "url": "https://files.pythonhosted.org/packages/77/be/80b92018ff45e9ec8c83797add3168066b90a26a352871153115210c545c/cleopatra-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-11 22:42:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MAfarrag",
    "github_project": "cleopatra",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cleopatra"
}
        
Elapsed time: 0.16151s