Commit graph

7 commits

Author SHA1 Message Date
22a13889d2
refactor: add return type annotations to address, routing, and co2only methods
This commit adds return type annotations to the `address`, `routing`, and `co2only` methods in the `CarbonTracer` class. This helps improve code readability and provides better documentation by specifying the expected return types for these methods.
2023-08-23 10:17:44 +02:00
c5d9c6f946
Update install command in README, bump version
- Updates the installation command in the README file to use the package name "pycarbontracer" instead of the repository URL
- Updates the version number in the "pyproject.toml" file from "0.9.0" to "0.9.1"
2023-08-23 10:03:40 +02:00
14cc55b3df
Add 'publish' stage to .gitlab-ci.yml
We add a new 'publish' stage in .gitlab-ci.yml to handle publishing artifacts.
2023-08-23 09:57:39 +02:00
3d5ee20c2a
Fork pykeydelivery for CarbonTracer client
First working version
2023-08-22 19:14:00 +02:00
aa3eb4dacf
Create ini file in CI 2023-08-16 11:38:00 +02:00
5328879593
Fix file name of .gitlab-ci.yml... 2023-08-16 11:29:52 +02:00
c49524a010
Current status 2023-08-16 11:28:38 +02:00