Skip to content
View Pytre's full-sized avatar
Block or Report

Block or report Pytre

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Pytre/README.md

Pytre

This is the official repository of Pytre.
In French it stands for "Python Requeteur" and it's a pun. A "pitre" in french is someone being a clown, a buffoon.

Pytre is a query tool to allow users to run prepackaged SQL query on an Microsoft SQL Server database. Users do not need to know any SQL.

As it's developed and used for French users a lot of comments or explanations are in french. It's a personal project and there is a lot of things I would want to do, like multi servers, improving code, making it multi languages, and so on. Yet development is slow. I am working on it when I have time and as it's already good enough to what it is intended for it's not high priority !

I am not looking for contributions but if you have any questions I would be happy to answer them.

Setup

Copy from templates "credentials_secrets.py" to Pytre folder and change key.
Launch "__main__.py".

If no Pytre.db and Pytre.key were previously existing then the program will create them on first run.
If no user is set as superuser / admin then current user will be given admin rights.

Folder containing queries files should also contains "_version_min.json" from templates.
It is used to make sure no one is using an old version when implementing new restrictions.

License

Pytre is licensed under GNU Affero General Public License 3. You can find the license text in the LICENSE file.

Used libraries

Credits

Popular repositories Loading

  1. Pytre Pytre Public

    Pytre is an SQL query tool to allow users with no SQL knowledge to run prepackaged queries.

    Python