# ipython-beartype
IPython extension type-checking IPython environments with beartype.
## Installation
```bash
pip install ipython_beartype
```
## Usage
TODO
## Local Development / Testing
- Create and activate a virtual environment
- Run `pip install -r requirements-dev.txt` to do an editable install
- Run `pytest` to run tests
## Type Checking
Run `mypy .`
## Create and upload a package to PyPI
Make sure to bump the version in `setup.cfg`.
Then run the following commands:
```bash
rm -rf build dist
python setup.py sdist bdist_wheel
```
Then upload it to PyPI using [twine](https://twine.readthedocs.io/en/latest/#installation):
```bash
twine upload dist/*
```
Raw data
{
"_id": null,
"home_page": "https://github.com/tusharsadhwani/ipython-beartype",
"name": "ipython-beartype",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Tushar Sadhwani",
"author_email": "tushar.sadhwani000@gmail.com",
"download_url": null,
"platform": null,
"description": "# ipython-beartype\n\nIPython extension type-checking IPython environments with beartype.\n\n## Installation\n\n```bash\npip install ipython_beartype\n```\n\n## Usage\n\nTODO\n\n## Local Development / Testing\n\n- Create and activate a virtual environment\n- Run `pip install -r requirements-dev.txt` to do an editable install\n- Run `pytest` to run tests\n\n## Type Checking\n\nRun `mypy .`\n\n## Create and upload a package to PyPI\n\nMake sure to bump the version in `setup.cfg`.\n\nThen run the following commands:\n\n```bash\nrm -rf build dist\npython setup.py sdist bdist_wheel\n```\n\nThen upload it to PyPI using [twine](https://twine.readthedocs.io/en/latest/#installation):\n\n```bash\ntwine upload dist/*\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "IPython extension type-checking IPython environments with beartype.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/tusharsadhwani/ipython-beartype"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9da9ae88f8d9d1174aca26f2722160de934c67f9362fdb2fdc582032a090ef1a",
"md5": "099c9ece5523775e4d12b6bf758d7d51",
"sha256": "a661c0fe47fe31d7e6c83c462d2a7c4176b7ed72885b8202501e8932e632cd85"
},
"downloads": -1,
"filename": "ipython_beartype-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "099c9ece5523775e4d12b6bf758d7d51",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3491,
"upload_time": "2025-02-13T00:00:42",
"upload_time_iso_8601": "2025-02-13T00:00:42.427624Z",
"url": "https://files.pythonhosted.org/packages/9d/a9/ae88f8d9d1174aca26f2722160de934c67f9362fdb2fdc582032a090ef1a/ipython_beartype-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-13 00:00:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tusharsadhwani",
"github_project": "ipython-beartype",
"github_not_found": true,
"lcname": "ipython-beartype"
}