"FCS SRU Simple Endpoint"
Reason this release was yanked:
dependency with error, better to use 1.0.4
Project description
FCS Simple Endpoint
- Based on Java implementation
git commit:47d1335288d27e860564fb878463f6b467ef7216
- Differences:
- a bit more pythonic (naming, interfaces, enums etc.)
Installation
# from github/source
python3 -m pip install 'fcs-simple-endpoint @ git+https://github.com/Querela/fcs-simple-endpoint-python.git'
# (locally) built package
python3 -m pip install dist/fcs_simple_endpoint-<version>-py2.py3-none-any.whl
# or
python3 -m pip install dist/fcs-simple-endpoint-<version>.tar.gz
# for local development
python3 -m pip install -e .
In setup.cfg
:
[options]
install_requires =
fcs-simple-endpoint @ git+https://github.com/Querela/fcs-simple-endpoint-python.git
Build source/binary distribution
python3 -m pip install build
python3 -m build
Development
- Uses
pytest
(with coverage, clarity and randomly plugins).
python3 -m pip install -e .[test]
pytest
Run style checks:
# general style checks
python3 -m pip install -e .[style]
black --check .
flake8 . --show-source --statistics
isort --check --diff .
mypy .
# building the package and check metadata
python3 -m pip install -e .[build]
python3 -m build
twine check --strict dist/*
# build documentation and check links ...
python3 -m pip install -e .[docs]
sphinx-build -b html docs dist/docs
sphinx-build -b linkcheck docs dist/docs
Build documentation
python3 -m pip install -r ./docs/requirements.txt
# or
python3 -m pip install -e .[docs]
sphinx-build -b html docs dist/docs
sphinx-build -b linkcheck docs dist/docs
See also
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
fcs-simple-endpoint-1.0.3.tar.gz
(26.2 kB
view details)
Built Distribution
File details
Details for the file fcs-simple-endpoint-1.0.3.tar.gz
.
File metadata
- Download URL: fcs-simple-endpoint-1.0.3.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c70b32f4c6ce643e5ccc10bd0423c7d34de9ee9190ffe1dd6cf4a7734f6ac58a |
|
MD5 | d9685ac7f33ce604eb4c87ad5230f33c |
|
BLAKE2b-256 | 45eeeb761c67125a7b33fd6a8dc8658ce6d9a56200fc02323639b15fc944f40e |
File details
Details for the file fcs_simple_endpoint-1.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: fcs_simple_endpoint-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 27.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 485e3fd8e62c23da816c7cc08c05ee7bede095efa45b0159768d480c60c5bb4f |
|
MD5 | f5c962b704f4534a9403f23559c2ba8d |
|
BLAKE2b-256 | b6c18f10dc29a2953bd53ec2c8e2f8535752b5100e5e63702152d3d068282415 |