PyTables Development

If you want to follow the development of PyTables and take part in it, you may have a look at the PyTables project pages on GitHub.

The source code for PyTables may be found at the GitHub project site. You can get a copy of the latest version of the source code (under development) from the master branch of the project repository using git:

git clone --recursive git@github.com:PyTables/PyTables.git

It is recommended to setup the pre-commit hooks:

pre-commit instal

To test the SW, the following command can be used:

make check

Also, be sure to subscribe to the Users’ Mailing List and/or the Developers’ Mailing List.

Other resources for developers: