usa-net


Nameusa-net JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/codekansas/usa-net
SummaryUSA net project
upload_time2023-06-02 20:53:06
maintainer
docs_urlNone
authorBenjamin Bolte
requires_python>=3.10
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

# USA Net

A robust method for mapping an environment and doing language-based planning.

</div>

<br />

## Getting Started

Install from [pypi](https://pypi.org/project/usa-net/):

```bash
pip install usa-net
```

Install from Github:

```bash
pip install git+https://github.com/codekansas/usa.git
```

Alternatively, clone and install:

```bash
git clone git@github.com:codekansas/usa.git
cd usa && pip install -e .
```

There are some extra dependencies for the notebooks which can be installed with:

```bash
pip install 'usa-net[ipynb]'
```

See the [notebooks](/notebooks) for examples.

### Requirements

- Python 3.10+
- PyTorch 2.0+

### Development

Add pre-commit hooks to clean Jupyter notebooks:

```bash
pre-commit install
```

### Notes

- If you are having trouble installing Open3D on Mac, install Pybind through Conda instead:

```bash
pip uninstall open3d
conda install open3d
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/codekansas/usa-net",
    "name": "usa-net",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Benjamin Bolte",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/99/e5/9e99160b19c53757ca64cd662b2157fa7ffcbf94b8c5783e96fce1ae6320/usa-net-0.0.5.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n# USA Net\n\nA robust method for mapping an environment and doing language-based planning.\n\n</div>\n\n<br />\n\n## Getting Started\n\nInstall from [pypi](https://pypi.org/project/usa-net/):\n\n```bash\npip install usa-net\n```\n\nInstall from Github:\n\n```bash\npip install git+https://github.com/codekansas/usa.git\n```\n\nAlternatively, clone and install:\n\n```bash\ngit clone git@github.com:codekansas/usa.git\ncd usa && pip install -e .\n```\n\nThere are some extra dependencies for the notebooks which can be installed with:\n\n```bash\npip install 'usa-net[ipynb]'\n```\n\nSee the [notebooks](/notebooks) for examples.\n\n### Requirements\n\n- Python 3.10+\n- PyTorch 2.0+\n\n### Development\n\nAdd pre-commit hooks to clean Jupyter notebooks:\n\n```bash\npre-commit install\n```\n\n### Notes\n\n- If you are having trouble installing Open3D on Mac, install Pybind through Conda instead:\n\n```bash\npip uninstall open3d\nconda install open3d\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "USA net project",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/codekansas/usa-net"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6dc495143c966df366dc08ec7d91a0fdfea87748b25e492d67599ead6f925c55",
                "md5": "ad58b2321aea5273d1ea812c2f5c5f44",
                "sha256": "c580df681fbd31610453981d42419aa16cd67e35c71f8dd68022875d69bcc0ea"
            },
            "downloads": -1,
            "filename": "usa_net-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad58b2321aea5273d1ea812c2f5c5f44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 69652,
            "upload_time": "2023-06-02T20:53:05",
            "upload_time_iso_8601": "2023-06-02T20:53:05.033774Z",
            "url": "https://files.pythonhosted.org/packages/6d/c4/95143c966df366dc08ec7d91a0fdfea87748b25e492d67599ead6f925c55/usa_net-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99e59e99160b19c53757ca64cd662b2157fa7ffcbf94b8c5783e96fce1ae6320",
                "md5": "2b0ee495c1431f726410f89e5efefedb",
                "sha256": "b1d7db286de03b4c8a2de935d90cc61f27dd4466c9fd654f9a597144539f26a5"
            },
            "downloads": -1,
            "filename": "usa-net-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2b0ee495c1431f726410f89e5efefedb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 54610,
            "upload_time": "2023-06-02T20:53:06",
            "upload_time_iso_8601": "2023-06-02T20:53:06.517821Z",
            "url": "https://files.pythonhosted.org/packages/99/e5/9e99160b19c53757ca64cd662b2157fa7ffcbf94b8c5783e96fce1ae6320/usa-net-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-02 20:53:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "codekansas",
    "github_project": "usa-net",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "usa-net"
}
        
Elapsed time: 0.11846s