Skip to main content

Ensembl Python Base Library

License Coverage CI Release

Centralise generic Python code use across all other project within Ensembl, more particularly database access layers and ORMs, reusable eHive components, etc.

Getting Started

Installing the development environment with venv

python -m venv <VIRTUAL_ENVIRONMENT_NAME>
source <VIRTUAL_ENVIRONMENT_NAME>/bin/activate
git clone https://github.com/Ensembl/ensembl-py.git
cd ensembl-py
pip install -e .[cicd,dev,docs]

Testing with pytest

Run test suite from the root of the repository is as simple as to run:

pytest

To run tests, calculate and display testing coverage stats:

coverage run -m pytest
coverage report -m

Generate documentation via mkdocs

mkdocs build

Open automatically generated documentation page at site/index.html.

Automatic formatting (PEP8 compliance)

black --check .

Use --diff to print a diff of what Black would change, without actually changing the files.

To actually reformat all files in the repository:

black .

Linting and type checking

pylint src/python/ensembl
pylint --recursive=y src/python/tests
mypy src/python/ensembl
mypy src/python/tests

pylint will check the code for syntax, name errors and formatting style. mypy will use type hints to statically type check the code.

It should be relatively easy (and definitely useful) to integrate both pylint and mypy in your IDE/Text editor.

Useful resources

Python Documentation

Python virtual environments management

Auto-generating documentation

Linting, type checking and formatting

Testing

CI/CD

Development tools

Distributing

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ensembl_py-3.1.0.tar.gz (51.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ensembl_py-3.1.0-py3-none-any.whl (26.7 kB view details)

Uploaded Python 3

File details

Details for the file ensembl_py-3.1.0.tar.gz.

File metadata

  • Download URL: ensembl_py-3.1.0.tar.gz
  • Upload date:
  • Size: 51.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for ensembl_py-3.1.0.tar.gz
Algorithm Hash digest
SHA256 319cb31e8a176aa1e09d336cfdd4ed84ec0dc7448aa313b96846387d9405e24a
MD5 0461640c67513d7a12a71b3ab0432652
BLAKE2b-256 fcf86b1a8363b27f221137369c6914bc9bd114d0526e0b1b6c6b88908f21ced2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ensembl_py-3.1.0.tar.gz:

Publisher: publish.yml on Ensembl/ensembl-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ensembl_py-3.1.0-py3-none-any.whl.

File metadata

  • Download URL: ensembl_py-3.1.0-py3-none-any.whl
  • Upload date:
  • Size: 26.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for ensembl_py-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bfc2591041b41029a0f6817be6ade719fa3faa6b15d0cbeeb736163c260ea0da
MD5 178166f56a6f8bbfa581793f0601a013
BLAKE2b-256 d4da01a057e7e1acbc98724f9a9195722d17453f6ad4add5e0a46c3ab7b0b26f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ensembl_py-3.1.0-py3-none-any.whl:

Publisher: publish.yml on Ensembl/ensembl-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

3.1.0 This release

2 files

3.0.1

2 files

3.0.0

2 files

2.1.3

2 files

2.1.2

2 files

2.1.1

2 files

2.1.0

2 files

2.0.2

2 files

2.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page