Skip to main content

No project description provided

Project description

HLATypingTools

Getting Started

Install from PyPI (recommended)

To use HLATypingTools, run pip install HLATypingTools in your terminal.

Usage

If you haven't decrypted the data yet (first time you are using the package and you did purchase the product), run:

from hlatypingtools.decrypt_file import decrypt_file

password: str = "___"   # Replace with password provided by the author 
decrypt_file(password)

It should print File decrypted successfully.

Then you can use the package as follows:


Exit codes


About the source code

  • Follows PEP8 Style Guidelines.
  • All functions are unit-tested with pytest.
  • All variables are correctly type-hinted, reviewed with static type checker mypy.
  • All functions are documented with docstrings.

Useful links:

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

hlatypingtools-0.1.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

hlatypingtools-0.1.1-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

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