{"id":47714761,"url":"https://github.com/56kyle/noita","last_synced_at":"2026-04-02T18:50:49.271Z","repository":{"id":348066924,"uuid":"1195530958","full_name":"56kyle/noita","owner":"56kyle","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-30T17:00:38.000Z","size":193,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-30T18:15:14.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/56kyle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2026-03-29T19:19:50.000Z","updated_at":"2026-03-29T19:20:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/56kyle/noita","commit_stats":null,"previous_names":["56kyle/noita"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/56kyle/noita","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fnoita","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fnoita/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fnoita/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fnoita/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/56kyle","download_url":"https://codeload.github.com/56kyle/noita/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fnoita/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-04-02T18:50:48.527Z","updated_at":"2026-04-02T18:50:49.259Z","avatar_url":"https://github.com/56kyle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# noita\n\nnoita\n\n---\n\n**[📚 View Documentation](https://noita.readthedocs.io/)** | **[🐛 Report a Bug](https://github.com/56kyle/noita/issues)** | **[✨ Request a Feature](https://github.com/56kyle/noita/issues)**\n\n---\n\n## Installation\n\nYou can install `noita` via [pip](pip-documentation) from PyPI:\n\n```bash\npip install noita\n```\n\n### Installation for Development\n\nTo set up `noita` for local development:\n\n1.  Clone the repository:\n    ```bash\n    git clone https://github.com/56kyle/noita.git\n    cd noita\n    ```\n2.  Install dependencies using [:term:`uv`](uv-documentation):\n    ```bash\n    uv sync\n    ```\n3.  Install pre-commit hooks:\n    ```bash\n    uvx nox -s pre-commit -- install\n    ```\n\nThis sets up a virtual environment and installs core, development, and quality check dependencies.\n\n## Usage\n\n(This section should explain how to use the generated application. Replace the content below with instructions specific to your project's functionality. If your project is a library, show import examples. If it's a CLI application, show command examples. Link to the full documentation for details.)\n\n### As a Library\n\n```python\n# Example usage of your package as a library\n# from noita import some_function\n# result = some_function()\n# print(result)\n```\n\n### As a Command-Line Application\n\nIf your project defines command-line entry points in `pyproject.toml`:\n\n```bash\n# Example usage of your CLI application\n# noita --help\n# noita do-something --input file.txt\n```\n\nFor detailed API documentation and CLI command references, see the **[Documentation][documentation]**.\n\n## Development Workflow\n\nThis project uses a robust set of tools for development, testing, and quality assurance. All significant automated tasks are run via [:term:`Nox`](nox-documentation), orchestrated by the central `noxfile.py`.\n\n- **Run all checks (lint, typecheck, security):** `uvx nox -s check`\n- **Run test suite with coverage:** `uvx nox -s test`\n- **Build documentation:** `uvx nox -s docs`\n- **Build package:** `uvx nox -s build`\n- **See all available tasks:** `uvx nox -l`\n\nExplore the `noxfile.py` and the project documentation for detailed information on the automated workflow.\n\n## Contributing\n\n(This section should guide contributions _to this specific generated project_, not the template. It should refer to the project's `CODE_OF_CONDUCT.md` and link to a `CONTRIBUTING.md` specific to the project, if you choose to generate one.)\n\nReport bugs or suggest features via the [issue tracker](https://github.com/56kyle/noita/issues).\n\nSee [CONTRIBUTING.md](#) for contribution guidelines.\n\n## License\n\nDistributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for details.\n\n---\n\n**This project was generated from the [cookiecutter-robust-python template][cookiecutter-robust-python].**\n\n\u003c!-- Reference Links --\u003e\n\n[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python\n[documentation]: https://noita.readthedocs.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F56kyle%2Fnoita","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F56kyle%2Fnoita","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F56kyle%2Fnoita/lists"}