langchain-interpreter


Namelangchain-interpreter JSON
Version 0.0.7 PyPI version JSON
download
home_page
SummaryA way to turn json into langchain pipelines.
upload_time2023-07-09 05:26:45
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements langchain jsonschema
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Langchain Interpreter

[![Documentation Status](https://readthedocs.org/projects/langchain-interpreter/badge/?version=latest)](https://langchain-interpreter.readthedocs.io/en/latest/?badge=latest)

This project aims to allow for langchain pipelines to be created from a config file.

Documentation: https://langchain-interpreter.readthedocs.io/

## To publish

1. Update version number in `pyproject.toml`

2.
        python -m build

3.
        twine upload --skip-existing dist/*

## Documentation

This command generates docs for each module? (run in project dir)

```
sphinx-apidoc -f -o docs src/langchain_interpreter/
```

This command builds the docs:
```
cd docs
make html
```

This command cleans the html out:
```
cd docs
make clean
```

## For examples

Install the project:
```
pip install -e .
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "langchain-interpreter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Elijah Tarr <elijahotarr@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/00/f2/79f7fb44f0c519d911d7b1113a0f01f4c859425596d7e0f69e2e03f7bd78/langchain_interpreter-0.0.7.tar.gz",
    "platform": null,
    "description": "# Langchain Interpreter\n\n[![Documentation Status](https://readthedocs.org/projects/langchain-interpreter/badge/?version=latest)](https://langchain-interpreter.readthedocs.io/en/latest/?badge=latest)\n\nThis project aims to allow for langchain pipelines to be created from a config file.\n\nDocumentation: https://langchain-interpreter.readthedocs.io/\n\n## To publish\n\n1. Update version number in `pyproject.toml`\n\n2.\n        python -m build\n\n3.\n        twine upload --skip-existing dist/*\n\n## Documentation\n\nThis command generates docs for each module? (run in project dir)\n\n```\nsphinx-apidoc -f -o docs src/langchain_interpreter/\n```\n\nThis command builds the docs:\n```\ncd docs\nmake html\n```\n\nThis command cleans the html out:\n```\ncd docs\nmake clean\n```\n\n## For examples\n\nInstall the project:\n```\npip install -e .\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A way to turn json into langchain pipelines.",
    "version": "0.0.7",
    "project_urls": {
        "Bug Tracker": "https://github.com/eoriont/langchain_interpreter/issues",
        "Homepage": "https://github.com/eoriont/langchain_interpreter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97b5762da5b474c610318b96ce53be18581d9776ea66c6431e09666c4c75792b",
                "md5": "65df09e0ed9f91316c8ca296de5d30dd",
                "sha256": "ad7bc4b0f1441b2e6b4a166955e21266761b19322096428571646f89babdbeeb"
            },
            "downloads": -1,
            "filename": "langchain_interpreter-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "65df09e0ed9f91316c8ca296de5d30dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5942,
            "upload_time": "2023-07-09T05:26:42",
            "upload_time_iso_8601": "2023-07-09T05:26:42.738759Z",
            "url": "https://files.pythonhosted.org/packages/97/b5/762da5b474c610318b96ce53be18581d9776ea66c6431e09666c4c75792b/langchain_interpreter-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00f279f7fb44f0c519d911d7b1113a0f01f4c859425596d7e0f69e2e03f7bd78",
                "md5": "56c12e203d7bff7d23965405f3830085",
                "sha256": "237647891cc33ae85195d1f92f51f9204d99415943f0a220e0187bff172c2165"
            },
            "downloads": -1,
            "filename": "langchain_interpreter-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "56c12e203d7bff7d23965405f3830085",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 34661,
            "upload_time": "2023-07-09T05:26:45",
            "upload_time_iso_8601": "2023-07-09T05:26:45.235547Z",
            "url": "https://files.pythonhosted.org/packages/00/f2/79f7fb44f0c519d911d7b1113a0f01f4c859425596d7e0f69e2e03f7bd78/langchain_interpreter-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-09 05:26:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eoriont",
    "github_project": "langchain_interpreter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "langchain",
            "specs": [
                [
                    "==",
                    "0.0.225"
                ]
            ]
        },
        {
            "name": "jsonschema",
            "specs": [
                [
                    "==",
                    "4.18.0"
                ]
            ]
        }
    ],
    "lcname": "langchain-interpreter"
}
        
Elapsed time: 0.14980s