Skip to content

Commit 79c50bf

Browse files
committed
Merge branch 'credits-update'
2 parents 3c8a65c + c98852e commit 79c50bf

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CREDITS.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Credits
2+
3+
- [Python Software Foundation](https://www.python.org) and - [IronPython Team](http://ironpython.net) for creating and maintaining such a powerful language.
4+
- [Jetbrains PyCharm Team](https://www.jetbrains.com/pycharm) for the best IDE ever and support of open-source projects! PyCharm is a python IDE but is truly the best I have ever worked with. Jetbrains team truely knows how to make effective and user friendly software. Jetbrains provides free license to their pyCharm IDE for open-source projects and that's how I got to use pyCharm for pyRevit development. I ended up using Atom.io more as my main text editor but had a great time using pyCharm for may years.
5+
- [Daren Thomas](https://github.com/daren-thomas) (original version, maintainer of [RevitPythonShell](https://github.com/architecture-building-systems/revitpythonshell)) for creating RPS and helping me.
6+
- [Gui Talarico](https://github.com/gtalarico) for creating the amazing [RevitPythonWrapper Library](http://revitpythonwrapper.readthedocs.io/) and also for testing and new tool ideas and contributing python scripts to the library.
7+
- [RevitAPIDocs](http://www.revitapidocs.com) for making it much easier for me to develop pyRevit on my own macOS. I had troubles using the old-school chm doc files.
8+
- [Jeremy Tammik](https://github.com/jeremytammik) (creator and maintainer of [RevitLookup](https://github.com/jeremytammik/RevitLookup)) for publishing about pyRevit and moral support! :D
9+
- [Icons8](https://icons8.com/) for the beautiful icons.
10+
- [EMOJIOne](http://emojione.com) for the free emoji icons that are very appropriately named by their unicode numbers.
11+
- [Charts.js](http://www.chartjs.org) for making it so simple to integrate beautiful and interactive charts with pyRevit output window.
12+
- [Linus Torvalds](https://en.wikipedia.org/wiki/Linus_Torvalds) and [Junio C Hamano](https://github.com/gitster) for git and for being my beacon.
13+
- [git-scm](https://git-scm.com) for the open source, portable git for windows.
14+
- [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) for the open source git library for C# which I'm also using in IronPython.
15+
- [Github and Atom team](https://atom.io) for an amazing cloud git platform and the best text/code editor ever!
16+
- [GitKraken team](https://www.gitkraken.com) for their powerful and free git GUI which helped me tremendously.
17+
- [Bitbucket](https://bitbucket.org) for their powerful cloud git platform especially the free private repositories.
18+
- Neil Reilly for the handy introduction and installation [video](https://www.youtube.com/watch?v=71rvCspWNHs).
19+
- [ThubanPDX](https://github.com/ThubanPDX). For testing and new ideas for tools and scripts.
20+
- [Markdown module for python](https://pypi.python.org/pypi/Markdown) for the module obviously that helped bringing markdown to pyRevit output so much easier.
21+
- Everyone that is listed on the pyRevit issue tracker for their contributions and bug reports. You all help me make pyRevit better.
22+

CREDITS.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)