Name Last Update
database Loading commit data...
doc Loading commit data...
install Loading commit data...
public Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
.project Loading commit data...
.pydevproject Loading commit data...
README.md Loading commit data...
pyrosrun.bat Loading commit data...
pyrosrun.sh Loading commit data...

README.md

PYROS : Telescope control center software

VERSION 0.1 alpha


Project content:

- src/ : conteneur du projet (le nom est sans importance)
    - manage.py : utilitaire en ligne de commande permettant differentes actions sur le projet
    - pyros/ : the actual Python package of the project
        - settings.py : project settings and configuration
        - urls.py : déclaration des URLs du projet
        - wsgi.py : point d'entrée pour déployer le projet avec WSGI
    - pyrosapp/ : main application of the project
        - admin.py : comportement de l'application dans l'interface d'administration
        - apps.py : ?
        - models.py : déclaration des modèles de l'application
        - views.py : écriture des vues de l'application
        - tests.py : tests of the application

- database/ : database configuration and documentation

- doc/ : project documentation

- install/ : project installation howto

- private/ : the content of this folder is private and thus not commited to git ; it should contain your Python3 virtual environment

- public/ : this folder contains all public files like the web html files
    - static/

MAIN CHANGES (MILESTONES):

(For details, see complete list of commits : https://gitlab.irap.omp.eu/epallier/pyros/commits/master) (See also the roadmap: https://projects.irap.omp.eu/projects/pyros/roadmap)

13/04/16 Version 0.2 (integrate PLANNER module) https://projects.irap.omp.eu/versions/97

12/04/16 Scheduler class + tests + web interface + simulator complete (https://projects.irap.omp.eu/issues/3430)

12/04/16 Version 0.1 (multi-platform skeleton easy install) Multi-platform skeleton easy install + admin interface on database + start dashboard https://projects.irap.omp.eu/versions/87

04/04/16 Installable version (install script)