sharrow


Namesharrow JSON
Version 2.13.0 PyPI version JSON
download
home_pageNone
Summarynumba for ActivitySim-style spec files
upload_time2024-12-04 03:45:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords activitysim discrete choice
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sharrow
numba for ActivitySim-style spec files

## Building a Wheel

To build a wheel for sharrow, you need to have `build` installed. You can
install it with `python -m pip install build`.

Then run the builder:

```shell
python -m build .
```


## Building the documentation

Building the documentation for sharrow requires JupyterBook.

```shell
jupyterbook build docs
```

## Developer Note

This repository's continuous integration testing will use `ruff` to check code
quality.  There is a pre-commit hook that will run `ruff` on all staged files
to ensure that they pass the quality checks.  To install and use this hook,
run the following commands:

```shell
python -m pip install pre-commit  # if needed
pre-commit install
```

Then, when you try to make a commit, your code will be checked locally to ensure
that your code passes the quality checks.  If you want to run the checks manually,
you can do so with the following command:

```shell
pre-commit run --all-files
```

If you don't use `pre-commit`, a service will run the checks for you when you
open a pull request, and make fixes to your code when possible.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sharrow",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "activitysim, discrete choice",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d1/a0/12798d0c8b618343dcf0578741f9ca148ba4175f13cc6bb565a74366aede/sharrow-2.13.0.tar.gz",
    "platform": null,
    "description": "# sharrow\nnumba for ActivitySim-style spec files\n\n## Building a Wheel\n\nTo build a wheel for sharrow, you need to have `build` installed. You can\ninstall it with `python -m pip install build`.\n\nThen run the builder:\n\n```shell\npython -m build .\n```\n\n\n## Building the documentation\n\nBuilding the documentation for sharrow requires JupyterBook.\n\n```shell\njupyterbook build docs\n```\n\n## Developer Note\n\nThis repository's continuous integration testing will use `ruff` to check code\nquality.  There is a pre-commit hook that will run `ruff` on all staged files\nto ensure that they pass the quality checks.  To install and use this hook,\nrun the following commands:\n\n```shell\npython -m pip install pre-commit  # if needed\npre-commit install\n```\n\nThen, when you try to make a commit, your code will be checked locally to ensure\nthat your code passes the quality checks.  If you want to run the checks manually,\nyou can do so with the following command:\n\n```shell\npre-commit run --all-files\n```\n\nIf you don't use `pre-commit`, a service will run the checks for you when you\nopen a pull request, and make fixes to your code when possible.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "numba for ActivitySim-style spec files",
    "version": "2.13.0",
    "project_urls": {
        "Documentation": "https://activitysim.github.io/sharrow/",
        "Repository": "https://github.com/activitysim/sharrow"
    },
    "split_keywords": [
        "activitysim",
        " discrete choice"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a6dd6356dd63b6b8943850cd53f93b0e29e2780fcf685ad6fee47c06a67978d",
                "md5": "40c9180b732f310c20fdc5aff6b444b1",
                "sha256": "667358ac8937e6628235d3dea8a5a74a1a93b70ee4e2a5dae349d42f366619f3"
            },
            "downloads": -1,
            "filename": "sharrow-2.13.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40c9180b732f310c20fdc5aff6b444b1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2224276,
            "upload_time": "2024-12-04T03:45:26",
            "upload_time_iso_8601": "2024-12-04T03:45:26.369966Z",
            "url": "https://files.pythonhosted.org/packages/0a/6d/d6356dd63b6b8943850cd53f93b0e29e2780fcf685ad6fee47c06a67978d/sharrow-2.13.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1a012798d0c8b618343dcf0578741f9ca148ba4175f13cc6bb565a74366aede",
                "md5": "40696b4562b9242d51b6e6f4de2c4323",
                "sha256": "c43e34faf95ec66a180ea40fa417bcf15e6ff80d47ff6471e7c0444a91092649"
            },
            "downloads": -1,
            "filename": "sharrow-2.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "40696b4562b9242d51b6e6f4de2c4323",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2137505,
            "upload_time": "2024-12-04T03:45:27",
            "upload_time_iso_8601": "2024-12-04T03:45:27.791320Z",
            "url": "https://files.pythonhosted.org/packages/d1/a0/12798d0c8b618343dcf0578741f9ca148ba4175f13cc6bb565a74366aede/sharrow-2.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-04 03:45:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "activitysim",
    "github_project": "sharrow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sharrow"
}
        
Elapsed time: 0.37030s