mathstropy


Namemathstropy JSON
Version 4.0.7 PyPI version JSON
download
home_pagehttps://github.com/mathstronauts/mathstropy
SummaryPython library with functions to make learning more efficient
upload_time2023-12-01 22:48:53
maintainer
docs_urlNone
authorRichard Hamilton
requires_python>=3.10
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python_exp_learning
This repository contains activities for learning  coding skills in python.


# Getting Started

```
>>> conda env create -f env.yaml
```

```
>>> conda activate mathstropy_env_python_310
```

## For Development
Windows
```
>>> pip install -e .[dev]
```

Mac
```
>>> pip install -e .'[dev]'
```

## For Non-Development Purposes
```
>>> pip install -e
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mathstronauts/mathstropy",
    "name": "mathstropy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Richard Hamilton",
    "author_email": "richard.ha@mathstronauts.ca",
    "download_url": "https://files.pythonhosted.org/packages/bd/6c/3371ebf16872e03d0eb4a04348505214b8db35179bdb46d4742bffb8d752/mathstropy-4.0.7.tar.gz",
    "platform": null,
    "description": "# python_exp_learning\nThis repository contains activities for learning  coding skills in python.\n\n\n# Getting Started\n\n```\n>>> conda env create -f env.yaml\n```\n\n```\n>>> conda activate mathstropy_env_python_310\n```\n\n## For Development\nWindows\n```\n>>> pip install -e .[dev]\n```\n\nMac\n```\n>>> pip install -e .'[dev]'\n```\n\n## For Non-Development Purposes\n```\n>>> pip install -e\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python library with functions to make learning more efficient",
    "version": "4.0.7",
    "project_urls": {
        "Homepage": "https://github.com/mathstronauts/mathstropy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4531dcd57d8ee10a7b3c1f603b14a8b1d7b2fde880a754e44f05465bee6fae4",
                "md5": "f2a5f949c4bc71d8275dc6f395398ef6",
                "sha256": "969092d474c572e675067ba383e1f15ac2c5ecaacd5e19d5273f265cafa5baf5"
            },
            "downloads": -1,
            "filename": "mathstropy-4.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2a5f949c4bc71d8275dc6f395398ef6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 17476,
            "upload_time": "2023-12-01T22:48:50",
            "upload_time_iso_8601": "2023-12-01T22:48:50.516879Z",
            "url": "https://files.pythonhosted.org/packages/d4/53/1dcd57d8ee10a7b3c1f603b14a8b1d7b2fde880a754e44f05465bee6fae4/mathstropy-4.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd6c3371ebf16872e03d0eb4a04348505214b8db35179bdb46d4742bffb8d752",
                "md5": "1404ea6a258d9f68b2926f1f318c2816",
                "sha256": "17bf0922b338f5822099cb02c86f2152f6d1dce9e0af0b06ac80ff8d0c237aba"
            },
            "downloads": -1,
            "filename": "mathstropy-4.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "1404ea6a258d9f68b2926f1f318c2816",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 17590,
            "upload_time": "2023-12-01T22:48:53",
            "upload_time_iso_8601": "2023-12-01T22:48:53.180662Z",
            "url": "https://files.pythonhosted.org/packages/bd/6c/3371ebf16872e03d0eb4a04348505214b8db35179bdb46d4742bffb8d752/mathstropy-4.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-01 22:48:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mathstronauts",
    "github_project": "mathstropy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mathstropy"
}
        
Elapsed time: 0.16098s