A framework for creating new syntax for Python code
Project description
new-syntax
A framework for creating new syntax for Python code
Installation
pip install new_syntax
Usage
TODO
Local Development / Testing
- Create and activate a virtual environment
- Run
pip install -r requirements-dev.txtto do an editable install - Run
pytestto 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:
rm -rf build dist
python setup.py sdist bdist_wheel
Then upload it to PyPI using twine:
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
new-syntax-0.0.0.tar.gz
(3.1 kB
view details)
File details
Details for the file new-syntax-0.0.0.tar.gz.
File metadata
- Download URL: new-syntax-0.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d04e623168af050e4709573128f12b1ff4b052d021992eeaae89a22bc7b32668
|
|
| MD5 |
b0362770801b1d95df5b194ec26a3b75
|
|
| BLAKE2b-256 |
d6a038724c82ceed5c585f3b2ca85f1cb1f5c7ab3f32f223737452ac7318ef54
|