setup-template-cython | Setuptools-based setup.py template for Cython projects
kandi X-RAY | setup-template-cython Summary
kandi X-RAY | setup-template-cython Summary
setup-template-cython is a Python library. setup-template-cython has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
Setuptools[1] has become the tool of choice[2] for packaging Python projects, yet not much documentation is available on how to use setuptools in Cython projects. As of this writing (Cython 0.25), Cython's official packaging instructions are based on distutils. For packages to be distributed (especially through PyPI), setuptools is preferable, since the documentation on distributing packages[3] assumes that is what the developer uses. Also, setuptools adds dependency resolution (over distutils), which is an essential feature of pip. This very minimal project documents the author's best guess at current best practices for the packaging and distribution of Cython projects, by piecing together information from various sources. Possible corrections, if any, are welcome. A (very short) terminology can be found in the Python documentation on distributing Python modules. Probably the best practical documentation on actually distributing your own Python projects, though, is the packaging guide. There is a timeline of the history of Python packaging (as of August 2017, up to 2015) on the PyPA website. This blog post, dated 2012 (before the introduction of the wheel format), explains many interesting technical details, such as the differences between distutils, setuptools and early pip, the install directory structure used by setuptools, .pth files, and the two kinds of .eggs, namely directories and zipfiles. If you are familiar with distutils, but new to setuptools, see the list of new and changed keywords in the setuptools documentation.
Setuptools[1] has become the tool of choice[2] for packaging Python projects, yet not much documentation is available on how to use setuptools in Cython projects. As of this writing (Cython 0.25), Cython's official packaging instructions are based on distutils. For packages to be distributed (especially through PyPI), setuptools is preferable, since the documentation on distributing packages[3] assumes that is what the developer uses. Also, setuptools adds dependency resolution (over distutils), which is an essential feature of pip. This very minimal project documents the author's best guess at current best practices for the packaging and distribution of Cython projects, by piecing together information from various sources. Possible corrections, if any, are welcome. A (very short) terminology can be found in the Python documentation on distributing Python modules. Probably the best practical documentation on actually distributing your own Python projects, though, is the packaging guide. There is a timeline of the history of Python packaging (as of August 2017, up to 2015) on the PyPA website. This blog post, dated 2012 (before the introduction of the wheel format), explains many interesting technical details, such as the differences between distutils, setuptools and early pip, the install directory structure used by setuptools, .pth files, and the two kinds of .eggs, namely directories and zipfiles. If you are familiar with distutils, but new to setuptools, see the list of new and changed keywords in the setuptools documentation.
Support
Quality
Security
License
Reuse
Support
setup-template-cython has a low active ecosystem.
It has 37 star(s) with 11 fork(s). There are 5 watchers for this library.
It had no major release in the last 12 months.
setup-template-cython has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of setup-template-cython is v0.1.5
Quality
setup-template-cython has 0 bugs and 0 code smells.
Security
setup-template-cython has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
setup-template-cython code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
setup-template-cython is licensed under the Unlicense License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
setup-template-cython releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
setup-template-cython saves you 132 person hours of effort in developing the same functionality from scratch.
It has 332 lines of code, 3 functions and 6 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed setup-template-cython and discovered the below as its top functions. This is intended to give you an instant insight into setup-template-cython implemented functionality, and help decide if they suit your requirements.
- Declare a Cython extension .
Get all kandi verified functions for this library.
setup-template-cython Key Features
No Key Features are available at this moment for setup-template-cython.
setup-template-cython Examples and Code Snippets
Copy
python setup.py build_ext # compile binary (Cython) extensions
python setup.py build # copy .py files in the Python packages into the build directory
python setup.py install # will automatically "build" and "bdist" first
python setup.py sdis
Community Discussions
No Community Discussions are available at this moment for setup-template-cython.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install setup-template-cython
You can download it from GitHub.
You can use setup-template-cython like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use setup-template-cython like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page