jvgraph


Namejvgraph JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/TrueSelph/jvgraph
SummaryCLI tool for Jivas Graph
upload_time2025-07-10 20:17:33
maintainerNone
docs_urlNone
authorTrueSelph Inc.
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JIVAS Graph (JVGRAPH)

![GitHub release (latest by date)](https://img.shields.io/github/v/release/TrueSelph/jvgraph)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/TrueSelph/jvgraph/test-jvgraph.yaml)
![GitHub issues](https://img.shields.io/github/issues/TrueSelph/jvgraph)
![GitHub pull requests](https://img.shields.io/github/issues-pr/TrueSelph/jvgraph)
![GitHub](https://img.shields.io/github/license/TrueSelph/jvgraph)

`jvgraph` is a development tool designed to streamline development with the JIVAS platform. It allows you to view your JIVAS graph in a web browser.

## Installation

To install `jvgraph`, use `pip`:

```sh
pip install jvgraph
```

## Usage

To use `jvgraph`, you need to log in first:

```sh
jvgraph launch
```

After logging in, you can use any of the available commands. For example, to create a new action:


## 🔰 Contributing

- **🐛 [Report Issues](https://github.com/TrueSelph/jvgraph/issues)**: Submit bugs found or log feature requests for the `jvgraph` project.
- **💡 [Submit Pull Requests](https://github.com/TrueSelph/jvgraph/blob/main/CONTRIBUTING.md)**: Review open PRs, and submit your own PRs.

<details closed>
<summary>Contributing Guidelines</summary>

1. **Fork the Repository**: Start by forking the project repository to your github account.
2. **Clone Locally**: Clone the forked repository to your local machine using a git client.
   ```sh
   git clone https://github.com/TrueSelph/jvgraph
   ```
3. **Create a New Branch**: Always work on a new branch, giving it a descriptive name.
   ```sh
   git checkout -b new-feature-x
   ```
4. **Make Your Changes**: Develop and test your changes locally.
5. **Commit Your Changes**: Commit with a clear message describing your updates.
   ```sh
   git commit -m 'Implemented new feature x.'
   ```
6. **Push to github**: Push the changes to your forked repository.
   ```sh
   git push origin new-feature-x
   ```
7. **Submit a Pull Request**: Create a PR against the original project repository. Clearly describe the changes and their motivations.
8. **Review**: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
</details>

<details open>
<summary>Contributor Graph</summary>
<br>
<p align="left">
    <a href="https://github.com/TrueSelph/jvgraph/graphs/contributors">
        <img src="https://contrib.rocks/image?repo=TrueSelph/jvgraph" />
   </a>
</p>
</details>

## 🎗 License

This project is protected under the Apache License 2.0. See [LICENSE](./LICENSE) for more information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TrueSelph/jvgraph",
    "name": "jvgraph",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "TrueSelph Inc.",
    "author_email": "admin@trueselph.com",
    "download_url": "https://files.pythonhosted.org/packages/28/10/43845cf9ce2393e0c4bee01269d3f638dc20b1079200b8bd3f2c2678e1e8/jvgraph-0.0.1.tar.gz",
    "platform": null,
    "description": "# JIVAS Graph (JVGRAPH)\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/TrueSelph/jvgraph)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/TrueSelph/jvgraph/test-jvgraph.yaml)\n![GitHub issues](https://img.shields.io/github/issues/TrueSelph/jvgraph)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/TrueSelph/jvgraph)\n![GitHub](https://img.shields.io/github/license/TrueSelph/jvgraph)\n\n`jvgraph` is a development tool designed to streamline development with the JIVAS platform. It allows you to view your JIVAS graph in a web browser.\n\n## Installation\n\nTo install `jvgraph`, use `pip`:\n\n```sh\npip install jvgraph\n```\n\n## Usage\n\nTo use `jvgraph`, you need to log in first:\n\n```sh\njvgraph launch\n```\n\nAfter logging in, you can use any of the available commands. For example, to create a new action:\n\n\n## \ud83d\udd30 Contributing\n\n- **\ud83d\udc1b [Report Issues](https://github.com/TrueSelph/jvgraph/issues)**: Submit bugs found or log feature requests for the `jvgraph` project.\n- **\ud83d\udca1 [Submit Pull Requests](https://github.com/TrueSelph/jvgraph/blob/main/CONTRIBUTING.md)**: Review open PRs, and submit your own PRs.\n\n<details closed>\n<summary>Contributing Guidelines</summary>\n\n1. **Fork the Repository**: Start by forking the project repository to your github account.\n2. **Clone Locally**: Clone the forked repository to your local machine using a git client.\n   ```sh\n   git clone https://github.com/TrueSelph/jvgraph\n   ```\n3. **Create a New Branch**: Always work on a new branch, giving it a descriptive name.\n   ```sh\n   git checkout -b new-feature-x\n   ```\n4. **Make Your Changes**: Develop and test your changes locally.\n5. **Commit Your Changes**: Commit with a clear message describing your updates.\n   ```sh\n   git commit -m 'Implemented new feature x.'\n   ```\n6. **Push to github**: Push the changes to your forked repository.\n   ```sh\n   git push origin new-feature-x\n   ```\n7. **Submit a Pull Request**: Create a PR against the original project repository. Clearly describe the changes and their motivations.\n8. **Review**: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!\n</details>\n\n<details open>\n<summary>Contributor Graph</summary>\n<br>\n<p align=\"left\">\n    <a href=\"https://github.com/TrueSelph/jvgraph/graphs/contributors\">\n        <img src=\"https://contrib.rocks/image?repo=TrueSelph/jvgraph\" />\n   </a>\n</p>\n</details>\n\n## \ud83c\udf97 License\n\nThis project is protected under the Apache License 2.0. See [LICENSE](./LICENSE) for more information.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "CLI tool for Jivas Graph",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/TrueSelph/jvgraph"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb26027a76eef50ba0d4ab2a7e9b016e75c3a39a609969e3c8181851a322b5bf",
                "md5": "6ff49f3cddcd43c9b6b05d62fa9b3b46",
                "sha256": "731dbc47c185f8af9ac27d0c5f536c3971ff119e314365ce3a9e2c66599d0868"
            },
            "downloads": -1,
            "filename": "jvgraph-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ff49f3cddcd43c9b6b05d62fa9b3b46",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 750594,
            "upload_time": "2025-07-10T20:17:31",
            "upload_time_iso_8601": "2025-07-10T20:17:31.925280Z",
            "url": "https://files.pythonhosted.org/packages/cb/26/027a76eef50ba0d4ab2a7e9b016e75c3a39a609969e3c8181851a322b5bf/jvgraph-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "281043845cf9ce2393e0c4bee01269d3f638dc20b1079200b8bd3f2c2678e1e8",
                "md5": "f11793b61c40651590d57b9370604d53",
                "sha256": "426a8092617140e16ab6aaec2a6f78c1f2a24d836cb2713245a0cfc4496d3f15"
            },
            "downloads": -1,
            "filename": "jvgraph-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f11793b61c40651590d57b9370604d53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 753776,
            "upload_time": "2025-07-10T20:17:33",
            "upload_time_iso_8601": "2025-07-10T20:17:33.558622Z",
            "url": "https://files.pythonhosted.org/packages/28/10/43845cf9ce2393e0c4bee01269d3f638dc20b1079200b8bd3f2c2678e1e8/jvgraph-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 20:17:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TrueSelph",
    "github_project": "jvgraph",
    "github_not_found": true,
    "lcname": "jvgraph"
}
        
Elapsed time: 2.26270s