peglib


Namepeglib JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/tusharsadhwani/peglib
SummaryPython bindings for cpp-peglib.
upload_time2024-05-26 16:58:52
maintainerNone
docs_urlNone
authorTushar Sadhwani
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # peglib

Python bindings for cpp-peglib.

> WIP, coming soon!

## Installation

```bash
pip install peglib
```

## 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
pip install setuptools wheel
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/peglib",
    "name": "peglib",
    "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": "https://files.pythonhosted.org/packages/6c/e2/fdd1bbe182ea4a9003f2140f44518c9f4e9bbbc049173388864a7c597067/peglib-0.0.0.tar.gz",
    "platform": null,
    "description": "# peglib\n\nPython bindings for cpp-peglib.\n\n> WIP, coming soon!\n\n## Installation\n\n```bash\npip install peglib\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\npip install setuptools wheel\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": "Python bindings for cpp-peglib.",
    "version": "0.0.0",
    "project_urls": {
        "Homepage": "https://github.com/tusharsadhwani/peglib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9a2bbb9f8420a3018c95f44369c90ae15cd2b0c08b970250401f4daf6762e9c",
                "md5": "57aabec1534b4baab303d8517a755420",
                "sha256": "9dba1fba52c887d56a379443b84187b363f2291d246a425871bbcfbc8492a39d"
            },
            "downloads": -1,
            "filename": "peglib-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "57aabec1534b4baab303d8517a755420",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3831,
            "upload_time": "2024-05-26T16:58:51",
            "upload_time_iso_8601": "2024-05-26T16:58:51.148691Z",
            "url": "https://files.pythonhosted.org/packages/d9/a2/bbb9f8420a3018c95f44369c90ae15cd2b0c08b970250401f4daf6762e9c/peglib-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ce2fdd1bbe182ea4a9003f2140f44518c9f4e9bbbc049173388864a7c597067",
                "md5": "52257c439453343fcdd84bd3145153c3",
                "sha256": "d14bc53f03bc8b4f3cf8fd093d7c827ae61e41d9ef666615cf545147537129a2"
            },
            "downloads": -1,
            "filename": "peglib-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "52257c439453343fcdd84bd3145153c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3118,
            "upload_time": "2024-05-26T16:58:52",
            "upload_time_iso_8601": "2024-05-26T16:58:52.991889Z",
            "url": "https://files.pythonhosted.org/packages/6c/e2/fdd1bbe182ea4a9003f2140f44518c9f4e9bbbc049173388864a7c597067/peglib-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-26 16:58:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tusharsadhwani",
    "github_project": "peglib",
    "github_not_found": true,
    "lcname": "peglib"
}
        
Elapsed time: 1.17360s