{"id":20405449,"url":"https://github.com/rdmolony/nix-numpy-financial","last_synced_at":"2025-03-05T02:17:49.678Z","repository":{"id":262801301,"uuid":"881304781","full_name":"rdmolony/nix-numpy-financial","owner":"rdmolony","description":"A nix derivation for numpy-financial - https://pypi.org/project/numpy-financial/#files ","archived":false,"fork":false,"pushed_at":"2024-11-14T11:15:01.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T17:37:27.857Z","etag":null,"topics":["nix","numpy","python"],"latest_commit_sha":null,"homepage":"","language":"Nix","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/rdmolony.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":"2024-10-31T10:01:19.000Z","updated_at":"2024-11-14T11:15:05.000Z","dependencies_parsed_at":"2024-11-14T11:39:04.388Z","dependency_job_id":null,"html_url":"https://github.com/rdmolony/nix-numpy-financial","commit_stats":null,"previous_names":["rdmolony/nix-numpy-financial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmolony%2Fnix-numpy-financial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmolony%2Fnix-numpy-financial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmolony%2Fnix-numpy-financial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmolony%2Fnix-numpy-financial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdmolony","download_url":"https://codeload.github.com/rdmolony/nix-numpy-financial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241950145,"owners_count":20047591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["nix","numpy","python"],"created_at":"2024-11-15T05:10:51.246Z","updated_at":"2025-03-05T02:17:49.655Z","avatar_url":"https://github.com/rdmolony.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `nix-numpy-financial`\n\nThis repository defines a `Nix` definition for building the `Python` library `numpy-financial` \n\n---\n\n## Install `nix`\n\nInstall `nix` ...\n\nVia [DeterminateSystems/nix-installer](https://github.com/DeterminateSystems/nix-installer) ...\n\n```sh\ncurl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \\\n  sh -s -- install\n```\n\nOr via [the official installer](https://nix.dev/install-nix.html) ...\n\n```sh\ncurl -L https://nixos.org/nix/install | sh -s -- --daemon\n```\n\n\u003e [!NOTE]\n\u003e [`DeterminateSystems/nix-installer` ships with a `nix-uninstall` command if you want to easily remove it](https://github.com/DeterminateSystems/nix-installer/blob/ef23eb4d30c279547bdbe3026a0acaaf8bc680dc/README.md#uninstalling) \n\n---\n\n## `Nix Flake`\n\nAdd ...\n\n```nix\n{\n  inputs = {\n    numpy-financial = {\n      url = \"github:rdmolony/numpy-financial\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n  };\n}\n```\n\n... to your `flake.nix` to install this `nix` derivation in your project. \n\n---\n\n## Build Locally\n\nVia `nix-build` ...\n\n```sh\nnix-build\n```\n\nOr via `nix repl` ...\n\n```sh\nnix repl '\u003cnixpkgs\u003e'\nnumpy-financial = pkgs.python312Packages.callPackage ./numpy-financial.nix { }\n:b numpy-financial\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdmolony%2Fnix-numpy-financial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdmolony%2Fnix-numpy-financial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdmolony%2Fnix-numpy-financial/lists"}