https://github.com/n3011/mypackage
Demo for python package
https://github.com/n3011/mypackage
Last synced: about 2 months ago
JSON representation
Demo for python package
- Host: GitHub
- URL: https://github.com/n3011/mypackage
- Owner: n3011
- License: mit
- Created: 2023-09-10T11:01:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T11:04:28.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:13:22.471Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mypackage
Demo for python package## Run tests
```Shell
poetry run pytest
```