{"id":19586302,"url":"https://github.com/tbobm/etnawrapper","last_synced_at":"2025-12-13T22:47:52.931Z","repository":{"id":52709990,"uuid":"94329734","full_name":"tbobm/etnawrapper","owner":"tbobm","description":"Python wrapper made for my school's apis","archived":false,"fork":false,"pushed_at":"2021-04-20T14:52:41.000Z","size":84,"stargazers_count":3,"open_issues_count":8,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-05T23:05:31.478Z","etag":null,"topics":["api-client","pip","python3","school-project"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tbobm.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-14T12:42:07.000Z","updated_at":"2021-04-20T14:52:45.000Z","dependencies_parsed_at":"2022-08-22T08:00:36.726Z","dependency_job_id":null,"html_url":"https://github.com/tbobm/etnawrapper","commit_stats":null,"previous_names":["massard-t/etnawrapper"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fetnawrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fetnawrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fetnawrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fetnawrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbobm","download_url":"https://codeload.github.com/tbobm/etnawrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223817750,"owners_count":17207940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-client","pip","python3","school-project"],"created_at":"2024-11-11T07:59:19.750Z","updated_at":"2025-12-13T22:47:47.885Z","avatar_url":"https://github.com/tbobm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Etnawrapper\n===========\n\nPython wrapper made for my school's apis\n\nBased on `a colleague's\ndocumentation \u003chttps://github.com/josephbedminster/api-etna\u003e`__\n\nUsage\n-----\n\n.. code:: python\n\n    from etnawrapper import EtnaWrapper\n\n    wrapper = EtnaWrapper(login='your_login', password='your_passwd')\n\n    # In order to check if you can access the APIs, try this:\n    infos = wrapper.get_user_info()\n    # It should return informations about your profile\n    print(infos)\n    # {\n    #   'id': 1,\n    #   'login': 'user',\n    #   'email': 'email',\n    #   'logas': False,\n    #   'groups': ['student'],\n    #   'login_date': '2021-04-07 23:38:36',\n    #   'firstconnexion': False\n    # }\n\n\nTools\n------------\nThis package provides an executable called `etna`.\nUsing this program, you will be able to get informations without developping your own implementations.\n\nCurrent features:\n\n- List current activities\n\nBelow is an example usage of this program:\n\n.. code:: bash\n\n    $ etna activities\n    # Acitivities per module\n\nIn order to enable autocompletion, please refer to `click's autocomplete documentation \u003chttps://click.palletsprojects.com/en/7.x/bashcomplete/\u003e`_\n\nFor bash:\n\n.. code:: bash\n    eval \"$(_ETNA_COMPLETE=source_bash etna )\"\n\n\nInstallation\n------------\n\nThis package is available on Pypi. Simply install it using:\n\n.. code:: bash\n\n    $ pip install etnawrapper\n\n\nDocumentation\n------------\n\nYou can generate the module documentation using:\n\n.. code:: console\n\n    $ pip install -r requirements-doc.txt\n    $ make html\n    $ cd build/html \u0026\u0026 python -m http.server\n    Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...\n\nContibuting\n-----------\n\nContibutions are welcome. Simply fork the project and make a pull\nrequest.\n\nContributors\n-----------\n\n- `matteyeux \u003chttps://github.com/matteyeux/\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbobm%2Fetnawrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbobm%2Fetnawrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbobm%2Fetnawrapper/lists"}