Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openbabel/enhancement-proposals
Enhancement proposals for Open Babel and API
https://github.com/openbabel/enhancement-proposals
Last synced: 13 days ago
JSON representation
Enhancement proposals for Open Babel and API
- Host: GitHub
- URL: https://github.com/openbabel/enhancement-proposals
- Owner: openbabel
- Created: 2017-03-11T21:43:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T18:51:20.000Z (over 5 years ago)
- Last Synced: 2024-03-25T20:05:42.387Z (8 months ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Babel Enhancement Proposals
This repository contains "enhancement proposals" for Open Babel, known as Babel Enhancement Proposals or BEPs. These will be used when designing changes to the Open Babel API, particularly those that affect backwards compatibility or library design.
## Index of Accepted BEPs
Below is a list of BEPs that have been accepted. To view them, click on the link.
## How do I submit a BEP?
In order to submit an enhancement proposal, read the guidelines. You can copy this file and use it as the starting outline for your own proposal.
## Licensing
Open Babel is covered under the GNU General Public License v2 (GPLv2). Since BEPs are mostly text, they may be covered under different licensing (e.g., CC-BY).
## Thanks
Thanks to Python, Jupyter, and other organizations for their enhancement proposal guidelines and process.