{"id":38550240,"url":"https://github.com/56kyle/bio-estimate","last_synced_at":"2026-01-17T07:32:44.235Z","repository":{"id":319411473,"uuid":"1078013704","full_name":"56kyle/bio-estimate","owner":"56kyle","description":"Scraping biotech startup information and predicting the odds of acquiring series funding","archived":false,"fork":false,"pushed_at":"2025-11-03T13:54:45.000Z","size":240,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-03T15:26:09.635Z","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":"2025-10-17T04:43:48.000Z","updated_at":"2025-10-17T04:47:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"d225dca1-6125-4bf0-a7af-753e760eea74","html_url":"https://github.com/56kyle/bio-estimate","commit_stats":null,"previous_names":["56kyle/bio-estimate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/56kyle/bio-estimate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fbio-estimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fbio-estimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fbio-estimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fbio-estimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/56kyle","download_url":"https://codeload.github.com/56kyle/bio-estimate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/56kyle%2Fbio-estimate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":[],"created_at":"2026-01-17T07:32:40.797Z","updated_at":"2026-01-17T07:32:44.226Z","avatar_url":"https://github.com/56kyle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bio-estimate\n\nbio_estimate\n\n---\n\n**[📚 View Documentation](https://bio-estimate.readthedocs.io/)** | **[🐛 Report a Bug](https://github.com/56kyle/bio-estimate/issues)** | **[✨ Request a Feature](https://github.com/56kyle/bio-estimate/issues)**\n\n---\n\n## Installation\n\nYou can install `bio_estimate` via [pip](pip-documentation) from PyPI:\n\n```bash\npip install bio_estimate\n```\n\n### Installation for Development\n\nTo set up `bio_estimate` for local development:\n\n1.  Clone the repository:\n    ```bash\n    git clone https://github.com/56kyle/bio-estimate.git\n    cd bio-estimate\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 bio_estimate 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# bio-estimate --help\n# bio-estimate 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/bio-estimate/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/56kyle/cookiecutter-robust-python\n[documentation]: https://bio-estimate.readthedocs.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F56kyle%2Fbio-estimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F56kyle%2Fbio-estimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F56kyle%2Fbio-estimate/lists"}