{"id":37073529,"url":"https://github.com/celray/cjfx","last_synced_at":"2026-01-14T08:37:47.472Z","repository":{"id":182622607,"uuid":"668833376","full_name":"celray/cjfx","owner":"celray","description":"A module for common functions optimised for data scientists that need to code repeatitive tasks fast","archived":false,"fork":false,"pushed_at":"2024-06-11T21:56:32.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-05T08:53:40.484Z","etag":null,"topics":["excel","general","gis","mssql","sql","sqlite","word"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/cjfx/0.0.1/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/celray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-20T17:36:24.000Z","updated_at":"2024-06-11T21:56:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"9beddd52-6425-431c-b9ab-ff7e93cc68f6","html_url":"https://github.com/celray/cjfx","commit_stats":null,"previous_names":["celray/cjfx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/celray/cjfx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celray%2Fcjfx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celray%2Fcjfx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celray%2Fcjfx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celray%2Fcjfx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celray","download_url":"https://codeload.github.com/celray/cjfx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celray%2Fcjfx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:31:27.429Z","status":"ssl_error","status_checked_at":"2026-01-14T08:31:19.098Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["excel","general","gis","mssql","sql","sqlite","word"],"created_at":"2026-01-14T08:37:46.977Z","updated_at":"2026-01-14T08:37:47.455Z","avatar_url":"https://github.com/celray.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This module helps ease annoying small tasks especially for data scientists. It has the following main functionalities.\n\n## cjfx.excel\n\n- This module will create an excel file with much ease. You can to rows, columns or target cells, write formulas add sheets and add charts to your excel book. It does not modefy existing ones.\n\n## cjfx.wordDocument\n\n- This will help you create word documents including adding figures and basic formating.\n\n## cjfx.mssqlConnection\n\n- An easy to use abstraction layer for pyodbc in conjuction with pandas and geopandas to manage MSSQL databases.\n\n## cjfx.sqliteConnection\n\n- An abstraction layer for sqlite3 for quick management of sqlite databases.\n\n## functions that you didn't know you needed\n\n    write_to(filepath:str, string_to_write:str) -\u003e writes a string to file on disk\n    read_from(filepath:str) -\u003e reads from an asci file on disk\n    exists(path) -\u003e checks if a path exists returns a boolean.\n    file_name(file_path:str) -\u003e gives you the file basename (with option to include file extension).\n    list_files(dir_path:str) -\u003e lists all files in a given directory with option to filter by extension. returns a list of paths\n    list_all_files(dir_path:str) -\u003e same as 'list_files' but includes subfolders.\n    list_folders(dir_path:str) -\u003e lists all directories in a given folder. returns a list of folder names.\n    python_variable -\u003e a quick funtion to save or load a python variable to disk.\n    show_progress -\u003e shows a progress bar for long loops.\n\n## other functions\n\n        copy_file,\n        ignore_warnings,\n        transparent_image,\n        get_file_size,\n        merge_documents,\n        resize_image,\n        download_file,\n        get_nse,\n        get_pbias,\n        delete_path,\n        save_array_as_image,\n        create_icon,\n        unzip_file,\n\n        this_dir,\n        copy_projection,\n        set_tif_nodata,\n        clip_features,\n        assign_default_projection,\n        plot,\n        show,\n        copy_directory_tree,\n        remove_header_duplicates,\n        get_swat_timeseries,\n        clip_raster,\n        points_to_geodataframe,\n        convert_webm_to_mp3,\n        download_video_youtube,\n        get_relative_path,\n        install_package,\n        get_usgs_timeseries,\n        decode_64,\n        wait,\n        get_raster_value_for_coords,\n        rasterise_shape,\n        extract_timeseries_from_netcdf,\n        rand_apha_num,\n        make_plot,\n        goto_dir,\n        smart_copy,\n        print_dict,\n        cd,\n        slope_intercept,\n        distance,\n        download_file2,\n        xml_children_attributes,\n        report,\n        print_list,\n        disp,\n        create_path,\n        flow_duration_curve,\n        is_file,\n        resample_ts_df,\n        raster_statistics,\n        empty_line,\n        hide_folder,\n        time_stamp,\n        copy_folder,\n        delete_file,\n        run_swat_plus,\n        open_file_in_code,\n        format_timedelta,\n        confirm,\n        open_tif_as_array,\n        single_spaces,\n        view,\n        quit,\n        insert_newlines,\n        gdal_datatypes,\n        resample_raster,\n        create_polygon_geodataframe,\n        reproject_raster,\n        set_nodata,\n        get_extents,\n        error,\n        strip_characters,\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelray%2Fcjfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelray%2Fcjfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelray%2Fcjfx/lists"}