File tree 2 files changed +6
-16
lines changed
2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change
1
+ # MacOS default directory
2
+ * .DS_Store
3
+ * .CondaPkg
4
+
1
5
# Files generated by invoking Julia with --code-coverage
2
6
* .jl.cov
3
7
* .jl. * .cov
Original file line number Diff line number Diff line change 1
1
# Cclib.jl
2
2
3
- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://schneiderfelipe.github.io/Cclib.jl/stable )
4
- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://schneiderfelipe.github.io/Cclib.jl/dev )
5
- [ ![ 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 )
6
- [ ![ Coverage] ( https://codecov.io/gh/schneiderfelipe/Cclib.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/schneiderfelipe/Cclib.jl )
3
+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://cclib.github.io/Cclib.jl/dev/ )
7
4
8
- Julia bindings to [ cclib] ( https://github.com/cclib/cclib ) .
5
+ Julia bindings to [ cclib] ( https://github.com/cclib/cclib ) implemented as part of Google Summer of Code (GSoC) 2023 .
9
6
10
- Temptive implementation of an idea from
11
- [ Open Chemistry's GSoC Ideas 2021] ( https://wiki.openchemistry.org/GSoC_Ideas_2021#Project:_Julia_bindings ) :
12
7
13
- - [x] bindings to cclib IO functionality
14
- - [x] Julia-native representation of cclib data objects, including cclib
15
- attributes
16
- - [ ] bindings available on the default Julia package registry
17
- - [ ] an example application of using the bindings
18
-
19
- See [ cclib/cclib #1053 ] ( https://github.com/cclib/cclib/issues/1053 ) for more
20
- information (and
21
- [ comment therein] ( https://github.com/cclib/cclib/issues/1053#issuecomment-1003323272 ) ).
You can’t perform that action at this time.
0 commit comments