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)
Built Distribution
Close
Hashes for cimren_helpers-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b165297164513b9388eb85b0887201c8f8c7afa5b851cc6be2dfeeabd8838ea |
|
MD5 | a42158504eeb2506baefe06025de47f6 |
|
BLAKE2b-256 | a6b4052cc946c099f2de0ddd719125acef406a885f1b89957d8eca0a84cc8545 |