{"id":25735705,"url":"https://github.com/alertua/import_tax_calculator","last_synced_at":"2026-06-04T23:31:29.985Z","repository":{"id":233005624,"uuid":"785761816","full_name":"ALERTua/import_tax_calculator","owner":"ALERTua","description":"Import Tax Calculator for Ukraine","archived":false,"fork":false,"pushed_at":"2026-05-16T09:13:01.000Z","size":722,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-16T10:29:58.940Z","etag":null,"topics":["customs","tax","ukraine"],"latest_commit_sha":null,"homepage":"https://tax.alertua.pp.ua","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/ALERTua.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-12T15:11:49.000Z","updated_at":"2026-05-16T09:13:05.000Z","dependencies_parsed_at":"2024-04-12T22:58:01.674Z","dependency_job_id":"1cb6640a-0058-4692-82b4-c17879e0d1c4","html_url":"https://github.com/ALERTua/import_tax_calculator","commit_stats":null,"previous_names":["alertua/import_tax_calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ALERTua/import_tax_calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALERTua%2Fimport_tax_calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALERTua%2Fimport_tax_calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALERTua%2Fimport_tax_calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALERTua%2Fimport_tax_calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ALERTua","download_url":"https://codeload.github.com/ALERTua/import_tax_calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALERTua%2Fimport_tax_calculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33924832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["customs","tax","ukraine"],"created_at":"2025-02-26T05:31:42.257Z","updated_at":"2026-06-04T23:31:29.974Z","avatar_url":"https://github.com/ALERTua.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg)](https://stand-with-ukraine.pp.ua)\n[![Made in Ukraine](https://img.shields.io/badge/made_in-Ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)\n[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)\n[![Russian Warship Go Fuck Yourself](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/RussianWarship.svg)](https://stand-with-ukraine.pp.ua)\n\n# Customs Tax Calculator\n\nThis Django project provides a web-based customs tax calculator for calculating import taxes on parcels in Ukraine.\n\n## Features\n\n- Calculates customs taxes based on the price input.\n- Supports both Euro and Dollar currencies with conversion rates.\n\n## Django SECRET_KEY\n\nThe `SECRET_KEY` is used for cryptographic signing in Django and is critical for production security.\n\n### How to generate it\n\nUsing Django's built-in utility:\n\n```python\nfrom django.core.management.utils import get_random_secret_key\nprint(get_random_secret_key())\n```\n\nOr using Python's secrets module:\n\n```python\nimport secrets\nprint(secrets.token_urlsafe(50))\n```\n\n### How to use it in Docker run\n\n```bash\ndocker run -e SECRET_KEY=your_generated_secret_key -p 8000:8000 your_image\n```\n\nThe SECRET_KEY is configured in `config/settings.py` using the `SECRET_KEY` environment variable. In DEBUG mode (development), it falls back to an insecure generated key. In production (DEBUG=False), the environment variable is required.\n\nDo not forget to run with --init for SIGTERM to correctly forward to child processes.\n\n[Amazon Userscript](userscripts/README.md)\n\n## GitHub\nhttps://github.com/ALERTua/import_tax_calculator\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falertua%2Fimport_tax_calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falertua%2Fimport_tax_calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falertua%2Fimport_tax_calculator/lists"}