{"id":14965525,"url":"https://github.com/paveldedik/neon-py","last_synced_at":"2025-10-25T11:31:56.716Z","repository":{"id":8549886,"uuid":"56934264","full_name":"paveldedik/neon-py","owner":"paveldedik","description":"NEON parser for Python.","archived":false,"fork":false,"pushed_at":"2022-06-17T14:22:37.000Z","size":54,"stargazers_count":28,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T07:05:02.962Z","etag":null,"topics":["neon","nette","parsing","python","yaml"],"latest_commit_sha":null,"homepage":null,"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/paveldedik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-23T18:22:46.000Z","updated_at":"2024-12-23T20:52:07.000Z","dependencies_parsed_at":"2022-09-07T13:14:08.631Z","dependency_job_id":null,"html_url":"https://github.com/paveldedik/neon-py","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paveldedik%2Fneon-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paveldedik%2Fneon-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paveldedik%2Fneon-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paveldedik%2Fneon-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paveldedik","download_url":"https://codeload.github.com/paveldedik/neon-py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238128633,"owners_count":19421071,"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":["neon","nette","parsing","python","yaml"],"created_at":"2024-09-24T13:34:52.252Z","updated_at":"2025-10-25T11:31:56.378Z","avatar_url":"https://github.com/paveldedik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"NEON for Python\n===============\n\n[![Test](https://github.com/paveldedik/neon-py/actions/workflows/test.yml/badge.svg)](https://github.com/paveldedik/neon-py/actions/workflows/test.yml)\n\nNEON is very similar to YAML. The main difference is that the NEON supports\n\"entities\"(so can be used e.g.to parse phpDoc annotations) and tab characters\nfor indentation. NEON syntax is a little simpler.\n\nExample of Neon code:\n\n```yaml\n# neon example\n\nname: Homer\n\naddress:\n\n    street: 742 Evergreen Terrace\n    city: Springfield\n\nchildren:\n\n    + Bart\n    + Lisa\n    + Maggie\n\nentity: Column(type=integer)\n```\n\nInstallation\n------------\n\nTo install NEON parser for Python, simply run:\n\n```bash\npip install neon-py\n```\n\nQuick start\n-----------\n\nDecoding NEON config files is super easy:\n\n```python\nimport neon\n\nwith open('/path/to/config.neon', 'r') as fd:\n    config = neon.decode(fd.read())\n```\n\nLinks\n-----\n\n* [Neon sandbox](http://ne-on.org)\n* [Neon for PHP](https://github.com/nette/neon)\n* [Neon for Javascript](https://github.com/matej21/neon-js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaveldedik%2Fneon-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaveldedik%2Fneon-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaveldedik%2Fneon-py/lists"}