https://github.com/yaml/pyyaml.org
https://github.com/yaml/pyyaml.org
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaml/pyyaml.org
- Owner: yaml
- Created: 2018-07-02T03:55:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T06:36:22.000Z (about 2 years ago)
- Last Synced: 2025-09-15T00:43:06.179Z (9 months ago)
- Language: HTML
- Size: 41.2 MB
- Stars: 27
- Watchers: 3
- Forks: 26
- Open Issues: 12
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Documentation for PyYAML and libyaml
## Update for a PyYAML release
* Copy all release artifacts to `download/pyyaml`
* Update `wiki/PyYAML.md` "Download and Installation" and "History" section
* Update `wiki/index.md` News section
Run
make update
Check diffs, commit and push.
## Update for a libyaml release
* Put the resulting tarball & zip in `download/libyaml`
* Update `wiki/LibYAML.md` with release number and date
* Update `wiki/index.md` New section
Run
make update
Check diffs, commit and push.