Reproducible and collaborative reporting
Project description
pyorderly
Table of Contents
Installation
pip install pyorderly
Development
Useful hatch commands:
hatch shell
hatch run test
hatch run cov
hatch run lint:style
hatch run lint:fmt
Modifying the parser
The outpack query parser is implemented in Rust as part of the
outpack_server repository. When
developing new features in the query parser, they can be tested out in your
development environment of pyorderly
by installing the parser from your local
checkout:
hatch run pip install /path/to/outpack_server
Releasing
- Increment the version number using the
hatch version
command. - Commit the changes and create a PR.
- Get the PR approved and merged to main.
- Create a GitHub release:
- Set the tag name as
vX.Y.Z
, matching the version reported by hatch. - Write some release notes (possibly using the
Generate release notes
button). - Publish the release!
- Set the tag name as
- Sit back and relax while the release gets built and published.
- Check that the new version is available on PyPI.
License
pyorderly
is distributed under the terms of the MIT license.
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
pyorderly-0.1.0.tar.gz
(66.8 kB
view details)
Built Distribution
pyorderly-0.1.0-py3-none-any.whl
(44.1 kB
view details)
File details
Details for the file pyorderly-0.1.0.tar.gz
.
File metadata
- Download URL: pyorderly-0.1.0.tar.gz
- Upload date:
- Size: 66.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ed030b93b58088f09e13a17a9cd6e75892a4e221842d99044903fa3eb3a7a98 |
|
MD5 | d7c84cf000937f2e830560ef232661b5 |
|
BLAKE2b-256 | ce4dab16d37bce5dc231bb1fdd4576f670c6b6ce86b0cc2e8234f90e77b46ed6 |
File details
Details for the file pyorderly-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pyorderly-0.1.0-py3-none-any.whl
- Upload date:
- Size: 44.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 135ee30a582aab781cc4eabffd96837ec53f7187a4312056c432c60cdfc6ed5d |
|
MD5 | 755fea7a5585fe12767c2cedd635fa02 |
|
BLAKE2b-256 | b32edb58513161550f2123a68856fd5c9e7f8eec55dc59ef5af9cc2027c66a1a |