@@ -8,7 +8,7 @@ So each instance of TcxPandas can be initiated with different tcx files and then
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```python
|
```python
|
||||||
from tcxpandas import TcxPandas
|
from tcxpandas.TcxPandas import TcxPandas
|
||||||
|
|
||||||
df = TcxPandas("your_file_here.tcx")
|
df = TcxPandas("your_file_here.tcx")
|
||||||
df1 = TcxPandas("another_file.tcx")
|
df1 = TcxPandas("another_file.tcx")
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "tcxpandas"
|
name = "tcxpandas"
|
||||||
version = "0.0.5"
|
version = "0.0.8"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Jan Lerking" },
|
{ name="Jan Lerking" },
|
||||||
]
|
]
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
from tcxpandas import TcxPandas
|
from tcxpandas.TcxPandas import TcxPandas
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
tcx = TcxPandas("tests/test.tcx")
|
tcx = TcxPandas("test-data/test.tcx")
|
||||||
print(tcx.dataframes)
|
print(tcx.dataframes)
|
||||||
|
Reference in New Issue
Block a user