latentis


Namelatentis JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/flegyas/latentis
SummaryA Python package for analyzing and transforming neural latent spaces.
upload_time2023-11-08 09:14:59
maintainer
docs_urlNone
authorValentino Maiorca
requires_python
licenseMIT Licence
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Latentis

<p align="center">
    <img align="center" alt="CI" src="https://github.com/Flegyas/latentis/actions/workflows/test_suite.yml/badge.svg?branch=main">
    <img align="center" alt="Coverage" src="https://codecov.io/gh/Flegyas/latentis/graph/badge.svg?token=UQHBAEEUTM"/>
    <img align="center" alt="Docs" src="https://img.shields.io/github/deployments/flegyas/latentis/github-pages?label=docs">
    <img align="center" alt="Python" src="https://img.shields.io/pypi/pyversions/latentis">
    <img align="center" alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
</p>


A Python package for analyzing and transforming neural latent spaces.


## Installation

```bash
pip install git+ssh://git@github.com/flegyas/latentis.git
```


## Quickstart

[comment]: <> (> Fill me!)


## Development installation

Setup the development environment:

```bash
git clone git@github.com:flegyas/latentis.git
cd latentis
conda env create -f env.yaml
conda activate latentis
pre-commit install
```

Run the tests:

```bash
pre-commit run --all-files
pytest -v
```


### Update the dependencies

Re-install the project in edit mode:

```bash
pip install -e .[dev]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/flegyas/latentis",
    "name": "latentis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python",
    "author": "Valentino Maiorca",
    "author_email": "valentino@maiorca.xyz",
    "download_url": "https://files.pythonhosted.org/packages/33/74/629f073db6f399da3d6da789731ed5eeb0a705554461a4e5958e3d80540a/latentis-0.0.7.tar.gz",
    "platform": null,
    "description": "# Latentis\n\n<p align=\"center\">\n    <img align=\"center\" alt=\"CI\" src=\"https://github.com/Flegyas/latentis/actions/workflows/test_suite.yml/badge.svg?branch=main\">\n    <img align=\"center\" alt=\"Coverage\" src=\"https://codecov.io/gh/Flegyas/latentis/graph/badge.svg?token=UQHBAEEUTM\"/>\n    <img align=\"center\" alt=\"Docs\" src=\"https://img.shields.io/github/deployments/flegyas/latentis/github-pages?label=docs\">\n    <img align=\"center\" alt=\"Python\" src=\"https://img.shields.io/pypi/pyversions/latentis\">\n    <img align=\"center\" alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\">\n</p>\n\n\nA Python package for analyzing and transforming neural latent spaces.\n\n\n## Installation\n\n```bash\npip install git+ssh://git@github.com/flegyas/latentis.git\n```\n\n\n## Quickstart\n\n[comment]: <> (> Fill me!)\n\n\n## Development installation\n\nSetup the development environment:\n\n```bash\ngit clone git@github.com:flegyas/latentis.git\ncd latentis\nconda env create -f env.yaml\nconda activate latentis\npre-commit install\n```\n\nRun the tests:\n\n```bash\npre-commit run --all-files\npytest -v\n```\n\n\n### Update the dependencies\n\nRe-install the project in edit mode:\n\n```bash\npip install -e .[dev]\n```\n",
    "bugtrack_url": null,
    "license": "MIT Licence",
    "summary": "A Python package for analyzing and transforming neural latent spaces.",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://github.com/flegyas/latentis"
    },
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e24db6587d4e6a2543163c582e43bbcd7b17c5ad3bed655f6643aac09a300c8",
                "md5": "22d62a36187867903d6386c8025d9337",
                "sha256": "86a43ad70d62324cd6e16876ef97801867af178d225d5a2f67cd674122834917"
            },
            "downloads": -1,
            "filename": "latentis-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22d62a36187867903d6386c8025d9337",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 19278,
            "upload_time": "2023-11-08T09:14:58",
            "upload_time_iso_8601": "2023-11-08T09:14:58.125925Z",
            "url": "https://files.pythonhosted.org/packages/8e/24/db6587d4e6a2543163c582e43bbcd7b17c5ad3bed655f6643aac09a300c8/latentis-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3374629f073db6f399da3d6da789731ed5eeb0a705554461a4e5958e3d80540a",
                "md5": "4b919b94fc685e2c3b66837a54065fdb",
                "sha256": "0db8ce7b4794a3746a829fa4b540f96325486cf1acaf4abfbf5fd285d20ea1dd"
            },
            "downloads": -1,
            "filename": "latentis-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "4b919b94fc685e2c3b66837a54065fdb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29090,
            "upload_time": "2023-11-08T09:14:59",
            "upload_time_iso_8601": "2023-11-08T09:14:59.910130Z",
            "url": "https://files.pythonhosted.org/packages/33/74/629f073db6f399da3d6da789731ed5eeb0a705554461a4e5958e3d80540a/latentis-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-08 09:14:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "flegyas",
    "github_project": "latentis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "latentis"
}
        
Elapsed time: 0.17310s