Skip to content

Dev/docs #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# MacOS default directory
*.DS_Store
*.CondaPkg

# Files generated by invoking Julia with --code-coverage
*.jl.cov
*.jl.*.cov
Expand Down
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
# Cclib.jl

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://schneiderfelipe.github.io/Cclib.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://schneiderfelipe.github.io/Cclib.jl/dev)
[![Build Status](https://github.com/schneiderfelipe/Cclib.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/schneiderfelipe/Cclib.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/schneiderfelipe/Cclib.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/schneiderfelipe/Cclib.jl)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://cclib.github.io/Cclib.jl/dev/)

Julia bindings to [cclib](https://github.com/cclib/cclib).
Julia bindings to [cclib](https://github.com/cclib/cclib) implemented as part of Google Summer of Code (GSoC) 2023.

Temptive implementation of an idea from
[Open Chemistry's GSoC Ideas 2021](https://wiki.openchemistry.org/GSoC_Ideas_2021#Project:_Julia_bindings):

- [x] bindings to cclib IO functionality
- [x] Julia-native representation of cclib data objects, including cclib
attributes
- [ ] bindings available on the default Julia package registry
- [ ] an example application of using the bindings

See [cclib/cclib#1053](https://github.com/cclib/cclib/issues/1053) for more
information (and
[comment therein](https://github.com/cclib/cclib/issues/1053#issuecomment-1003323272)).