https://github.com/atsushisakai/some_package
https://github.com/atsushisakai/some_package
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atsushisakai/some_package
- Owner: AtsushiSakai
- License: mit
- Created: 2021-01-16T11:45:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-16T11:59:50.000Z (over 4 years ago)
- Last Synced: 2025-02-26T09:38:57.053Z (8 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# some_package
# Install
>$ pip install git+https://github.com/AtsushiSakai/some_package.git
# Result
>>> import some_package
>>> some_package.some_func()
42