From 6760152ed5108e21434a598a19f7d80a4e99530b Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Wed, 28 Mar 2018 15:20:20 -0300 Subject: [PATCH] =?UTF-8?q?Ajuste=20no=20readme=20com=20novas=20implementa?= =?UTF-8?q?=C3=A7=C3=B5es,=20remo=C3=A7=C3=A3o=20do=20appveyor=20build=20N?= =?UTF-8?q?=C3=A3o=20vai=20ser=20desta=20vez=20que=20vamos=20atender=20o?= =?UTF-8?q?=20windows=20:/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .appveyor.yml | 32 -------------------------------- README.md | 13 +++++++------ cidades/dsf.md | 7 +++++++ 3 files changed, 14 insertions(+), 38 deletions(-) delete mode 100644 .appveyor.yml create mode 100644 cidades/dsf.md diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 886484b..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,32 +0,0 @@ -version: 1.3.{build} - -environment: - matrix: - - python: 35 - - python: 35-x64 - - python: 36 - - python: 36-x64 - -install: - - SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH% - - python -m pip.__main__ install -U pip wheel setuptools - - pip install -r requirements.txt - -build: off -build_script: - # configure version - - ps: >- - If ($env:APPVEYOR_REPO_TAG -Eq "true" ) { - $version = "$env:APPVEYOR_REPO_TAG_NAME" - } Else { - $version = "$env:APPVEYOR_BUILD_VERSION.dev0" - } - $version | Set-Content version.txt - - python setup.py build bdist_wheel - - ps: Get-ChildItem dist\*.whl | % { pip install $_.FullName } - -test: off -test_script: - - pip list - - py.test -v tests - - ps: Get-ChildItem dist\*.whl | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } diff --git a/README.md b/README.md index 98ddd7b..9f96d31 100644 --- a/README.md +++ b/README.md @@ -15,20 +15,21 @@ Dependências: * reportlab * Jinja2 + NFSe - Cidades atendidas -------------- -* [Ariss](cidades/ariss.md) - 4 cidades atendidas +* **Paulistana** - São Paulo/SP +* **Nota Carioca** - Rio de Janeiro/RJ +* **Imperial** - Petrópolis/RH +* [Susesu](cidades/susesu.md) - 3 cidades atendidas * [Simpliss](cidades/simpliss.md) - 18 cidade atendidas -* [GINFES](cidades/ginfes.md) - 79 cidades atendidas +* [GINFES](cidaes/ginfes.md) - 79 cidades atendidas +* [DSF](cidades/dsf.md) - 7 cidades atendidas Roadmap -------------- Teste unitários -Emissão de NFCe - -Compatibilidade [python 2 e 3](https://github.com/danimaribeiro/PyTrustNFe/pull/6) - Implementar novos provedores de NFSe * [Betha](cidades/betha.md) - 81 cidades atendidas WIP * [WebISS](cidades/webiss.md) - 51 cidades atendidas diff --git a/cidades/dsf.md b/cidades/dsf.md new file mode 100644 index 0000000..353cd4b --- /dev/null +++ b/cidades/dsf.md @@ -0,0 +1,7 @@ +* Belém - PA +* Sorocaba - SP +* Teresina - PI +* Campinas - SP +* Uberlandia - MG +* São Luis - MA +* Campo Grande - MS