# PyPersPairDiaMorse
TODO
Authors: TODO
## Prerequisites
### Install a modern C++ compiler
Mac OS:
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && xcode-select --install
```
Linux (Ubuntu):
```
sudo apt-get install g++
```
Windows: Visual Studio 2015 or later with C++ tools installed
### Install PyPersPairDiaMorse
The easiest way to install and run **PyPersPairDiaMorse** is to utilize Python virtual environments (below are the commands to setup **PyPersPairDiaMorse** in Unix-based operation system, similar approach can be applied under Windows):
1. Here env_name is any environment name that will used to run **PyPersPairDiaMorse**. `path_to_env` - path to the environment where it will be created (Use '.') if it's current folder.
```
python -m venv path_to_env/env_name
source path_to_env/env_name/bin/activate
```
2. After, you need to install package `pip install pyperspairdiamorse`.
3. Example usage:
```
import numpy as np
import pyperspairdiamorse
TODO
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pyperspairdiamorse",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Andrey S. Zubov, Kirill M. Gerke, Andrey A. Ananev",
"author_email": "andrey.ananev@phystech.edu",
"download_url": "https://files.pythonhosted.org/packages/72/33/f16494f048cf5d6794dd7a1a8f6d2267f617397cf44a3094f1b85ddc1d18/pyperspairdiamorse-0.0.4.tar.gz",
"platform": null,
"description": "# PyPersPairDiaMorse\n\nTODO\n\nAuthors: TODO\n\n## Prerequisites\n\n### Install a modern C++ compiler\n\nMac OS:\n\n```\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\" && xcode-select --install\n```\n\nLinux (Ubuntu):\n\n```\nsudo apt-get install g++\n```\n\nWindows: Visual Studio 2015 or later with C++ tools installed\n\n### Install PyPersPairDiaMorse\n\nThe easiest way to install and run **PyPersPairDiaMorse** is to utilize Python virtual environments (below are the commands to setup **PyPersPairDiaMorse** in Unix-based operation system, similar approach can be applied under Windows):\n\n1. Here env_name is any environment name that will used to run **PyPersPairDiaMorse**. `path_to_env` - path to the environment where it will be created (Use '.') if it's current folder.\n\n```\npython -m venv path_to_env/env_name\nsource path_to_env/env_name/bin/activate\n```\n\n2. After, you need to install package `pip install pyperspairdiamorse`.\n\n3. Example usage:\n\n```\nimport numpy as np\nimport pyperspairdiamorse\n\nTODO\n```\n\n\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "Cross-platform C++ library of persistent pair extractor using the diamorse approach",
"version": "0.0.4",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7233f16494f048cf5d6794dd7a1a8f6d2267f617397cf44a3094f1b85ddc1d18",
"md5": "15fc923b9ee438652f6cec4abd6cc325",
"sha256": "02fb2149b9fad315c8f1b175ac132f7493048c11559b1b0ecefe1a4d8f05a0f7"
},
"downloads": -1,
"filename": "pyperspairdiamorse-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "15fc923b9ee438652f6cec4abd6cc325",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 32268,
"upload_time": "2024-10-30T15:37:24",
"upload_time_iso_8601": "2024-10-30T15:37:24.616091Z",
"url": "https://files.pythonhosted.org/packages/72/33/f16494f048cf5d6794dd7a1a8f6d2267f617397cf44a3094f1b85ddc1d18/pyperspairdiamorse-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-30 15:37:24",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyperspairdiamorse"
}