new-syntax


Namenew-syntax JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/tusharsadhwani/new-syntax
SummaryA framework for creating new syntax for Python code
upload_time2024-07-18 09:48:53
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.
            # new-syntax

A framework for creating new syntax  for Python code

## Installation

```bash
pip install new_syntax
```

## 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/new-syntax",
    "name": "new-syntax",
    "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/d6/a0/38724c82ceed5c585f3b2ca85f1cb1f5c7ab3f32f223737452ac7318ef54/new-syntax-0.0.0.tar.gz",
    "platform": null,
    "description": "# new-syntax\n\nA framework for creating new syntax  for Python code\n\n## Installation\n\n```bash\npip install new_syntax\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": "A framework for creating new syntax for Python code",
    "version": "0.0.0",
    "project_urls": {
        "Homepage": "https://github.com/tusharsadhwani/new-syntax"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6a038724c82ceed5c585f3b2ca85f1cb1f5c7ab3f32f223737452ac7318ef54",
                "md5": "b0362770801b1d95df5b194ec26a3b75",
                "sha256": "d04e623168af050e4709573128f12b1ff4b052d021992eeaae89a22bc7b32668"
            },
            "downloads": -1,
            "filename": "new-syntax-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b0362770801b1d95df5b194ec26a3b75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3145,
            "upload_time": "2024-07-18T09:48:53",
            "upload_time_iso_8601": "2024-07-18T09:48:53.840029Z",
            "url": "https://files.pythonhosted.org/packages/d6/a0/38724c82ceed5c585f3b2ca85f1cb1f5c7ab3f32f223737452ac7318ef54/new-syntax-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-18 09:48:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tusharsadhwani",
    "github_project": "new-syntax",
    "github_not_found": true,
    "lcname": "new-syntax"
}
        
Elapsed time: 1.71282s