site/index.adoc

31 lines
687 B
Plaintext
Raw Normal View History

2020-05-16 04:35:40 +00:00
= irctokens
hello there
this is the project page for a collection of irc libraries.
the canonical source is the python version:
== python
irctokens::
* https://github.com/jesopo/irctokens[source]
* https://pypi.org/project/irctokens/[pip]
ircstates::
* https://github.com/jesopo/ircstates[source]
* https://pypi.org/project/ircstates/[pip]
ircrobots::
* https://github.com/jesopo/ircrobots[source]
* https://pypi.org/project/ircrobots/[pip]
== c# port
ircsharp::
(currently only handles tokens and states)
* https://tildegit.org/ben/ircsharp[source]
* https://www.nuget.org/packages/IRCTokens/[IRCTokens package]
* https://www.nuget.org/packages/IRCStates/[IRCStates package]