phylodata


Namephylodata JSON
Version 0.44.0 PyPI version JSON
download
home_pageNone
SummaryAdd your description here
upload_time2025-09-02 21:49:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🧬 PhyloData CLI

## 📥 Installation

### Using pip

```bash
pip install phylodata
```

## 📖 Usage

```bash
# Process an experiment before uploading it to PhyloData
# (starts an interactive process in a web browser)
phylodata process

# Validate if a given JSON file contains valid PhyloData metadata
phylodata validate path/to/metadata.json

# Print the JSON schema for valid PhyloData metadata files
# (Use this to debug the JSON file, e.g. using https://www.jsonschemavalidator.net/)
phylodata schema
```


## For Developers

## 🔧 Tech Stack

- **Python**: Requires Python 3.10+
- **Streamlit**: Web interface for data processing
- **UV**: Modern Python package manager and installer (no venv required)
- **Just**: Command runner used for development workflows

### 📋 Prerequisites

- Python 3.10+
- [UV](https://github.com/astral-sh/uv) for dependency management
- [Just](https://github.com/casey/just) for running commands

### 🛠️ Development Commands

Run these commands with `just`:

```bash
just test    # Run pytest tests with UV
just check   # Run ruff linter with auto-fix
just format  # Format code with ruff
```

In order to run a script using the dependencies, just preface it with `uv python`:

```bash
uv python my_script.py
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "phylodata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/28/91/47646ff19e9927e315146b4b67b1defbbcc5c898d39146a5b6705d6fb7d0/phylodata-0.44.0.tar.gz",
    "platform": null,
    "description": "# \ud83e\uddec PhyloData CLI\n\n## \ud83d\udce5 Installation\n\n### Using pip\n\n```bash\npip install phylodata\n```\n\n## \ud83d\udcd6 Usage\n\n```bash\n# Process an experiment before uploading it to PhyloData\n# (starts an interactive process in a web browser)\nphylodata process\n\n# Validate if a given JSON file contains valid PhyloData metadata\nphylodata validate path/to/metadata.json\n\n# Print the JSON schema for valid PhyloData metadata files\n# (Use this to debug the JSON file, e.g. using https://www.jsonschemavalidator.net/)\nphylodata schema\n```\n\n\n## For Developers\n\n## \ud83d\udd27 Tech Stack\n\n- **Python**: Requires Python 3.10+\n- **Streamlit**: Web interface for data processing\n- **UV**: Modern Python package manager and installer (no venv required)\n- **Just**: Command runner used for development workflows\n\n### \ud83d\udccb Prerequisites\n\n- Python 3.10+\n- [UV](https://github.com/astral-sh/uv) for dependency management\n- [Just](https://github.com/casey/just) for running commands\n\n### \ud83d\udee0\ufe0f Development Commands\n\nRun these commands with `just`:\n\n```bash\njust test    # Run pytest tests with UV\njust check   # Run ruff linter with auto-fix\njust format  # Format code with ruff\n```\n\nIn order to run a script using the dependencies, just preface it with `uv python`:\n\n```bash\nuv python my_script.py\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Add your description here",
    "version": "0.44.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a4152ecfce65624581686414a584fcbec1c2d1942876fe810fd196589abec74",
                "md5": "02d27e9c30febf412163037924a5a06f",
                "sha256": "e4ff335b95e6076c4a8c948a4796cd9b59272434afcc621b60f2affaedaff8f4"
            },
            "downloads": -1,
            "filename": "phylodata-0.44.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02d27e9c30febf412163037924a5a06f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 631066,
            "upload_time": "2025-09-02T21:49:17",
            "upload_time_iso_8601": "2025-09-02T21:49:17.981069Z",
            "url": "https://files.pythonhosted.org/packages/0a/41/52ecfce65624581686414a584fcbec1c2d1942876fe810fd196589abec74/phylodata-0.44.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "289147646ff19e9927e315146b4b67b1defbbcc5c898d39146a5b6705d6fb7d0",
                "md5": "dab751121d36b59c9ceaff0c1cf4cbc6",
                "sha256": "97e6782551f5db6ab047fde54f61ff9ee30823fc1b1b10fd9814679e154afb01"
            },
            "downloads": -1,
            "filename": "phylodata-0.44.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dab751121d36b59c9ceaff0c1cf4cbc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 941318,
            "upload_time": "2025-09-02T21:49:19",
            "upload_time_iso_8601": "2025-09-02T21:49:19.807198Z",
            "url": "https://files.pythonhosted.org/packages/28/91/47646ff19e9927e315146b4b67b1defbbcc5c898d39146a5b6705d6fb7d0/phylodata-0.44.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-02 21:49:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "phylodata"
}
        
Elapsed time: 1.86454s