satcomum


Namesatcomum JSON
Version 2.2 PyPI version JSON
download
home_pagehttps://github.com/base4sistemas/satcomum
SummaryCódigo comum à implementação do SAT-CF-e.
upload_time2021-11-21 17:20:57
maintainer
docs_urlNone
authorDaniel Gonçalves
requires_python
licenseApache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. image:: https://img.shields.io/pypi/v/satcomum.svg
    :target: https://pypi.python.org/pypi/satcomum/
    :alt: Latest version

.. image:: https://img.shields.io/badge/python%20version-2.7-blue.svg
    :target: https://pypi.python.org/pypi/satcomum/
    :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/status/satcomum.svg
    :target: https://pypi.python.org/pypi/satcomum/
    :alt: Development status

.. image:: https://readthedocs.org/projects/satcomum/badge/?version=latest
    :target: https://satcomum.readthedocs.io/pt_BR/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://img.shields.io/pypi/l/satcomum.svg
    :target: https://pypi.python.org/pypi/satcomum/
    :alt: License

.. image:: https://badges.gitter.im/Join%20Chat.svg
   :alt: Join the chat at https://gitter.im/base4sistemas/satcfe
   :target: https://gitter.im/base4sistemas/satcfe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge


Código Comum ao SAT-CF-e
========================


    This project holds common code for projects related to `SAT-CF-e`_
    which is a system for autorization and transmission of fiscal documents,
    developed by Finance Secretary of state of São Paulo, Brazil. The entire
    project, including variables, methods and class names, as well as
    documentation, are written in brazilian portuguese.

    Head over to `SAT-CF-e`_ official website for more information (in
    brazilian portuguese only).


Este projeto mantém o código comum aos projetos relacionados ao `SAT-CF-e`_,
tais como validadores, formatadores, constantes e utilitários que são usados
nos projetos relacionados:

* Abstração do acesso ao equipamento SAT, `Projeto SATCFe`_
* Impressão dos extratos do CF-e-SAT, `Projeto SATExtrato`_
* Compartilhamento de Equipamentos SAT via RESTful API, `Projeto SATHub`_


Desenvolvimento e Testes
========================

Configure o ambiente de desenvolvimento e execute os testes:

.. sourcecode:: shell

    $ git clone https://github.com/base4sistemas/satcomum.git
    $ cd satcomum
    $ python -m venv .env
    $ source .env/bin/activate
    (.env) $ pip install --upgrade pip
    (.env) $ pip install -r requirements/dev.txt
    (.env) $ tox


.. _`SAT-CF-e`: https://portal.fazenda.sp.gov.br/servicos/sat/
.. _`Projeto SATCFe`: https://github.com/base4sistemas/satcfe
.. _`Projeto SATExtrato`: https://github.com/base4sistemas/satextrato
.. _`Projeto SATHub`: https://github.com/base4sistemas/sathub



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/base4sistemas/satcomum",
    "name": "satcomum",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Daniel Gon\u00e7alves",
    "author_email": "daniel@base4.com.br",
    "download_url": "https://files.pythonhosted.org/packages/11/0c/78fc97796fb0189b5103b2cd60c9cb000b8357252f4d2fc3863523bc06b7/satcomum-2.2.tar.gz",
    "platform": "any",
    "description": "\n.. image:: https://img.shields.io/pypi/v/satcomum.svg\n    :target: https://pypi.python.org/pypi/satcomum/\n    :alt: Latest version\n\n.. image:: https://img.shields.io/badge/python%20version-2.7-blue.svg\n    :target: https://pypi.python.org/pypi/satcomum/\n    :alt: Supported Python versions\n\n.. image:: https://img.shields.io/pypi/status/satcomum.svg\n    :target: https://pypi.python.org/pypi/satcomum/\n    :alt: Development status\n\n.. image:: https://readthedocs.org/projects/satcomum/badge/?version=latest\n    :target: https://satcomum.readthedocs.io/pt_BR/latest/?badge=latest\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/l/satcomum.svg\n    :target: https://pypi.python.org/pypi/satcomum/\n    :alt: License\n\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n   :alt: Join the chat at https://gitter.im/base4sistemas/satcfe\n   :target: https://gitter.im/base4sistemas/satcfe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n\n\nC\u00f3digo Comum ao SAT-CF-e\n========================\n\n\n    This project holds common code for projects related to `SAT-CF-e`_\n    which is a system for autorization and transmission of fiscal documents,\n    developed by Finance Secretary of state of S\u00e3o Paulo, Brazil. The entire\n    project, including variables, methods and class names, as well as\n    documentation, are written in brazilian portuguese.\n\n    Head over to `SAT-CF-e`_ official website for more information (in\n    brazilian portuguese only).\n\n\nEste projeto mant\u00e9m o c\u00f3digo comum aos projetos relacionados ao `SAT-CF-e`_,\ntais como validadores, formatadores, constantes e utilit\u00e1rios que s\u00e3o usados\nnos projetos relacionados:\n\n* Abstra\u00e7\u00e3o do acesso ao equipamento SAT, `Projeto SATCFe`_\n* Impress\u00e3o dos extratos do CF-e-SAT, `Projeto SATExtrato`_\n* Compartilhamento de Equipamentos SAT via RESTful API, `Projeto SATHub`_\n\n\nDesenvolvimento e Testes\n========================\n\nConfigure o ambiente de desenvolvimento e execute os testes:\n\n.. sourcecode:: shell\n\n    $ git clone https://github.com/base4sistemas/satcomum.git\n    $ cd satcomum\n    $ python -m venv .env\n    $ source .env/bin/activate\n    (.env) $ pip install --upgrade pip\n    (.env) $ pip install -r requirements/dev.txt\n    (.env) $ tox\n\n\n.. _`SAT-CF-e`: https://portal.fazenda.sp.gov.br/servicos/sat/\n.. _`Projeto SATCFe`: https://github.com/base4sistemas/satcfe\n.. _`Projeto SATExtrato`: https://github.com/base4sistemas/satextrato\n.. _`Projeto SATHub`: https://github.com/base4sistemas/sathub\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "C\u00f3digo comum \u00e0 implementa\u00e7\u00e3o do SAT-CF-e.",
    "version": "2.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "520c03ae3dcedb1cb3837477ddc86d47c300fbef0b4a2356cc87d65208c81037",
                "md5": "1926b0b75b214e6bf64b0cf4d013ab64",
                "sha256": "19b364f0e0ebe0e06d6852b2ea72b8457a77609f19ba229ea8554b30dcb3bcd8"
            },
            "downloads": -1,
            "filename": "satcomum-2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1926b0b75b214e6bf64b0cf4d013ab64",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 19714,
            "upload_time": "2021-11-21T17:20:54",
            "upload_time_iso_8601": "2021-11-21T17:20:54.981118Z",
            "url": "https://files.pythonhosted.org/packages/52/0c/03ae3dcedb1cb3837477ddc86d47c300fbef0b4a2356cc87d65208c81037/satcomum-2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "110c78fc97796fb0189b5103b2cd60c9cb000b8357252f4d2fc3863523bc06b7",
                "md5": "4dc55b3a8b94b18dfe05c279c1a70442",
                "sha256": "657e7baabc85d094da787b7c930665f4d4e97491b3d560dc562fd1fb6a570fff"
            },
            "downloads": -1,
            "filename": "satcomum-2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4dc55b3a8b94b18dfe05c279c1a70442",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 38067,
            "upload_time": "2021-11-21T17:20:57",
            "upload_time_iso_8601": "2021-11-21T17:20:57.100066Z",
            "url": "https://files.pythonhosted.org/packages/11/0c/78fc97796fb0189b5103b2cd60c9cb000b8357252f4d2fc3863523bc06b7/satcomum-2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-11-21 17:20:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "base4sistemas",
    "github_project": "satcomum",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "satcomum"
}
        
Elapsed time: 0.04436s