A Python package for working with LionWeb
Project description
LionWeb Python
This library contains an implementation in Python of the LionWeb specifications.
This library is released under the Apache V2 License.
Linting
ruff check src/ tests/
mypy src/
Formatting
black src/ tests/
isort src/ tests/
Build locally
pip install build
python -m build
Release process
- Update version in pyproject.toml and setup.py
- Create tag:
git tag -a v0.1.1 -m "Version 0.1.1" - Release on Pypi:
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
twine upload dist/*
- Push tag
Tests
sh prepare_for_tests.sh # to be run just once
PYTHONPATH=src python -m unittest discover tests
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
lionweb_python-0.1.15.tar.gz
(57.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lionweb_python-0.1.15.tar.gz.
File metadata
- Download URL: lionweb_python-0.1.15.tar.gz
- Upload date:
- Size: 57.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cab712bb8581fbe59d1d2e6a40d2b9fc0bbe96cce2a8156a0af5bc3a73d3bdb
|
|
| MD5 |
297f797e6359e482f3d390d8235480aa
|
|
| BLAKE2b-256 |
e9ffeaef146c471ce4c8119412e7b9a3540fbdedc01151d83f69f1dde8ca606b
|
File details
Details for the file lionweb_python-0.1.15-py3-none-any.whl.
File metadata
- Download URL: lionweb_python-0.1.15-py3-none-any.whl
- Upload date:
- Size: 94.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb6ba7091e5f8085b7505ed0914e56d214cde12eab6bee088f1fe353dd531c4d
|
|
| MD5 |
c31a374f2e0acd7e13a229a70ab60097
|
|
| BLAKE2b-256 |
b651097ebfe3bb473db4e23fdf01558d5a6f7eb95ff5000292e2b11a1749b038
|