{"id":37607381,"url":"https://github.com/flyingcircusio/gocept.collmex","last_synced_at":"2026-01-16T10:13:32.250Z","repository":{"id":35094147,"uuid":"203745484","full_name":"flyingcircusio/gocept.collmex","owner":"flyingcircusio","description":"Non-official API for the Collmex online ERP system.","archived":false,"fork":false,"pushed_at":"2024-05-31T11:07:12.000Z","size":202,"stargazers_count":3,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-28T13:57:48.385Z","etag":null,"topics":["api","collmex","hacktoberfest","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flyingcircusio.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-08-22T08:07:25.000Z","updated_at":"2025-12-18T21:35:12.000Z","dependencies_parsed_at":"2023-10-12T16:31:18.155Z","dependency_job_id":null,"html_url":"https://github.com/flyingcircusio/gocept.collmex","commit_stats":{"total_commits":273,"total_committers":12,"mean_commits":22.75,"dds":0.7582417582417582,"last_synced_commit":"ef9478b760509a9203dff9b63cb43de994483d6a"},"previous_names":["sallner/gocept.collmex","gocept/gocept.collmex"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/flyingcircusio/gocept.collmex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingcircusio%2Fgocept.collmex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingcircusio%2Fgocept.collmex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingcircusio%2Fgocept.collmex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingcircusio%2Fgocept.collmex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flyingcircusio","download_url":"https://codeload.github.com/flyingcircusio/gocept.collmex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingcircusio%2Fgocept.collmex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","collmex","hacktoberfest","python"],"created_at":"2026-01-16T10:13:32.120Z","updated_at":"2026-01-16T10:13:32.205Z","avatar_url":"https://github.com/flyingcircusio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. contents::\n\n.. image:: https://github.com/gocept/gocept.collmex/workflows/tests/badge.svg\n           :target: https://github.com/gocept/gocept.collmex/actions?query=workflow%3Atests\n.. image:: https://coveralls.io/repos/github/gocept/gocept.collmex/badge.svg?branch=master\n           :target: https://coveralls.io/github/gocept/gocept.collmex?branch=master\n.. image:: https://img.shields.io/pypi/v/gocept.collmex.svg\n           :target: https://pypi.org/project/gocept.collmex/\n           :alt: Current version on PyPI\n.. image:: https://img.shields.io/pypi/pyversions/gocept.collmex.svg\n           :target: https://pypi.org/project/gocept.collmex/\n           :alt: Supported Python versions\n\n\nIntroduction\n============\n\nCollmex is an online ERP system for (small) companies with a focus on simple\naccounting. \u003chttp://www.collmex.de\u003e (Note: Collmex is Germany-based but seems\nto support English. You're bound to stumble over German strings, though.)\n\nThis package aims to provide pythonic bindings to program against Collmex'\nAPI. It includes transaction management for integration with the ZODB or other\ndatabases that can integrate with the `transaction` package.\n\n\nCredentials\n===========\n\nTo initialize a connection to the collmex server, login-credentials are required. These can be given explicitely when the ``gocept.collmex.collmex.Collmex`` object is created or via an ini file named ``collmex.ini``.\nThe ini file must live in the project directory or any of it's parent directories, e.g. it is possible to place ``collmex.ini`` in your home directory to use those credentials for all of your projects.\nThe ini file must contain the section ``[credentials]`` for production and ``[test-credentials]`` for testing purposes.\nEach section must have the following options: ``customer_id``, ``company_id``, ``username`` and ``password``.\nThe file ``collmex.ini-example`` can be used as a template.\n\nExample::\n\n    [credentials]\n    customer_id = 42555\n    company_id = 1\n    username = realuser\n    password = realpassword\n\n    [test-credentials]\n    customer_id = 41222\n    company_id = 1\n    username = testuser\n    password = testpassword\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyingcircusio%2Fgocept.collmex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflyingcircusio%2Fgocept.collmex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyingcircusio%2Fgocept.collmex/lists"}