Giter VIP home page Giter VIP logo

py3readiness's Introduction

Python 3 readiness

Python 3 support graph for most popular Python libraries and packages http://py3readiness.org

How do you identify Python 3 support?

This site utilizes little tool, caniusepython3 created by Brett Cannon.

Throw your requirements.txt file at it and it will tell you which packages support Python 3, and list out which don't.

Contribute

Please use issue tracker for issues, suggestions, feature requests and further enhancements.

How does the site work?

The site works by checking PyPi periodically (currently daily).
Script generate.py is run daily which generates JSON and updates date and time.

For almost a year, the site was running on very low resource VPS with nginx as web server.
Daily update was done via cron job in same machine.

Currently, generate.py function is run on AWS Lambda.
It saves output JSON file to S3 which is used to build graph. Site itself is hosted on GitHub Pages.

Local

Output (results.json, wheel.svg, wheel.css) are uploaded to S3. You need to configure aws-cli

  1. aws configure
  2. python generate.py

Deploy

AWS Lambda needs all dependencies as zip file along with codebase.

  1. zip -r app.zip generate.py src/
  2. cd path/to/site-packages/
  3. zip -r app.zip *

Finally, upload the app.zip file and update version.

Credits

This is derivative work from Python Wheels, a site that tracks progress in new Python package distribution standard called Wheels. All the credits goes to meshy.

py3readiness's People

Contributors

brettcannon avatar c17r avatar chhantyal avatar ghickman avatar hugovk avatar lambacck avatar lilyfoote avatar merwok avatar meshy avatar nickjacobson avatar skytreader avatar waldyrious avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.