pyyaml

Canonical source repository for PyYAML

https://github.com/yaml/pyyaml

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    3 of 40 committers (7.5%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary

Keywords

python yaml

Keywords from Contributors

fuzzing pallets templates packaging pip views apps forhumans jinja requests
Last synced: 6 months ago · JSON representation

Repository

Canonical source repository for PyYAML

Basic Info
  • Host: GitHub
  • Owner: yaml
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 818 KB
Statistics
  • Stars: 2,759
  • Watchers: 54
  • Forks: 546
  • Open Issues: 318
  • Releases: 2
Topics
python yaml
Created over 14 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Security

README.md

PyYAML

A full-featured YAML processing framework for Python

Installation

To install, type python setup.py install.

By default, the setup.py script checks whether LibYAML is installed and if so, builds and installs LibYAML bindings. To skip the check and force installation of LibYAML bindings, use the option --with-libyaml: python setup.py --with-libyaml install. To disable the check and skip building and installing LibYAML bindings, use --without-libyaml: python setup.py --without-libyaml install.

When LibYAML bindings are installed, you may use fast LibYAML-based parser and emitter as follows:

>>> yaml.load(stream, Loader=yaml.CLoader)
>>> yaml.dump(data, Dumper=yaml.CDumper)

If you don't trust the input YAML stream, you should use:

>>> yaml.safe_load(stream)

Testing

PyYAML includes a comprehensive test suite. To run the tests, type python setup.py test.

Further Information

License

The PyYAML module was written by Kirill Simonov xi@resolvent.net. It is currently maintained by the YAML and Python communities.

PyYAML is released under the MIT license.

See the file LICENSE for more details.

Owner

  • Name: The YAML Project
  • Login: yaml
  • Kind: organization

GitHub Events

Total
  • Commit comment event: 1
  • Issues event: 28
  • Watch event: 192
  • Issue comment event: 85
  • Pull request review comment event: 1
  • Pull request review event: 3
  • Pull request event: 17
  • Fork event: 32
Last Year
  • Commit comment event: 1
  • Issues event: 28
  • Watch event: 192
  • Issue comment event: 85
  • Pull request review comment event: 1
  • Pull request review event: 3
  • Pull request event: 17
  • Fork event: 32

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 324
  • Total Committers: 40
  • Avg Commits per committer: 8.1
  • Development Distribution Score (DDS): 0.463
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Kirill Simonov xi@r****t 174
Ingy döt Net i****y@i****t 28
Tina Müller c****2@t****e 28
Matt Davis m****d@r****m 25
Thom Smith t****m@t****m 10
Jon Dufresne j****e@g****m 6
Peter Murphy p****y@g****m 5
Alex Gaynor a****r@g****m 4
Christian Clauss c****s@m****m 4
Donald Stufft d****d@s****o 4
Pantelis Antoniou p****u@k****m 4
Hugo h****k 3
Anish Athalye me@a****m 2
Andrey Somov p****v@g****m 1
Anthony Sottile a****e@u****u 1
Brad Solomon b****4@g****m 1
Daniel Beer d****1@b****t 1
Dwight Guth d****h@r****m 1
scauligi s****i@e****u 1
convert-repo c****o@l****t 1
sblondon s****n 1
psanchez p****z@a****m 1
ossdev07 3****7 1
hsmtkk h****k@g****m 1
Timofei Bondarev b****s@g****m 1
Tim Hoffmann 2****m 1
Tim Gates t****s@i****m 1
Sergey Fursov g****5@g****m 1
Riccardo Schirone r****c 1
Phil Sphicas p****1@c****u 1
and 10 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 218
  • Total pull requests: 130
  • Average time to close issues: 3 months
  • Average time to close pull requests: about 1 year
  • Total issue authors: 199
  • Total pull request authors: 71
  • Average comments per issue: 4.11
  • Average comments per pull request: 2.25
  • Merged pull requests: 17
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 34
  • Pull requests: 29
  • Average time to close issues: 2 days
  • Average time to close pull requests: 13 days
  • Issue authors: 28
  • Pull request authors: 14
  • Average comments per issue: 0.65
  • Average comments per pull request: 0.59
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • nitzmahone (9)
  • kloczek (3)
  • colltoaction (2)
  • gabe-sherman (2)
  • bmccutchon (2)
  • lucasbracher (2)
  • allefeld (2)
  • The-Judge (2)
  • krishna3008 (2)
  • cutediane33-del (2)
  • perlpunk (2)
  • chalecado (1)
  • ShaiWavesAudio (1)
  • MartinBonner (1)
  • kosta (1)
Pull Request Authors
  • nitzmahone (22)
  • perlpunk (5)
  • christianfrstorm (4)
  • lysnikolaou (4)
  • bdraco (3)
  • Jamim (3)
  • cclauss (3)
  • henryiii (2)
  • ayushjain01 (2)
  • finnagin (2)
  • davidfraser (2)
  • dennisconrad (2)
  • rapsealk (2)
  • doc-sheet (2)
  • bcoca (2)
Top Labels
Issue Labels
question (31) task:bug (9) api:improvement (5) component:documentation (2) 6.1 (1) -★★★- (1)
Pull Request Labels

Packages

  • Total packages: 4
  • Total downloads:
    • pypi 469,028,724 last-month
  • Total docker downloads: 4,083,947,058
  • Total dependent packages: 9,555
    (may contain duplicates)
  • Total dependent repositories: 127,976
    (may contain duplicates)
  • Total versions: 64
  • Total maintainers: 4
  • Total advisories: 4
pypi.org: pyyaml

YAML parser and emitter for Python

  • Versions: 39
  • Dependent Packages: 8,566
  • Dependent Repositories: 122,440
  • Downloads: 469,028,609 Last month
  • Docker Downloads: 4,083,947,058
Rankings
Dependent packages count: 0.0%
Downloads: 0.0%
Dependent repos count: 0.0%
Docker downloads count: 0.0%
Average: 0.9%
Stargazers count: 2.0%
Forks count: 3.1%
Maintainers (3)
Last synced: 6 months ago
conda-forge.org: pyyaml
  • Versions: 11
  • Dependent Packages: 862
  • Dependent Repositories: 2,768
Rankings
Dependent packages count: 0.1%
Dependent repos count: 0.2%
Average: 4.2%
Forks count: 7.9%
Stargazers count: 8.6%
Last synced: 7 months ago
anaconda.org: pyyaml

YAML is a data serialization format designed for human readability and interaction with scripting languages.

  • Versions: 13
  • Dependent Packages: 127
  • Dependent Repositories: 2,768
Rankings
Dependent packages count: 0.2%
Dependent repos count: 1.0%
Average: 8.5%
Forks count: 15.8%
Stargazers count: 17.3%
Last synced: 6 months ago
pypi.org: pyyamlp

YAML parser and emitter for Python

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 115 Last month
Rankings
Stargazers count: 1.5%
Forks count: 2.3%
Dependent packages count: 7.5%
Average: 22.9%
Downloads: 33.5%
Dependent repos count: 69.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/ci.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • actions/upload-artifact v2 composite
  • docker/setup-qemu-action v1 composite
.github/workflows/manual_artifact_build.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • actions/upload-artifact v2 composite
  • docker/setup-qemu-action v1 composite