Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Cookiecutter for a Python project making use of xtensor

License

NotificationsYou must be signed in to change notification settings

xtensor-stack/xtensor-python-cookiecutter

Repository files navigation

xtensor-cookiecutter

TravisAppveyorDocumentation StatusJoin the Gitter Chat

Acookiecutter template for creating a custom Python extension with xtensor

What is xtensor-python-cookiecutter?

xtensor-python-cookiecutter helps extension authors create Python extension modules making use of xtensor.

It takes care of the initial work of generating a project skeleton with

  • A completesetup.py compiling the extension module

  • A few examples included in the resulting project including

    • A universal function defined from C++
    • A function making use of an algorithm from the STL on a numpy array
    • Unit tests
    • The generation of the HTML documentation with sphinx

Usage

Installcookiecutter:

$ pip install cookiecutter

After installing cookiecutter, use the xtensor-python-cookiecutter:

$ cookiecutter https://github.com/xtensor-stack/xtensor-python-cookiecutter.git

As xtensor-python-cookiecutter runs, you will be asked for basic information aboutyour custom extension project. You will be prompted for the followinginformation:

  • author_name: your name or the name of your organization,
  • author_email: your project's contact email,
  • github_project_name: name of the GitHub repository for your project,
  • github_organization_name: name of the GithHub organization for your project,
  • python_package_name: name of the Python package created by your extension,
  • cpp_namespace: name for the cpp namespace holding the implementation of your extension,
  • project_short_description: a short description for your project.

This will produce a directory containing all the required content for a minimal extensionproject making use of xtensor with all the required boilerplate for package management,together with a few basic examples. The generated Python extension requires an installationofxtensor^0.18.0,xtensor-python^0.21.0,numpy, andpybind11^2.1.0.

Install the module:

$ pip install ./{{ cookiecutter.github_project_name }}/

If you haveJupyter installed, run theTest_Run notebook:

$ cd {{ cookiecutter.github_project_name }}$ jupyter notebook

Resources

About

Cookiecutter for a Python project making use of xtensor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp