Skip to main content

Helper functions

Project description

Helper Functions

This repo provides helper functions for

  • Listing files in a directory
  • Calculating Haversine Distance in miles

Installation

pip install cimren-helpers

How to use

from helpers import files

file_list = files.get_all_files_in_directory('.')
from helpers import haversine_distance

distance = haversine_distance.calculate_haversine_distance(from_latitude=[47.6062],
                                                           from_longitude=[122.3321],
                                                           to_latitude=[47.5301],
                                                           to_longitude=[122.0326])

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

cimren-helpers-1.0.3.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

cimren_helpers-1.0.3-py3-none-any.whl (3.3 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