diff --git a/README.md b/README.md index 6c0724c..cb649a0 100644 --- a/README.md +++ b/README.md @@ -15,43 +15,22 @@ This project is a Pythonic binding to the Wandbox API, and CLI command. ## CLI -* [Bash](#Bash) -* [C](#C) -* [C#](#C-1) -* [C++](#C-2) -* [CMake](#CMake) -* [CPP](#CPP) -* [CoffeeScript](#CoffeeScript) -* [Crystal](#Crystal) -* [D](#D) -* [Elixir](#Elixir) -* [F#](#F) -* [Go](#Go) -* [Groovy](#Groovy) -* [Haskell](#Haskell) -* [Java](#Java) -* [JavaScript](#JavaScript) -* [Julia](#Julia) -* [Lazy K](#Lazy-K) -* [Lisp](#Lisp) -* [Lua](#Lua) -* [Nim](#Nim) -* [OCaml](#OCaml) -* [OpenSSL](#OpenSSL) -* [Pascal](#Pascal) -* [Perl](#Perl) -* [PHP](#PHP) -* [Pony](#Pony) -* [Python](#Python) -* [R](#R) -* [Rill](#Rill) -* [Ruby](#Ruby) -* [Rust](#Rust) -* [Scala](#Scala) -* [SQL](#SQL) -* [Swift](#Swift) -* [TypeScript](#TypeScript) -* [Vim script](#Vim-script) +[wandbox](#wandbox) + +### for Languages + +| | | | | +|:------------------|:--------------------|:------------------------------|:--------------------------| +| [Bash](#Bash) | [C](#C) | [C#](#C-1) | [C++](#C-2) | +| [CMake](#CMake) | [CPP](#CPP) | [CoffeeScript](#CoffeeScript) | [Crystal](#Crystal) | +| [D](#D) | [Elixir](#Elixir) | [F#](#F) | [Go](#Go) | +| [Groovy](#Groovy) | [Haskell](#Haskell) | [Java](#Java) | [JavaScript](#JavaScript) | +| [Julia](#Julia) | [Lazy K](#Lazy-K) | [Lisp](#Lisp) | [Lua](#Lua) | +| [Nim](#Nim) | [OCaml](#OCaml) | [OpenSSL](#OpenSSL) | [Pascal](#Pascal) | +| [Perl](#Perl) | [PHP](#PHP) | [Pony](#Pony) | [Python](#Python) | +| [R](#R) | [Rill](#Rill) | [Ruby](#Ruby) | [Rust](#Rust) | +| [Scala](#Scala) | [SQL](#SQL) | [Swift](#Swift) | [TypeScript](#TypeScript) | +| [Vim script](#Vim-script) |||| ### wandbox @@ -96,6 +75,8 @@ optional arguments: --retry COUNT number of retries when HTTPError occurs ``` +---- + ### Bash Source files required for runtime are automatically added to the file list. @@ -106,6 +87,8 @@ Source files required for runtime are automatically added to the file list. [Bash Example](./samples/command/src/bash) +---- + ### C Include files required for compilation are automatically added to the file list. @@ -121,6 +104,8 @@ Include files required for compilation are automatically added to the file list. [C Example](./samples/command/src/cc) +---- + ### C# * wandbox-cs @@ -130,6 +115,8 @@ Include files required for compilation are automatically added to the file list. [C# Example](./samples/command/src/csharp) +---- + ### C++ Include files required for compilation are automatically added to the file list. @@ -198,6 +185,8 @@ optional arguments: [C++ Example](./samples/command/src/cxx) +---- + ### CMake Include files are automatically added to the file list. @@ -209,6 +198,8 @@ Include files are automatically added to the file list. [CMake Example](./samples/command/src/cmake) +---- + ### CPP Include files required for compilation are automatically added to the file list. @@ -224,6 +215,7 @@ Include files required for compilation are automatically added to the file list. [CPP Example](./samples/command/src/cpp) +---- ### CoffeeScript @@ -234,6 +226,8 @@ Include files required for compilation are automatically added to the file list. [CoffeeScript Example](./samples/command/src/coffee) +---- + ### Crystal Import modules required for compilation are automatically added to the file list. @@ -245,6 +239,8 @@ Import modules required for compilation are automatically added to the file list [Crystal Example](./samples/command/src/crystal) +---- + ### D * wandbox-dmd @@ -260,6 +256,8 @@ Import modules required for compilation are automatically added to the file list [D Example](./samples/command/src/dmd) [Dub Example](./samples/command/src/dub) +---- + ### Elixir * wandbox-elixir @@ -270,6 +268,8 @@ Import modules required for compilation are automatically added to the file list [Elixir Example](./samples/command/src/elixir) +---- + ### F# * wandbox-fsharpc @@ -279,6 +279,8 @@ Import modules required for compilation are automatically added to the file list [F# Example](./samples/command/src/fsharp) +---- + ### Go * wandbox-go @@ -288,6 +290,8 @@ Import modules required for compilation are automatically added to the file list [Go Example](./samples/command/src/go) +---- + ### Groovy * wandbox-groovy @@ -297,6 +301,8 @@ Import modules required for compilation are automatically added to the file list [Groovy Example](./samples/command/src/groovy) +---- + ### Haskell * wandbox-ghc @@ -311,6 +317,8 @@ Note: wandbox-ghc/wandbox-stack add -dynamic compiler option. (output file size [Haskell Stack Example](./samples/command/src/haskell-stack) +---- + ### Java * wandbox-java @@ -320,6 +328,8 @@ Note: wandbox-ghc/wandbox-stack add -dynamic compiler option. (output file size [Java Example](./samples/command/src/java) +---- + ### JavaScript Import files/modules required for runtime are automatically added to the file list. @@ -335,6 +345,8 @@ Import files/modules required for runtime are automatically added to the file li [JavaScript Example](./samples/command/src/js) +---- + ### Julia * wandbox-julia @@ -344,6 +356,8 @@ Import files/modules required for runtime are automatically added to the file li [Julia Example](./samples/command/src/julia) +---- + ### Lazy K * wandbox-lazyk @@ -353,6 +367,8 @@ Import files/modules required for runtime are automatically added to the file li [Lazy K Example](./samples/command/src/lazyk) +---- + ### Lisp * wandbox-sbcl @@ -364,6 +380,8 @@ Import files/modules required for runtime are automatically added to the file li [Lisp Example](./samples/command/src/lisp) +---- + ### Lua Import files/modules required for compilation are automatically added to the file list. @@ -377,6 +395,8 @@ Import files/modules required for compilation are automatically added to the fil [Lua Example](./samples/command/src/lua) +---- + ### Nim Import modules required for compilation are automatically added to the file list. @@ -388,6 +408,8 @@ Import modules required for compilation are automatically added to the file list [Nim Example](./samples/command/src/nim) +---- + ### OCaml * wandbox-ocamlopt @@ -397,6 +419,8 @@ Import modules required for compilation are automatically added to the file list [OCaml Example](./samples/command/src/ocaml) +---- + ### OpenSSL Even just having wandbox would be enough. @@ -411,6 +435,8 @@ Even just having wandbox would be enough. [OpenSSL Example](./samples/command/src/openssl) +---- + ### Pascal Include files required for runtime are automatically added to the file list. @@ -422,6 +448,8 @@ Include files required for runtime are automatically added to the file list. [Pascal Example](./samples/command/src/pascal) +---- + ### Perl Require files/modules required for runtime are automatically added to the file list. @@ -433,6 +461,8 @@ Require files/modules required for runtime are automatically added to the file l [Perl Example](./samples/command/src/perl) +---- + ### PHP Require/Include files required for runtime are automatically added to the file list. @@ -444,6 +474,8 @@ Require/Include files required for runtime are automatically added to the file l [PHP Example](./samples/command/src/php) +---- + ### Pony Build directory files are automatically added to the file list. @@ -459,6 +491,8 @@ wandbox-ponyc builds ./sample and ./sample2, Then execute ./sample2 [Pony Example](./samples/command/src/pony) +---- + ### Python Import files/modules required for runtime are automatically added to the file list. @@ -486,6 +520,8 @@ If you open a file, add the file [Python Example](./samples/command/src/python) +---- + ### R Source files are automatically added to the file list. @@ -497,6 +533,8 @@ Source files are automatically added to the file list. [R Example](./samples/command/src/r) +---- + ### Rill * wandbox-rillc @@ -506,6 +544,8 @@ Source files are automatically added to the file list. [Rill Example](./samples/command/src/rill) +---- + ### Ruby Require files required for runtime are automatically added to the file list. @@ -521,6 +561,8 @@ Require files required for runtime are automatically added to the file list. [Ruby Example](./samples/command/src/ruby) +---- + ### Rust Module files required for runtime are automatically added to the file list. @@ -535,6 +577,8 @@ Module files required for runtime are automatically added to the file list. [Rust Example](./samples/command/src/rust) +---- + ### Scala * wandbox-scalac @@ -546,6 +590,8 @@ Module files required for runtime are automatically added to the file list. [Scala Example](./samples/command/src/scala) +---- + ### SQL * wandbox-sqlite @@ -559,6 +605,8 @@ Module files required for runtime are automatically added to the file list. [SQL Example](./samples/command/src/sql) +---- + ### Swift * wandbox-swift @@ -570,6 +618,8 @@ Module files required for runtime are automatically added to the file list. [Swift Example](./samples/command/src/swift) +---- + ### TypeScript Import files/modules required for compilation are automatically added to the file list. @@ -581,6 +631,8 @@ Import files/modules required for compilation are automatically added to the fil [TypeScript Example](./samples/command/src/ts) +---- + ### Vim script * wandbox-vim @@ -590,6 +642,8 @@ Import files/modules required for compilation are automatically added to the fil [Vim script Example](./samples/command/src/vim) +---- + ## CONTRIBUTING [CONTRIBUTING](./CONTRIBUTING.md) diff --git a/wandbox/__init__.py b/wandbox/__init__.py index c27815b..cad0d35 100644 --- a/wandbox/__init__.py +++ b/wandbox/__init__.py @@ -1,5 +1,5 @@ __author__ = 'srz_zumix' -__version__ = '0.9.31' +__version__ = '0.9.32' __copyright__ = '2014-2021 %s ' % __author__ __license__ = """