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
Keywords from Contributors
Repository
Canonical source repository for PyYAML
Basic Info
Statistics
- Stars: 2,759
- Watchers: 54
- Forks: 546
- Open Issues: 318
- Releases: 2
Topics
Metadata Files
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
For more information, check the PyYAML homepage.
Discuss PyYAML with the maintainers on Matrix at https://matrix.to/#/#pyyaml:yaml.io or IRC #pyyaml irc.libera.chat
Submit bug reports and feature requests to the PyYAML bug tracker.
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
- Website: http://yaml.org
- Repositories: 61
- Profile: https://github.com/yaml
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
Top Committers
| Name | 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... | ||
Committer Domains (Top 20 + Academic)
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
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
- Homepage: https://pyyaml.org/
- Documentation: https://pyyaml.org/wiki/PyYAMLDocumentation
- License: MIT
-
Latest release: 6.0.2
published over 1 year ago
Rankings
Maintainers (3)
Advisories (4)
conda-forge.org: pyyaml
- Homepage: http://pyyaml.org/wiki/PyYAML
- License: MIT
-
Latest release: 5.4.1
published over 3 years ago
Rankings
anaconda.org: pyyaml
YAML is a data serialization format designed for human readability and interaction with scripting languages.
- Homepage: https://pyyaml.org/wiki/PyYAML
- License: MIT
-
Latest release: 6.0.2
published over 1 year ago
Rankings
pypi.org: pyyamlp
YAML parser and emitter for Python
- Homepage: https://pyyaml.org/
- Documentation: https://pyyaml.org/wiki/PyYAMLDocumentation
- License: MIT
-
Latest release: 5.4.1
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
- docker/setup-qemu-action v1 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite
- docker/setup-qemu-action v1 composite