Skip to main content

"FCS SRU Simple Endpoint"

Project description

FCS Simple Endpoint



fcs-simple-endpoint @ PyPI Documentation Status

  • 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


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.4.tar.gz (26.2 kB view details)

Uploaded Source

Built Distribution

fcs_simple_endpoint-1.0.4-py2.py3-none-any.whl (27.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file fcs-simple-endpoint-1.0.4.tar.gz.

File metadata

  • Download URL: fcs-simple-endpoint-1.0.4.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

Hashes for fcs-simple-endpoint-1.0.4.tar.gz
Algorithm Hash digest
SHA256 c1817b290731e7cc4bbfdfb9521daf7c0ec1ae2e7c51b6df61896f219fd645fd
MD5 81faac82fbe735c1dc957fa7dacc22f2
BLAKE2b-256 1b5ef3c8ae260a8171a1e60455831d4527b922df7107db4d1a91151e5dcc8400

See more details on using hashes here.

File details

Details for the file fcs_simple_endpoint-1.0.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for fcs_simple_endpoint-1.0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4f24834bdb35a6b67b1d80af9ec9908306a4554f9772521e71feba7b28033af9
MD5 7d2d3dfafbac3a590b4b5185c2a480ca
BLAKE2b-256 fd0e4f1bad2d696062a6f50ffe7d084a000c0e6d24171840058f84620d90391b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page