Skip to content

Commit

Permalink
initial pythonization commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dnanto committed Feb 26, 2024
1 parent 3814e31 commit 4ac557e
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
~*.xlsx
.DS_Store
.vscode/settings.json
node_modules
.Rhistory
.Rproj.user
.vscode/settings.json
*.Rproj
~*.xlsx
paper/paper.html
paper/paper.log
paper/paper.pdf
.Rhistory

paper/paper.pdf
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 - 2022, Daniel Antonio Negrón (dnanto)
Copyright (c) 2020 - 2024, Daniel Antonio Negrón (dnanto/remaindeer)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Empty file added democapsid/__init__.py
Empty file.
Loading

0 comments on commit 4ac557e

Please sign in to comment.