-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3 port #8
Open
dotmpe
wants to merge
15
commits into
RDFLib:master
Choose a base branch
from
dotmpe:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Does not fix any of the web-app for Python3. - Fixed some blank lines/trailing whitespace as well. Squashed commit of the following: commit 64d0835 Author: dr. Ian FitzPatrick <[email protected]> Date: Sat Jul 11 14:50:31 2020 +0200 added re dependency commit e116545 Author: dr. Ian FitzPatrick <[email protected]> Date: Sat Jul 11 14:49:19 2020 +0200 added back find_version commit e14e300 Author: dr. Ian FitzPatrick <[email protected]> Date: Sat Jul 11 14:48:24 2020 +0200 fix missing version commit e8f101e Author: dr. Ian FitzPatrick <[email protected]> Date: Sat Jul 11 14:47:19 2020 +0200 added new minimal setup.py -- WIP commit f2c5067 Author: dr. Ian FitzPatrick <[email protected]> Date: Sat Jul 11 14:36:31 2020 +0200 automatic conversion using 2to3
Thank you! there aren't many people interested in this project atm - if you want I can make you admin, and you can keep updating it now? |
I don't have any objections. I think this project is a nice stepping stone for people to start to play with RDF on the web and it is not as intimidating as Inrupt's React base. |
Hooks where not called because blueprints are registered under third blueprint. Commit fixes task: 2021-03-24 FIXME: endpoint.{before,after}_request do not seem to be called with newer Flask?
Very good! I've made you admin! It's all yours - have fun! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I used Y-Digitals work [1] on porting the installer and made sure the application itself is running OK. Aside from the resource picker and graph rendering, this effectively ports the project to Python 3. [2]