Skip to content

Commit 83589d1

Browse files
authored
README: Add link to Python package (#1236)
Since I have not found a similar library in the Python ecosystem, I have implemented a new package based on the unitnet units definitions, with a very similar API. [https://pypi.org/project/unitsnet-py/](https://pypi.org/project/unitsnet-py/) Same as I implemented for the JavaScript ecosystem [https://www.npmjs.com/package/unitsnet-js](https://www.npmjs.com/package/unitsnet-js)
1 parent 161f496 commit 83589d1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,9 @@ https://github.com/StructuralAnalysisFormat/StructuralAnalysisFormat-SDK
413413
414414
## Units.NET on other platforms
415415

416-
The powerful strong-typed unites based on Units.NET [unite definition](/Common/UnitDefinitions) is available on other platforms!
416+
Get the same strongly typed units on other platforms, based on the same [unit definitions](/Common/UnitDefinitions).
417417

418-
- JavaScript / TypeScript
419-
- Package on NPM registery https://www.npmjs.com/package/unitsnet-js
420-
- Generate units source-code https://github.com/haimkastner/unitsnet-js
418+
| Language | Name | Package | Repository | Maintainers |
419+
|----------------------------|-------------|--------------------------------------------------|------------------------------------------------------|--------------|
420+
| JavaScript /<br>TypeScript | unitsnet-js | [npm](https://www.npmjs.com/package/unitsnet-js) | [github](https://github.com/haimkastner/unitsnet-js) | @haimkastner |
421+
| Python | unitsnet-py | [pypi](https://pypi.org/project/unitsnet-py) | [github](https://github.com/haimkastner/unitsnet-py) | @haimkastner |

0 commit comments

Comments
 (0)