root/alpine313/: pytokens-0.1.10 metadata and description

Homepage Simple index PyPI page

A Fast, spec compliant Python 3.12+ tokenizer that runs on older Pythons.

author Tushar Sadhwani
author_email tushar.sadhwani000@gmail.com
classifiers
  • License :: OSI Approved :: MIT License
  • Operating System :: OS Independent
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: Implementation :: CPython
  • Typing :: Typed
description_content_type text/markdown
license MIT
requires_dist
  • black; extra == "dev"
  • build; extra == "dev"
  • mypy; extra == "dev"
  • pytest; extra == "dev"
  • pytest-cov; extra == "dev"
  • setuptools; extra == "dev"
  • tox; extra == "dev"
  • twine; extra == "dev"
  • wheel; extra == "dev"
requires_python >=3.8
File Tox results History
pytokens-0.1.10-py3-none-any.whl
Size
12 KB
Type
Python Wheel
Python
3

pytokens

A Fast, spec compliant Python 3.12+ tokenizer that runs on older Pythons.

Installation

pip install pytokens

Usage

pytokens path/to/file.py

Local Development / Testing

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:

rm -rf dist
python -m build

Then upload it to PyPI using twine:

twine upload dist/*