python-appveyor-demo | Demo project for building Python wheels with appveyor.com
kandi X-RAY | python-appveyor-demo Summary
kandi X-RAY | python-appveyor-demo Summary
python-appveyor-demo is a PowerShell library. python-appveyor-demo has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Demo project for building Windows [Python wheels] using It supports both Python 2 and 3 on 32 and 64 bit architectures. AppVeyor is a continuous integration platform similar to travis-ci.org but for the Windows platform. AppVeyor is free for Open Source projects and runs on the Microsoft Azure cloud infrastructure. This sample Python project has a simple C compiled extension (statically generated from a Cython source file in this case). The build itself is configured by in the setup.py file. This project is meant to document a minimalistic yet working example to help other Python project maintainers.
Demo project for building Windows [Python wheels] using It supports both Python 2 and 3 on 32 and 64 bit architectures. AppVeyor is a continuous integration platform similar to travis-ci.org but for the Windows platform. AppVeyor is free for Open Source projects and runs on the Microsoft Azure cloud infrastructure. This sample Python project has a simple C compiled extension (statically generated from a Cython source file in this case). The build itself is configured by in the setup.py file. This project is meant to document a minimalistic yet working example to help other Python project maintainers.
Support
Quality
Security
License
Reuse
Support
python-appveyor-demo has a low active ecosystem.
It has 153 star(s) with 55 fork(s). There are 11 watchers for this library.
It had no major release in the last 6 months.
There are 16 open issues and 15 have been closed. On average issues are closed in 59 days. There are 4 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of python-appveyor-demo is current.
Quality
python-appveyor-demo has no bugs reported.
Security
python-appveyor-demo has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
python-appveyor-demo is licensed under the CC0-1.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
python-appveyor-demo releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of python-appveyor-demo
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of python-appveyor-demo
python-appveyor-demo Key Features
No Key Features are available at this moment for python-appveyor-demo.
python-appveyor-demo Examples and Code Snippets
No Code Snippets are available at this moment for python-appveyor-demo.
Community Discussions
No Community Discussions are available at this moment for python-appveyor-demo.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install python-appveyor-demo
The appveyor.yml file in this repo configures a Windows build environment for both for 32 bit and 64 bit Python compiled extensions. This demo project is configured to trigger build jobs at:. The content of the dist/ folder (typically hosting the generated .whl packages) is archived in the build report (see previous link). Note: it is possible to activate the "Rolling builds" option to automatically cancel build on intermediate push events to avoid clogging the build queue with useless jobs. However it can be problematic as it can cancel builds triggered by direct push to master outside of any PR. Instead the appveyor.yml file of this repo uses a specific powershell snippet to quickly fail if a newer build is queued for the same PR.
the appveyor/install.ps1 powershell script downloads and installs Python and and pip to grab all the development dependencies of the project as registered in the dev-requirements.txt file.
the appveyor/run_in_env.cmd batch script configures environment variables to activate the MSVC++ compiler from the Windows SDK matching the Python version and architecture.
the appveyor/install.ps1 powershell script downloads and installs Python and and pip to grab all the development dependencies of the project as registered in the dev-requirements.txt file.
the appveyor/run_in_env.cmd batch script configures environment variables to activate the MSVC++ compiler from the Windows SDK matching the Python version and architecture.
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