Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-rijnbeek/cini_selector
This project is the repository that build and is the standard CINI selector for different use. It is not a package but it is useful to use it in different python projects. In the future it is possible to build a standard python package with it.
https://github.com/r-rijnbeek/cini_selector
cini package pypi-package python
Last synced: 27 days ago
JSON representation
This project is the repository that build and is the standard CINI selector for different use. It is not a package but it is useful to use it in different python projects. In the future it is possible to build a standard python package with it.
- Host: GitHub
- URL: https://github.com/r-rijnbeek/cini_selector
- Owner: R-Rijnbeek
- License: mit
- Created: 2021-01-08T17:03:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T10:52:30.000Z (over 2 years ago)
- Last Synced: 2024-10-14T09:25:20.093Z (about 1 month ago)
- Topics: cini, package, pypi-package, python
- Language: Python
- Homepage:
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CINI_selector
This repository that build and is the standard CINI selector for differrent use.
The oficial description of the requisites of the CINI code are writed on: https://www.boe.es/diario_boe/txt.php?id=BOE-A-2019-6181
## prerequisites
Has anaconda installed on windows. And configured you system variables ($path) of anaconda on windows:
* C:\ProgramData\Anaconda3
* C:\ProgramData\Anaconda3\Scripts
* C:\ProgramData\Anaconda3\Library\bin## Deploy new version:
1. Adapt the __version__ tag insite the python module: `/src/cini_selector/__init__.py`
2. Execute the command:
```
$ deploy.bat
```
* ad some point of the deployment process you need provide a valid username and password of the pypi account
## Testing1. Clone the github repository.
```
$ git clone https://github.com/R-Rijnbeek/CINI_selector.git
```2. Enter the project folder.
```
$ cd CINI_selector
```3. Build the virtual environment on the repository by running:
```
$ build.bat
```4. To activate the environmet and run the test scripts:
```
$ activate ./env
$ python TESTS/__init__.py
```Then you can use the 'TESTS' directory to test the package
## Development protocol
1. Clone the github repository.
```
$ git clone https://github.com/R-Rijnbeek/CINI_selector.git
```2. Enter the project folder.
```
$ cd CINI_selector
```3. Build the virtual environment on the repository by running:
```
$ configuration_build.bat
```4. Once created the virtual environment. To activate it and use all content of the repository
```
$ activate ./build_env
```5. Once activated the environment. Then you can use also the scripts inside the 'BUILDER' directory.
## Notes to know:
1. The dependencies to use all features of this repository are writed on the environmet.yml file
3. This repository is tested with windows 10 and anaconda version 4.11.0