{"id":15687024,"url":"https://github.com/dylanwal/bigsmiles","last_synced_at":"2025-04-30T22:22:20.005Z","repository":{"id":65515859,"uuid":"577598893","full_name":"dylanwal/BigSMILES","owner":"dylanwal","description":"BigSMILES","archived":false,"fork":false,"pushed_at":"2024-06-16T10:09:40.000Z","size":1205,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T20:33:06.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylanwal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-12-13T05:02:44.000Z","updated_at":"2024-08-14T11:08:12.000Z","dependencies_parsed_at":"2024-12-18T00:33:07.561Z","dependency_job_id":null,"html_url":"https://github.com/dylanwal/BigSMILES","commit_stats":{"total_commits":84,"total_committers":3,"mean_commits":28.0,"dds":0.09523809523809523,"last_synced_commit":"67aaa0151086b6f4ba65ed116076268034981ad9"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanwal%2FBigSMILES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanwal%2FBigSMILES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanwal%2FBigSMILES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanwal%2FBigSMILES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanwal","download_url":"https://codeload.github.com/dylanwal/BigSMILES/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251790213,"owners_count":21644182,"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":[],"created_at":"2024-10-03T17:42:32.294Z","updated_at":"2025-04-30T22:22:19.985Z","avatar_url":"https://github.com/dylanwal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BigSMILES Parser\n\n---\n---\n\n![PyPI](https://img.shields.io/pypi/v/bigsmiles)\n![downloads](https://static.pepy.tech/badge/bigsmiles)\n![license](https://img.shields.io/github/license/dylanwal/bigsmiles)\n\n**(still under development; but usable)**\n\n**SMILES** (simplified molecular-input line-entry system) representation is a line notation for molecules with \ngiven deterministic molecular structures. \n\n**BigSMILES** is an extension to SMILES which provides support for molecules \nthat contain stochastic molecular structures. The code here parses the string into and abstract syntax tree.\n\n[**Documention**](https://dylanwal.github.io/BigSMILES/)\n\n\n---\n\n## Installation\n\nPip installable package available\n\n`pip install bigsmiles`\n\n[pypi: bigsmiles](https://pypi.org/project/bigsmiles/)\n\n\n---\n\n## Requirements / Dependencies\nPython 3.7 and up\n\n\n---\n\n## Basic Usage\n\n#### Code:\n```python\nimport bigsmiles as bs\n\npolymer_string = \"CC{[\u003e][\u003c]CC(C)[\u003e][\u003c]}CC(C)=C\"\npolymer = bs.BigSMILES(polymer_string)\n```\n\n\n## Documentation\n\nFor quickstart, tutorials, reference material, BigSMILES, everything...  see documentation: \n\n[**Documention**](https://dylanwal.github.io/BigSMILES/)\n\n\n## Features NOT implemented yet\n* ladder polymers\n* Validation is not comprehensive\n* Not all aromatic rings are processed correctly at the moment \n... Lots more to come\n* \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanwal%2Fbigsmiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanwal%2Fbigsmiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanwal%2Fbigsmiles/lists"}