Skip to main content

Warning: This is a work in progress, probably not yet ready for use!

Manwë is a Python client library for working with the Varda database for genomic variation frequencies. It also provides a command line interface to some of its functionality.

The main goal of Manwë is to offer the complete Varda API, but on an abstraction level that is nice to work with from Python code.

>>> import manwe
>>> session = manwe.Session()
>>> user = session.create_user('testlogin', 'password')
>>> user.dirty
False
>>> user.name = 'Test User'
>>> user.dirty
True
>>> user.save()
>>> user.dirty
False
>>> for sample in session.samples():
...     print sample.user.name
...
Rob Userman
Barry Robsfriend
Rob Userman

To install the latest release via PyPI using pip:

pip install manwe

Documentation

The latest documentation with user guide and API reference is hosted at Read The Docs.

You can also compile the documentation directly from the source code by running make html from the doc/ subdirectory. This requires Sphinx to be installed.

Release files for manwe 1.3.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for manwe 1.3.1
File Size Uploaded
manwe-1.3.1.tar.gz 23.0 kB Details

Release files / manwe-1.3.1.tar.gz

Download URL manwe-1.3.1.tar.gz
Size 23.0 kB
Tags Source
SHA-256 checksum
How to use checksums
98e6c5da24be52f6b3b5f276cd787555269b57d49fca54e31c16c02412b9fa97
BLAKE2b-256 checksum
How to use checksums
3ae84c0085348f8b25f6e21b94784d95f740bc92a221c909c578b00fc8696489
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.3.1 This release

1 release file

1.3.0

1 release file

1.2.1

1 release file

1.2.0

1 release file

1.0.0

1 release file

0.2.0

1 release file

0.1.0

1 release file

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