UBL 2.1 python object parsing
Project description
UBLib21
Usage
# ToDo: Implement usage
Extra (for developers)
Development
- Clone this repo
git clone https://github.com/EverGrowRN/ublib21.git
- Create a virtual environment with Python 3.10 or above.
virtualenv venv --python=3.10
- Activate environment
# Linux
source ./venv/bin/activate
# Windows (i.e. using PowerShell)
./venv/Scripts/activate.ps1
- Install requirements
pip install -r requirements
Testing
- Install the package as development. Run on the project root directory the following
pip install .[dev]
- Install pytest
pip install pytest
- Run tests. Run on the project root directory the following
pytest
Deploy python package
https://packaging.python.org/en/latest/tutorials/packaging-projects/
To build:
py -m build
To push package (test):
Replace username with yours. Replace token_filename with path to your file that contains the pypi project test server token.
py -m twine upload --repository testpypi dist/* -u <username> -p $(cat <token_filename>)
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
ublib21-0.0.1.tar.gz
(206.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
ublib21-0.0.1-py3-none-any.whl
(356.8 kB
view details)
File details
Details for the file ublib21-0.0.1.tar.gz.
File metadata
- Download URL: ublib21-0.0.1.tar.gz
- Upload date:
- Size: 206.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
673218d78f52e22efabf4fb7550396efa9fc01799ce97a196c2a301b931c07ae
|
|
| MD5 |
9365c150fa64681363a01a6a4fcee2d0
|
|
| BLAKE2b-256 |
2547905735b89bea3663d5e37ee6f3ef94778eee33361e4a13f5804ef5f18e04
|
File details
Details for the file ublib21-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ublib21-0.0.1-py3-none-any.whl
- Upload date:
- Size: 356.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2be3ef6e01a9f69444a72c8a65f655b4031973c541016fbbba7d46a154d3e58
|
|
| MD5 |
2802e3f7dd69dec3aabc17c8eec62ba9
|
|
| BLAKE2b-256 |
de4b3dbd690b32ece60e5271bc8bfb537e11b6cd26f2c307c1e28e33e2213fae
|