Skip to content

Commit

Permalink
Testes finais (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloRadatz authored Dec 7, 2023
2 parents 7abff5e + e1ea6e0 commit bf118ec
Show file tree
Hide file tree
Showing 558 changed files with 207,019 additions and 531 deletions.
437 changes: 437 additions & 0 deletions GREI_DEVELP/Scripts/Activate.ps1

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions GREI_DEVELP/Scripts/activate
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# This file must be used with "source bin/activate" *from bash*
# you cannot run it directly

deactivate () {
# reset old environment variables
if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then
PATH="${_OLD_VIRTUAL_PATH:-}"
export PATH
unset _OLD_VIRTUAL_PATH
fi
if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then
PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}"
export PYTHONHOME
unset _OLD_VIRTUAL_PYTHONHOME
fi

# This should detect bash and zsh, which have a hash command that must
# be called to get it to forget past commands. Without forgetting
# past commands the $PATH changes we made may not be respected
if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
hash -r 2> /dev/null
fi

if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then
PS1="${_OLD_VIRTUAL_PS1:-}"
export PS1
unset _OLD_VIRTUAL_PS1
fi

unset VIRTUAL_ENV
if [ ! "${1:-}" = "nondestructive" ] ; then
# Self destruct!
unset -f deactivate
fi
}

# unset irrelevant variables
deactivate nondestructive

VIRTUAL_ENV="C:\Users\ADERALDO\Desktop\TCC BDGB\BDGD_Dev\bdgd-tools\GREI_DEVELP"
export VIRTUAL_ENV

_OLD_VIRTUAL_PATH="$PATH"
PATH="$VIRTUAL_ENV/Scripts:$PATH"
export PATH

# unset PYTHONHOME if set
# this will fail if PYTHONHOME is set to the empty string (which is bad anyway)
# could use `if (set -u; : $PYTHONHOME) ;` in bash
if [ -n "${PYTHONHOME:-}" ] ; then
_OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}"
unset PYTHONHOME
fi

if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then
_OLD_VIRTUAL_PS1="${PS1:-}"
PS1="(GREI_DEVELP) ${PS1:-}"
export PS1
fi

# This should detect bash and zsh, which have a hash command that must
# be called to get it to forget past commands. Without forgetting
# past commands the $PATH changes we made may not be respected
if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
hash -r 2> /dev/null
fi
33 changes: 33 additions & 0 deletions GREI_DEVELP/Scripts/activate.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
@echo off

rem This file is UTF-8 encoded, so we need to update the current code page while executing it
for /f "tokens=2 delims=:." %%a in ('"%SystemRoot%\System32\chcp.com"') do (
set _OLD_CODEPAGE=%%a
)
if defined _OLD_CODEPAGE (
"%SystemRoot%\System32\chcp.com" 65001 > nul
)

set VIRTUAL_ENV=C:\Users\ADERALDO\Desktop\TCC BDGB\BDGD_Dev\bdgd-tools\GREI_DEVELP

if not defined PROMPT set PROMPT=$P$G

if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT%
if defined _OLD_VIRTUAL_PYTHONHOME set PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%

set _OLD_VIRTUAL_PROMPT=%PROMPT%
set PROMPT=(GREI_DEVELP) %PROMPT%

if defined PYTHONHOME set _OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%
set PYTHONHOME=

if defined _OLD_VIRTUAL_PATH set PATH=%_OLD_VIRTUAL_PATH%
if not defined _OLD_VIRTUAL_PATH set _OLD_VIRTUAL_PATH=%PATH%

set PATH=%VIRTUAL_ENV%\Scripts;%PATH%

:END
if defined _OLD_CODEPAGE (
"%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul
set _OLD_CODEPAGE=
)
21 changes: 21 additions & 0 deletions GREI_DEVELP/Scripts/deactivate.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@echo off

if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
)
set _OLD_VIRTUAL_PROMPT=

if defined _OLD_VIRTUAL_PYTHONHOME (
set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
set _OLD_VIRTUAL_PYTHONHOME=
)

if defined _OLD_VIRTUAL_PATH (
set "PATH=%_OLD_VIRTUAL_PATH%"
)

set _OLD_VIRTUAL_PATH=

set VIRTUAL_ENV=

:END
Binary file added GREI_DEVELP/Scripts/dmypy.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/f2py.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/fio.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/flake8.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/fonttools.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/identify-cli.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/jupyter-kernel.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/jupyter-kernelspec.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/jupyter-migrate.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/jupyter-run.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/jupyter-troubleshoot.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/jupyter.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/mypy.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/mypyc.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/nodeenv.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/normalizer.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions GREI_DEVELP/Scripts/numba
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!C:\Users\ADERALDO\Desktop\TCC BDGB\BDGD_Dev\bdgd-tools\GREI_DEVELP\Scripts\python.exe
# -*- coding: UTF-8 -*-
from __future__ import print_function, division, absolute_import

from numba.misc.numba_entry import main

if __name__ == "__main__":
main()
Binary file added GREI_DEVELP/Scripts/pip.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pip3.9.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pip3.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pipreqs.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pre-commit.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/py.test.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pycodestyle.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pyflakes.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pyftmerge.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pyftsubset.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pygmentize.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pyproj.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pytest.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/python.exe
Binary file not shown.
Binary file added GREI_DEVELP/Scripts/pythonw.exe
Binary file not shown.
Loading

0 comments on commit bf118ec

Please sign in to comment.