-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from ccr5/develop
New version
- Loading branch information
Showing
4 changed files
with
76 additions
and
38 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Velh-IA GAME | ||
|
||
Where all data is managed | ||
|
||
### Sumary | ||
1. [Description](https://github.com/ccr5/Velh-IA/tree/master/velhia.game#description "Description") | ||
2. [Structure](https://github.com/ccr5/Velh-IA/tree/master/velhia.game#structure "Structure") | ||
3. [Language and tools](https://github.com/ccr5/Velh-IA/tree/master/velhia.game#langauge-and-tools "Language and tools") | ||
4. [Requirements](https://github.com/ccr5/Velh-IA/tree/master/velhia.game#requirements "Requirements") | ||
5. [Usage](https://github.com/ccr5/Velh-IA/tree/master/velhia.game#usage "Usage") | ||
|
||
------------ | ||
### Description | ||
This is a microservice where all magic happens. All scripts, function and flow to simulate the research environment are here. | ||
|
||
### Structure | ||
* classes: All used class to organize the project | ||
* config: all project configuration (Ex: Database Connection, Routes) | ||
* errors: All used custom exceptions | ||
* handlers: Used functions to manage the project | ||
* logs: log files | ||
* tests: all project's test | ||
* validations: All functions to validate the project status | ||
|
||
### Language and Tools | ||
1. Pandas | ||
2. Numpy | ||
3. Pytest | ||
4. Python | ||
|
||
### Requirements | ||
1. Velh-IA API | ||
2. Python | ||
3. Virtualenv | ||
|
||
### Usage | ||
1. run cd velhia.game | ||
2. run virtualenv venv | ||
3. run pip install -r requirements.txt | ||
3. Change environment variables | ||
3. run python main.py |
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